Page 1 of 1

[SOLVED] BCM4318 activation (blacklist b43)

Posted: 31. Mar 2015, 19:05
by zAchAry
I am failing to utilize a PCI wireless adapter BCM4318 (is supported).

Code: Select all

$ lspci -nn -d 14e4:
01:0a.0 Ethernet controller [0200]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)

Code: Select all

# dmesg | grep b43
[    6.716329] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[    6.733183] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
[    6.740030] b43-phy0 ERROR: Failed to validate the chipaccess

Code: Select all

$ iwconfig 
lo        no wireless extensions.

eth0      no wireless extensions.
I have installed b43-firmware from SBo.

Re: BCM4318 activation

Posted: 31. Mar 2015, 20:29
by icaroperseo
Problems with the kernel version, perhaps?

[SOLVED] Re: BCM4318 activation (blacklist b43)

Posted: 1. Apr 2015, 01:33
by zAchAry
Please be more specific.

I did this:

Code: Select all

# cat /lib/modprobe.d/bcm43xx.conf>/etc/modprobe.d/bcm43xx.conf

Code: Select all

##############################################################################
# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that
##############################################################################

# Deprecated BCM4318 driver.
blacklist bcm43xx


I have added this line:

Code: Select all

blacklist b43

Code: Select all

##############################################################################
# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that
##############################################################################

# Deprecated BCM4318 driver.
blacklist bcm43xx
blacklist b43


Code: Select all

# dmesg | grep -e b43 -e wlan
[    6.716329] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[    6.733183] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
[    6.740030] b43-phy0 ERROR: Failed to validate the chipaccess
[26761.403546] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[26761.419140] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
I have a new interface (wlan0).

Code: Select all

$ iwconfig 
wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          
lo        no wireless extensions.

eth0      no wireless extensions.

It appears to function.