I have the Eee PC 900, with a Atheros wireless. The driver is included in the kernel, so a kernel update shouldn't make it stop working.
When I last tried the wireless on/off switch, I had trouble turning it back on. There is a module called rfkill that controls this. To see the state of the module, use this command. Code: cat /sys/class/rfkill/rfkill0/state
You should get a reply of 0 or 1.
0 = wireless off
1 = wireless on
You can manually change the state of the rfkill module. To turn the wireless on, use this command. Code: echo 1 > /sys/class/rfkill/rfkill0/state
You should unload and reload the wireless modules after changing the rfkill state. I had to reboot before it would work again.
Because it was such a pain to get it to work again, I never shut it off again. If you use it during an airplane flight, you will need to turn it off. Just copy and save the commands that I gave you, so that you can turn it back on.
Let us know if this works for you. The rfkill module is still a bit of a mystery to us.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
Last edited by waterhead; 07-19-2009 at 12:00 PM..
|