Visiting a relo. Thought I revived old laptops there.
Found 2 unused old laptops. Toshiba Tecra M5 & Tecra M3.
I erased everything on the HDD, and created a single ext4 partition on both of the lappy.
No prob with the M5 - I have worked on this model before. Loaded both Bullseye and Bookworm DDOG amd64. All smooth here.
The M3 has a 32 bit CPU. Really...really old laptop.
My latest bullseye & bookworm i386 build load w/o problem. 'Except' wifi not working.
#Bookworm - dmesg
Code: Select all
root@live:~# dmesg |grep irmware
[ 14.550318] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 14.550327] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 14.550366] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 14.550370] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 14.853999] ipw2200 0000:05:05.0: firmware: direct-loading firmware ipw2200-bss.fw
root@live:~#
#Bullseye - dmesg
Code: Select all
[ 15.756021] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 15.756031] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 15.756074] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[ 15.756079] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 16.137974] ipw2200 0000:05:05.0: firmware: failed to load ipw2200-bss.fw (-2)
[ 16.138102] ipw2200 0000:05:05.0: firmware: failed to load ipw2200-bss.fw (-2)
[ 16.138107] ipw2200 0000:05:05.0: Direct firmware load for ipw2200-bss.fw failed with error -2
[ 16.138117] ipw2200: Unable to load firmware: -2
A little googling took me here (with the revived M5 ). And I downloaded it.
https://packages.debian.org/bookworm/al ... 0/download
Well, after installing the deb - PeasyWifi shows wifi interface 'eth1'. No interface before installing this. Trying to connect and failed. Still have the error shown above though.
I only bring a USB stick with me, and the 'oldest' DDOG I have in the stick is BusterDog i386. I tried it with BusterDog.
Same, no wifi interface before installing the .deb.
And 'eth1' available after installing the driver.
the difference is...it works!
## From BusterDog - works
Code: Select all
[ 14.605418] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 14.605421] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 14.605698] ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
[ 14.755100] ipw2200 0000:05:05.0: firmware: direct-loading firmware ipw2200-bss.fw
I checked /lib/firmware after installing .deb, The firmware files that exists/added in all Bullseye/Bookworm/BusterDog after installation.
So, is there any hope to use 'non-outdated' DDOG for this M3?
Anyone use this WiFi card with newish Debian?