My Dell Latitude D830 (BCM4311 wireless chip) is unable to connect to any wireless connections or even detect them. I was able to find a driver for it but I don't know what to do with it. The driver is a .tar.gz file.
Asked
Active
Viewed 3,691 times
1 Answers
0
Please get a temporary wired ethernet connection, open a terminal and do:
sudo apt-get install linux-firmware-nonfree
Detach the ethernet and do:
sudo modprobe -r b43 && sudo modprobe b43
Your wireless should now be working.
chili555
- 61,330