I have been using wireless only on my toshiba satelite u405-s2826 laptop since forever as far as I can remember (ehrm..the first linux install on it, some weeks after I bought it, in 2008 I believe). There was even a time in the beginning when there was not a driver for the wired ethernet thing but wireless worked always straight out of the box.
Last week, however, suddenly it stopped showing up.
In my desktop widget thing, the wireless appears as unavailable and impossible to switch on, greyed out. I think that is as good as not present.
from the command line:
in the /var/log/syslog I found the following sequence of messages:
According to the first report, it is enabled by radio killswitch, then, 1 second later, reportedly disabled, however, on the toshiba satelite u405-s2826, as far as I know, the radio killswitch does not work in linux. I mean "Fn+F8" which carries the antenna symbol. Few of the Fn+Fx buttons seem to be supported by kubuntu. I get Fn+F
6, Fn+F7 (screen light up and down) and maybe Fn+F10 (enable/disable touchpad) to work, but not the other ones.
So, how can I turn on the bloody radio killswitch (and how on earth did I manage to turn it off?)
EDIT:
someone may ask which wireless card I have
EDIT2: There is no option to enable and disable wireless in BIOS afaik
Last week, however, suddenly it stopped showing up.
In my desktop widget thing, the wireless appears as unavailable and impossible to switch on, greyed out. I think that is as good as not present.
from the command line:
Code:
myuser@mymachine:~$ iwconfig lo no wireless extensions. eth0 no wireless extensions. wlan0 IEEE 802.11abg ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=off Retry long limit:7 RTS thr:off Fragment thr:off Power Management:off
Code:
myuser@mymachine:~$ more /var/log/syslog | grep radio Nov 21 21:34:50 mymachine NetworkManager: <info> Found wlan radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/ieee80211/phy0/rfkill0) (driver <unknown>) Nov 21 21:34:50 mymachine NetworkManager: <info> WiFi enabled by radio killswitch; disabled by state file Nov 21 21:34:50 mymachine NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file Nov 21 21:34:51 mymachine NetworkManager: <info> WiFi now disabled by radio killswitch
6, Fn+F7 (screen light up and down) and maybe Fn+F10 (enable/disable touchpad) to work, but not the other ones.
So, how can I turn on the bloody radio killswitch (and how on earth did I manage to turn it off?)
EDIT:
someone may ask which wireless card I have
Code:
myuser@mymachine:~$ lspci | grep Wireless 08:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Comment