Network Card Disabled?
Tofloor
poster avatar
gagey05
deepin
2015-02-23 04:29
Author
I'm not sure if this is an issue with Deepin or my laptop. I've started my laptop up and it won't connect through wifi as my wifi card is disabled. I've tried the following;

1. Rebooted several times including pressing my Network key during boot.
2. Network key is non responsive.
3. Taken battery out.
4. Entered the following in the terminal:
➜  ~  sudo rfkill list all
[sudo] password for tom:
0: tpacpi_bluetooth_sw: Bluetooth
        Soft blocked: no
        Hard blocked: yes
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
➜  ~  sudo rfkill unblock all
➜  ~  sudo ifconfig wlan0 up
SIOCSIFFLAGS: Operation not possible due to RF-kill
➜  ~  sudo rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
        Soft blocked: no
        Hard blocked: yes
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
➜  ~  
➜  ~  


If anyone has any ideas I would appreciate the input. Thanks again.
Reply Favorite View the author
All Replies
gagey05
deepin
2015-02-23 05:32
#1
Some more information;

*-network DISABLED
       description: Wireless interface
       product: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 61
       serial: 00:1d:e0:2d:5f:67
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwl4965 driverversion=3.13.0-45-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
       resources: irq:48 memory:df2fe000-df2fffff
Reply View the author
marccc
deepin
2015-02-23 10:32
#2
i had similar issues on a laptop where sometimes eth0 is likewise non responsive, but with mint (same ubuntu base).

have you tried sudo service networking restart?
Reply View the author
gagey05
deepin
2015-02-24 03:56
#3
Thanks for the reply;

➜  ~  sudo service networking restart
[sudo] password for tom:
stop: Job failed while stopping
start: Job is already running: networking
Reply View the author
marccc
deepin
2015-02-24 07:48
#4
okay, another try:

sudo ifconfig eth0 down

...wait...

sudo ifconfig eth0 up
Reply View the author
gagey05
deepin
2015-02-25 12:05
#5
That hasn't worked either, still hard blocking.
Reply View the author
marccc
deepin
2015-02-26 01:15
#6
i think after an apt-get upgrade i'm facing the same issues when waking up from suspend, although a reboot makes it functional again.

it tells the cable is disconnected, and even when i reconnect, neither ifconfig nor the wifi hardware switch make a difference (at least the first always worked in mint), so seems to be an issue that should be addressed by the maintainers... waking up without network is pointless.

will continue testing...
Reply View the author
marccc
deepin
2015-02-26 04:29
#7
left wifi on and disconnected cable before suspending, after waking up both work...
Reply View the author
marccc
deepin
2015-02-27 00:33
#8
i can leave the cable connected, it's just the wifi switch that apparently prevents wired network to wake up again after suspend...
Reply View the author
gagey05
deepin
2015-02-27 06:13
#9
My WiFi & Bluetooth are disabled permanently, could this be a hardware issue?
Reply View the author
marccc
deepin
2015-02-27 13:50
#10
could be a BIOS / firmware issue...

you could try a live booting distro like linux mint for example (has very good hw-recognition & same ubuntu base, i recommend XFCE due to light weight) from another usb stick and enable BT & wifi there... then try rebooting into deepin :-)
Reply View the author
gagey05
deepin
2015-05-13 05:20
#11
Turned out I had a dodgy network switch.
Reply View the author