Tiny Core Base > CorePlus
Wifi doesn't work and firmware b43 not found
Rich:
Hi Onktebong
Correction to reply #2, it should be:
Install squashfs-tools.tcz.
Then:
--- Code: ---mkdir -p pkg/usr/local/lib/firmware/broadcom/b43/
cp ucode13.fw pkg/usr/local/lib/firmware/broadcom/b43/
mksquashfs pkg ucode13.tcz -noappend
--- End code ---
Copy ucode13.tcz to your tce/optional/ directory.
Place ucode13.tcz on the first line of your tce/onboot.lst file.
Onktebong:
--- Quote from: patrikg on December 22, 2025, 04:25:37 PM ---The firmware in tc are in tcz like:
--- Code: ---firmware-broadcom_bcm43xx.tcz
firmware-broadcom_bnx2.tcz
firmware-broadcom_bnx2x.tcz
--- End code ---
You can see the list here:
http://tinycorelinux.net/16.x/x86/tcz/
So i think firmware-broadcom_bcm43xx.tcz whould be first candidate. :)
--- End quote ---
I've installed firmware-broadcom_bcm43xx.tcz through Apps.
Now what do I do?
Onktebong:
--- Quote from: Rich on December 22, 2025, 08:23:44 PM ---Hi Onktebong
Correction to reply #2, it should be:
Install squashfs-tools.tcz.
Then:
--- Code: ---mkdir -p pkg/usr/local/lib/firmware/broadcom/b43/
cp ucode13.fw pkg/usr/local/lib/firmware/broadcom/b43/
mksquashfs pkg ucode13.tcz -noappend
--- End code ---
Copy ucode13.tcz to your tce/optional/ directory.
Place ucode13.tcz on the first line of your tce/onboot.lst file.
--- End quote ---
Installed squashfs-tools.tcz
Ran mkdir -p pkg/usr/local/lib/firmware/broadcom/b43
Then cp ucode13.fw pkg/usr/local/lib/firmware/broadcom/b43
Error message:
--- Code: ---cp: can't stat 'ucode13.fw': No such file or directory
--- End code ---
So what can I do now?
Rich:
Hi Onktebong
You need to download the firmware file before you can copy it somewhere:
--- Code: ---wget https://github.com/OpenELEC/wlan-firmware/raw/refs/heads/master/firmware/b43/ucode13.fw
mkdir -p pkg/usr/local/lib/firmware/broadcom/b43/
cp ucode13.fw pkg/usr/local/lib/firmware/broadcom/b43/
mksquashfs pkg ucode13.tcz -noappend
--- End code ---
Then:
Copy ucode13.tcz to your tce/optional/ directory.
Place ucode13.tcz on the first line of your tce/onboot.lst file.
It should now find the firmware next time you reboot.
Navigation
[0] Message Index
[*] Previous page
Go to full version