You are not logged in.
Hi All,
I have two wifi interfaces on my laptop (one build in and one pcmcia card) and I would like to turn off the internal one.
Any idea on how to do that ? Both are using the same b43 module and I cannot turn it off from Bios.
I have a side question, how to determine which interfaces (wlan0 and wlan1) is using which hardware ?
Thanks in advance.
Datto
Offline
As root, run 'ifconfig wlan0 down' to shutdown wlan0 - or wlan1 to shutdown the other interface and 'arp -a' will show which mac address is associated with which interface. There is also the system information app (under System Tools) which will give you details of your hardware addresses etc.
EDIT: Alternatively, install lshw package (if you haven't already done so) and run lshw command which will give you the device name associated with the wireless card name.
Offline
I couldn't find a proper solution to turn off the radio. Maybe the driver does not allow it. I could disable the interface, good enought for now...
sma
Offline
rfkill ?
http://linux.die.net/man/1/rfkill
Offline
[ Generated in 0.028 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]