0

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.

Richard
  • 8,588
user218120
  • 1
  • 1
  • 1

1 Answers1

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