|
Re: problem with wireless
You can try something like this before you turn it off:
su -
ifconfig wlan0 down
rmmod <wireless_module>
You didn't say what wireless you had so replace <wireless_module> with your module and wlan0 with your actual wlan device.
Then when you want to turn the wireless back on you use
su -
modprobe <wireless_module>
Last edited by JEO; 8th February 2012 at 09:12 PM.
|