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
##############################################################################
# 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.