I have a Dell Inspiron 1501 running Linux Lite 2.0. I'm very happy with how fast it is (much better than when it was brand new running Windows Vista!). However i cannot connect to wireless LAN. It finds the network, but doesn't connect (password is correct, signal strength is excellent, power management is off, bluetooth is off, wifi works on other devices). The wireless adapter is Broadcom with BCM 4311 chipset.
I know many people have trouble with Broadcom wireless adapters, and i've tried some ' standard' stuff that seems to work in many cases but not in mine. I see that there are also some more complicated solutions around, but since I'm new to Linux it feels like I would be randomly trying without having any idea if it could help in my situation. So I'm hoping someone could give some more specific support.
What I tried (at least since the last time I reinstalled) was this https://www.freecinema2022.gq/forums/index...pic=1021.0 (reinstal, update but don't reboot, install additional driver, reboot). After that I didn't have any wireless nor ethernet anymore so I entered this in the terminal:
sudo apt-get remove --purge bcmwl-kernel-source
sudo modprobe b44
sudo apt-get install linux-firmware-nonfree
sudo modprobe -r b43 && sudo modprobe b43
Which if I understand correctly removes the wrong driver that is installed through the ' Additional drivers' procedure and installs the firmware driver for the network adapter.
This got me my ethernet back but still no wifi so i entered this in the terminal:
sudo apt-get install firmware-b43-installer
Which I think installs an open source driver for the adapter.
Now the wifi light is on and it finds wireless networks but when I try to log on it doesn't connect.
Help is much appreciated!
I know many people have trouble with Broadcom wireless adapters, and i've tried some ' standard' stuff that seems to work in many cases but not in mine. I see that there are also some more complicated solutions around, but since I'm new to Linux it feels like I would be randomly trying without having any idea if it could help in my situation. So I'm hoping someone could give some more specific support.
What I tried (at least since the last time I reinstalled) was this https://www.freecinema2022.gq/forums/index...pic=1021.0 (reinstal, update but don't reboot, install additional driver, reboot). After that I didn't have any wireless nor ethernet anymore so I entered this in the terminal:
sudo apt-get remove --purge bcmwl-kernel-source
sudo modprobe b44
sudo apt-get install linux-firmware-nonfree
sudo modprobe -r b43 && sudo modprobe b43
Which if I understand correctly removes the wrong driver that is installed through the ' Additional drivers' procedure and installs the firmware driver for the network adapter.
This got me my ethernet back but still no wifi so i entered this in the terminal:
sudo apt-get install firmware-b43-installer
Which I think installs an open source driver for the adapter.
Now the wifi light is on and it finds wireless networks but when I try to log on it doesn't connect.
Help is much appreciated!