Could the following be working?
Re: Wireless Interface Not Working in Mint 13
Postby TBABill on Sun Jul 14, 2013 12:08 pm
Code: Select all
sudo apt-get install firmware-b43-installer
Once done, then
Code: Select all
sudo modprobe -r wl b43
And then
Code: Select all
sudo modprobe b43
If that works, then you'll need to remove the wl module that you installed (STA driver). You can do that in synaptic or software center or terminal. If it does not work on restart, then just
Code: Select all
sudo modprobe b43
If it works then, you'll need to edit, as root, /etc/modules and add "b43" without the quotes, save and restart to test if wireless then works on restart. |