[SOLVED] BCM4318 activation (blacklist b43)

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

[SOLVED] BCM4318 activation (blacklist b43)

Post 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.
Last edited by zAchAry on 1. Apr 2015, 02:10, edited 1 time in total.
Image
Help to make Slackware easier Donate to Salix
User avatar
icaroperseo
Donor
Posts: 67
Joined: 19. Nov 2014, 01:12
Contact:

Re: BCM4318 activation

Post by icaroperseo »

Problems with the kernel version, perhaps?
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

[SOLVED] Re: BCM4318 activation (blacklist b43)

Post 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.
Image
Help to make Slackware easier Donate to Salix
Post Reply