You are not logged in.

#26 2019-11-12 01:13:04

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

Please use code tags for commands and their outputs.  Could you check if the arch linux live cd contains the file  /usr/lib/modprobe.d/broadcom-wl.conf as the lsmod output shows b43 and bcma loaded,
while bcma-pci-bridge is not listed so it appears that module was blacklisted successfully.

Offline

#27 2019-11-12 02:28:46

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,789

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

Please fix your post using BBCode code tags.  That link is also available under every message post box on the forums.

Thanks.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#28 2019-11-12 11:15:46

Gliden
Member
Registered: 2019-11-09
Posts: 20

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

loqs, ewaller, sorry, the text corrected.

loqs, I wrote module_blacklist=bcma-pci-bridge in the boot arch and the file along the path, /usr/lib/modprobe.d/broadcom-wl.conf contains :

blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma

kernel drive bcma-pci-bridge loading

Offline

#29 2019-11-12 11:41:22

latalante1
Member
Registered: 2018-08-30
Posts: 110

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

Gliden wrote:

loqs, ewaller, sorry, the text corrected.

loqs, I wrote module_blacklist=bcma-pci-bridge in the boot arch and the file along the path, /usr/lib/modprobe.d/broadcom-wl.conf contains :

kernel drive bcma-pci-bridge loading

Linux does not have such a module - "bcma-pci-bridge", so you cannot blacklist it.

You can order that they do not load those that exist.

module_blacklist=b43,b43legacy,ssb,bcm43xx,brcm80211,brcmfmac,brcmsmac,bcma

Offline

#30 2019-11-12 15:03:26

Gliden
Member
Registered: 2019-11-09
Posts: 20

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

latalante1, if there is no bcma-pci-bridge module in Linux, why does it load? I wrote a output.

Offline

#31 2019-11-12 15:24:20

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

Because broadcom sucks.
https://unix.stackexchange.com/question … o-brcmsmac

Try the list latalante1 posted.

Offline

#32 2019-11-12 15:26:31

latalante1
Member
Registered: 2018-08-30
Posts: 110

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

Is the internal name of the driver, not the module.
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma, wl

Offline

#33 2019-11-12 20:51:28

Gliden
Member
Registered: 2019-11-09
Posts: 20

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

latalante1, You can order that they do not load those that exist.

module_blacklist=b43,b43legacy,ssb,bcm43xx,brcm80211,brcmfmac,brcmsmac,bcma

It works smile Thanks to all the guys for the answers, here is a more detailed solution :

Before clicking boot arch linux in live cd with arch linux, press tab and at the end of the line add a space and this line :


module_blacklist=b43,b43legacy,ssb,bcm43xx,brcm80211,brcmfmac,brcmsmac,bcma

Then press enter.

Last edited by Gliden (2019-11-12 20:59:17)

Offline

#34 2019-11-12 21:00:18

Gliden
Member
Registered: 2019-11-09
Posts: 20

Re: [SOLVED] Incorrect driver loadIng for bcm4360 in live cd

Solution above or in the first post.

Last edited by Gliden (2019-11-13 09:55:21)

Offline

Board footer

Powered by FluxBB