You are not logged in.
Hi! does anyone know how to get broadcom BCM43142 running?
Have installed both broadcom-sta-common and broadcom-sta-dkms but to no avail, and 'fatal: module wl not found in directory' appears every time i try to run sudo modprobe wl.
Looks like it's not building properly.
Thanks in advance!
Offline
try disabling secure boot options in BIOS?
Coding & Robotics Enthusiast | Brave & Spck Editor @ Lenovo Tab 4 8 · Android 8.1 · 2GB · 16GB
Offline
try disabling secure boot options in BIOS?
Secure Boot is disabled, just double-checked. It's set to boot in Legacy not UEFI
Offline
HP Stream 11-d023tu if that helps
Offline
Try setting to uefi. Also disable legacy option rom if it's listed
Coding & Robotics Enthusiast | Brave & Spck Editor @ Lenovo Tab 4 8 · Android 8.1 · 2GB · 16GB
Offline
Try setting to uefi. Also disable legacy option rom if it's listed
Thanks, will do so.
Will reinstall as UEFI too and get back.
Offline
Before that, you might want to run
sudo apt install --reinstall bcmwl-kernel-source
sudo modprobe -rv bcma
sudo modprobe -v wlReboot if needed
If this works out then you'd not have to reinstall
Edit: you might want to look at this and this (ignore the irrelevant portion as it op here had boot issues as well)
Last edited by theasmitkid (2025-10-11 21:25)
Coding & Robotics Enthusiast | Brave & Spck Editor @ Lenovo Tab 4 8 · Android 8.1 · 2GB · 16GB
Offline
Before that, you might want to run
sudo apt install --reinstall bcmwl-kernel-source sudo modprobe -rv bcma sudo modprobe -v wlReboot if needed
If this works out then you'd not have to reinstall
Edit: you might want to look at this and this (ignore the irrelevant portion as it op here had boot issues as well)
Did these commands on the new install because the driver still isn't working even with UEFI, and apparently it can't find bcmwl-kernel source, and the 2nd modprobe command brings up the 'FATAL: Module wl not found in directory' error again.
Will try the solutions in the posts you linked too thanks
Offline
Seems like this package isn't available in plain debian, hence not in Q4OS either
Try reinstalling broadcom-sta-common and broadcom-sta-dkms
Last edited by theasmitkid (2025-10-12 06:31)
Coding & Robotics Enthusiast | Brave & Spck Editor @ Lenovo Tab 4 8 · Android 8.1 · 2GB · 16GB
Offline
@marek
You only need to install "linux-headers-amd64" package. Now run in terminal:
$ sudo apt --reinstall install linux-headers-amd64 broadcom-sta-common broadcom-sta-dkms
It will build the broadcom kernel modules for you.
We don't recommend to build or install modules from other source than vanilla Debian as suggested above.
See also https://wiki.debian.org/wl
Last edited by q4osteam (2025-10-11 22:37)
Offline
@marek
You only need to install "linux-headers-amd64" package. Now run in terminal:
$ sudo apt --reinstall install linux-headers-amd64 broadcom-sta-common broadcom-sta-dkms
It will build the broadcom kernel modules for you.We don't recommend to build or install modules from other source than vanilla Debian as suggested above.
See also https://wiki.debian.org/wl
Thank you so much!
Now this is why I use Q4OS ![]()
Offline
@marek
You only need to install "linux-headers-amd64" package. Now run in terminal:
$ sudo apt --reinstall install linux-headers-amd64 broadcom-sta-common broadcom-sta-dkms
It will build the broadcom kernel modules for you.We don't recommend to build or install modules from other source than vanilla Debian as suggested above.
See also https://wiki.debian.org/wl
This fixed it, I'm curious though, why are there only a handful of wireless networks available and all have (RSN) beside the name?
Offline
RSN = Robust Security Network.
About 10 years ago new security standards were introduced to counter the weaknesses in the old WEP key system. The problem with WEP was that it was a non-standard standard - if you get my drift - and had a number of weaknesses.
It took a long time for RSN specification to be agreed by the IEEE group and so in the meantime the Wifi Alliance came up with WPA - which is a bit like RSN but without some of the bells and whistles which caused the delay in the first place.
If you want to know more I suggest you do a bit if digging with your favourite search engine.
Offline
RSN = Robust Security Network.
About 10 years ago new security standards were introduced to counter the weaknesses in the old WEP key system. The problem with WEP was that it was a non-standard standard - if you get my drift - and had a number of weaknesses.
It took a long time for RSN specification to be agreed by the IEEE group and so in the meantime the Wifi Alliance came up with WPA - which is a bit like RSN but without some of the bells and whistles which caused the delay in the first place.
If you want to know more I suggest you do a bit if digging with your favourite search engine.
Ah thanks!
Offline