Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I recently made a bootable USB for Linux with Unetbootin and its runs great on my MacBook Air.
The only problem I'm having is that when I'm using Linux, my computer doesn't detect any wireless signals but when I'm using Mavericks it connects to it just fine. Any help would be very much appreciated.
2014-01-09 09:35:46
How do I install this patched b43 driver?http://askubuntu.com/questions/63648/how-do-i-install-this-patched-b43-driver
2014-01-08 22:29:31
open up a terminal window and type "ifconfig", see if the output lists any wireless device (usually wlan0)if that is not the case the card is either deactivated or not detectedto check if the card was actually detected type "sudo lspci -nn", this will list all detected PCI(-e) devicesgo through the list and see if any Broadcom wireless adapter is listed
2014-01-09 19:00:50
I put ifconfig into the command line and it doesn't seem to list any wireless devices, then when I put sudo Ispci -nn it says that that command doesn't exist, but thanks for trying