Hi everyone,
I'm running MX Linux 23.6 (32-bit, _386) on an HP Mini laptop with an Intel Atom processor and 2 GB of RAM. I'm having trouble getting the Broadcom Wi-Fi adapter to work — the system doesn't detect any available wireless networks.
What I've tried:
Verified that the laptop has a Broadcom Wi-Fi adapter using lspci.
Installed the broadcom-sta-dkms package using MX Package Installer and also via terminal:
sudo apt update
sudo apt install broadcom-sta-dkms
sudo modprobe wl
Rebooted the system — still no Wi-Fi networks show up.
Tried b43-fwcutter in case it's an older Broadcom chip — no success.
I’m currently using USB tethering through my phone to access the internet on the laptop.
Output of lspci | grep -i broadcom:
(Insert your actual output here)
My goal:
To get the Broadcom Wi-Fi working properly on MX Linux without relying on USB tethering. Any help or suggestions would be greatly appreciated, especially from anyone who has dealt with Broadcom issues on older 32-bit hardware.
Thanks in advance!
Broadcom Wi-Fi not working on MX Linux 23.6 (HP Mini with Intel Atom)
- sudo_crown
- Posts: 3
- Joined: Mon Jul 21, 2025 10:50 pm
Re: Broadcom Wi-Fi not working on MX Linux 23.6 (HP Mini with Intel Atom)
It would be helpful if would post the QSI report.
There's a dead link in the post install script of the firmware-b43-installer package, which is used along with b43-fwcutter to install the wl firmware. The firmware-b43-installer package won't finish installing because of the deadlink. The URL has been fixed in the sid version of the b43-fwcutter source.
https://sources.debian.org/src/b43-fwcu ... tinst/#L22
The proper fix would be to request an update of the b43-fwcutter packages.
If you don't want to wait for that, the sed command below will update the URL in firmware-b43-installer's post install script:
Then I think you can run the postinst script again, it should download the firmware tarball (broadcom-wl-6.30.163.46.tar.bz2) and extract & install it.
There's a dead link in the post install script of the firmware-b43-installer package, which is used along with b43-fwcutter to install the wl firmware. The firmware-b43-installer package won't finish installing because of the deadlink. The URL has been fixed in the sid version of the b43-fwcutter source.
https://sources.debian.org/src/b43-fwcu ... tinst/#L22
The proper fix would be to request an update of the b43-fwcutter packages.
If you don't want to wait for that, the sed command below will update the URL in firmware-b43-installer's post install script:
Code: Select all
sudo sed -i 's URL="https://www.lwfinger.com/b43-firmware/${DOWNLOAD}" URL="https://github.com/minios-linux/b43-firmware/releases/download/b43-firmware/${DOWNLOAD}" ' /var/lib/dpkg/info/firmware-b43-installer.postinst
Then I think you can run the postinst script again, it should download the firmware tarball (broadcom-wl-6.30.163.46.tar.bz2) and extract & install it.
Code: Select all
sudo /var/lib/dpkg/info/firmware-b43-installer.postinst
Re: Broadcom Wi-Fi not working on MX Linux 23.6 (HP Mini with Intel Atom)
I've backported it for the MX repos: https://drive.google.com/file/d/1fkbcJH ... sp=sharing
Also the zip here for 24 hours. It will soon be in the main repositories.
https://wormhole.app/OX3j1J#XPpyu8XiRj-4_9icSmUwiQ
Also the zip here for 24 hours. It will soon be in the main repositories.
https://wormhole.app/OX3j1J#XPpyu8XiRj-4_9icSmUwiQ
Last edited by Stevo on Tue Jul 22, 2025 10:13 am, edited 1 time in total.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
-
- Posts: 5
- Joined: Mon Dec 14, 2020 11:16 am
Re: Broadcom Wi-Fi not working on MX Linux 23.6 (HP Mini with Intel Atom)
Look like the same than this post
viewtopic.php?t=82045&start=20
fix temporary with apt-mark hold on kernel after a back timeshift
after later update wifi come back and unhold it.
But problem appear again and I put hold until....
viewtopic.php?t=82045&start=20
fix temporary with apt-mark hold on kernel after a back timeshift
after later update wifi come back and unhold it.
But problem appear again and I put hold until....
- Eadwine Rose
- Administrator
- Posts: 15153
- Joined: Wed Jul 12, 2006 2:10 am
Re: Broadcom Wi-Fi not working on MX Linux 23.6 (HP Mini with Intel Atom)
Other topic locked, @sudo_crown one topic per issue please, thank you.
Also.. please read the forum rules, when you are replying using the full editor and preview button, the link is in the big red bar above the posting area.
According to those forum rules: Please provide full Quick System Info from the menu, use copy for forum button, no edits.
LiveUSB version is OK if needed.
Also.. please read the forum rules, when you are replying using the full editor and preview button, the link is in the big red bar above the posting area.
According to those forum rules: Please provide full Quick System Info from the menu, use copy for forum button, no edits.
LiveUSB version is OK if needed.
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030