LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reinstalling LL after losing wifi due to installing updates
#27
Try one more thing.
Maybe you card is supported by more than one driver, and they are conflicting.
First unload all the drivers.
Code:
sudo modprobe -r b43 wl brcmsmac
Then loasd this driver:
Code:
sudo modprobe b43
Wait a few seconds  and try to make a connection. If that works you'll have to blacklist the other drivers.
If that doesn't work  unload this driver and try this one.
Code:
sudo modprobe brcmsmac
Unload, then try next driver.
Code:
sudo modprobe wl

Here is how to blacklist a driver
Code:
echo "blacklist drivername" | sudo tee -a /etc/modprobe.d/blacklist-broadcom-wireless.conf
Replace "drivername"  with the ones you don't want to use
You will have to do it twice because you need 2 lines in the /etc/modprobe.d/blacklist-broadcom-wireless.conf
One for each blacklisted driver.
Example:
Code:
echo "blacklist wl" | sudo tee -a /etc/modprobe.d/blacklist-broadcom-wireless.conf
Code:
echo "blacklist brcmsmac" | sudo tee -a /etc/modprobe.d/blacklist-broadcom-wireless.conf
Update the initramfs after any changes to the blacklist files:
Code:
sudo update-initramfs -u
Reboot:
Code:
sudo reboot
Reply


Messages In This Thread
Re: Reinstalling LL after losing wifi due to installing updates - by misko_2083 - 10-09-2014, 08:39 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)