I am trying to repurpose an older laptop for a specific task... and having wireless access with it would be a plus..
Have not had to deal with this crap in 20+ years of Linux....This is not the place, or time for a discussion on OEM drivers, OEM's such as broadcom, I've got plenty of axes to grind with them and others not just related to Linux.. so lets just table that.
The LIVE USB showed it was not working with 802.11 setups.. ie: no interface, and dmesg had an error about firmware...
Cleanse HD, install 24.04.. bring it up to date.. and attempt to resolve this.
So details below, any one got input on resolving this Yes I might just get a USB thingy and stick in it.. thinking about, https://www.amazon.com/TP-Link-Nano-.../dp/B0CX7K326J Anyone using this?
Although it seems this needs outside drivers too..IF, IF I go the USB route, then it MUST support 5GHz. Its pointless to replace the 802.11 if I am just going to continue with the polluted 2.4Ghz...
Its really the principal of this at this point....Like I said I thought and I had left all these sorts of stuff in the dust decades ago....yes this is older hardware, it has a specific task in mind.. mostly some number crunching for some things...it doesn't need to play 2160p video etc.. and I doubt it would anyway...
But... any hints on this
Thanks!
Details follow:
So the dmesg error to start with on the LIVE/INSTALLED is:
So the listed link above, is just garbage.. but other searches listed stuff
I installed
No joy on this .. dmesg changes to this:
Still NO JOY.
Hopefully some of this hardware info will assist:
Have not had to deal with this crap in 20+ years of Linux....This is not the place, or time for a discussion on OEM drivers, OEM's such as broadcom, I've got plenty of axes to grind with them and others not just related to Linux.. so lets just table that.
The LIVE USB showed it was not working with 802.11 setups.. ie: no interface, and dmesg had an error about firmware...
Cleanse HD, install 24.04.. bring it up to date.. and attempt to resolve this.
So details below, any one got input on resolving this Yes I might just get a USB thingy and stick in it.. thinking about, https://www.amazon.com/TP-Link-Nano-.../dp/B0CX7K326J Anyone using this?
Although it seems this needs outside drivers too..IF, IF I go the USB route, then it MUST support 5GHz. Its pointless to replace the 802.11 if I am just going to continue with the polluted 2.4Ghz...
Its really the principal of this at this point....Like I said I thought and I had left all these sorts of stuff in the dust decades ago....yes this is older hardware, it has a specific task in mind.. mostly some number crunching for some things...it doesn't need to play 2160p video etc.. and I doubt it would anyway...
But... any hints on this
Thanks!
Details follow:
So the dmesg error to start with on the LIVE/INSTALLED is:
Code:
Found Radio: Manuf 0x17F, ID 0x2062, Revision 2, Version 0 [ 37.181288] usbcore: registered new interface driver uvcvideo [ 37.185249] Broadcom 43xx driver loaded [ Features: PNL ] [ 37.199559] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2 [ 37.199732] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2 [ 37.200017] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2 [ 37.200111] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2 [ 37.200119] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found [ 37.200185] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found [ 37.200235] b43-phy0 ERROR: You must go to https://wireless.wiki.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version . Please carefully read all instructions on this website
I installed
Code:
Installed the following packages: b43-fwcutter (1:019-11build1) firmware-b43-installer (1:019-11build1) broadcom-sta-dkms (6.30.223.271-23ubuntu1)
Code:
[ 34.384580] wl: loading out-of-tree module taints kernel. [ 34.384591] wl: module license 'MIXED/Proprietary' taints kernel. [ 34.384617] Disabling lock debugging due to kernel taint [ 34.384622] wl: module verification failed: signature and/or required key missing - tainting kernel [ 34.384625] wl: module license taints kernel.
Hopefully some of this hardware info will assist:
Code:
$ lspci -nnk | grep 0280 -A3 04:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c] Kernel driver in use: b43-pci-bridge Kernel modules: ssb, wl $ lsmod | grep wl wl 6488064 0 cfg80211 1339392 1 wl sudo modprobe wl && sudo dmesg | grep wl [ 34.384580] wl: loading out-of-tree module taints kernel. [ 34.384591] wl: module license 'MIXED/Proprietary' taints kernel. [ 34.384622] wl: module verification failed: signature and/or required key missing - tainting kernel [ 34.384625] wl: module license taints kernel. [ 35.914882] i915 display info: has_cdclk_crawl: no $ iwconfig lo no wireless extensions. enp6s0 no wireless extensions. virbr0 no wireless extensions. ~$ sudo dmesg | grep b43 [ 2.136526] b43-pci-bridge 0000:04:00.0: Sonics Silicon Backplane found on PCI device 0000:04:00.0
Comment