Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 926215

Summary: Unable to load b43 drivers for network card BCM4360 in livecd
Product: Gentoo Release Media Reporter: flysqu
Component: All ISOAssignee: Gentoo Release Team <releng>
Status: UNCONFIRMED ---    
Severity: normal CC: immoloism
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: debug information

Description flysqu 2024-03-05 17:36:02 UTC
Created attachment 886762 [details]
debug information

In the live media environment my network card (BCM4360) isnt loaded. running "iw dev" doesnt return anything. I was able to fix this by going through the installation using usb tethering. And after installing i used broadcom-sta instead. This may be the issue thats causing this "[   27.472556] b43: probe of bcma0:1 failed with error -95"

there is some debug information from the command "dmesg && lspci -k && lsusb" in attachment
Comment 1 immolo 2024-03-05 17:39:26 UTC
This has been confirmed in both the minimal and livegui after discussing in Discord.
Comment 2 Larry the Git Cow gentoo-dev 2024-03-05 17:52:23 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/releng.git/commit/?id=cb84b174d7fa4fc7f08776eb2a2551dffa79b313

commit cb84b174d7fa4fc7f08776eb2a2551dffa79b313
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2024-03-05 17:46:34 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2024-03-05 17:51:50 +0000

    specs/{amd64,x86}: add broadcom-sta to isos
    
    Bug: https://bugs.gentoo.org/926215
    
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 releases/specs/amd64/hardened/admincd-stage2.spec            | 2 +-
 releases/specs/amd64/installcd-stage2-minimal.spec           | 2 ++
 releases/specs/amd64/livegui/livegui-stage2.spec             | 2 +-
 releases/specs/x86/hardened/admincd-stage2-openrc.spec       | 2 ++
 releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec | 2 ++
 5 files changed, 8 insertions(+), 2 deletions(-)