/sbin/lspci
…
06:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
/sbin/lspci
…
06:03.0 0280: 14e4:4318 (rev 02)
dmesg | less
Lines 563-565:
b43-phy0: Broadcom 4318 WLAN found
phy0: Selected rate control algorithm ‘pid’
Broadcom 43xx driver loaded [Features: PMLR, Firmware-ID: FW13 ]
/usr/sbin/iwconfig
wlan 0
IEEE 802.11g
ESSID:**
Mode:Managed
Channel:0
Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7
RTS thr:off
Fragment thr=2352 B
Link Quality:0
Signal level:0
Noise level:0
Rx invalid nwid:0
Rx invalid crypt:0
Rx invalid frag:0
Tx excessive retries:0
Invalid misc:0
Missed beacon:0
sudo /usr/sbin/iwlist scan
…
wlano Interface doesn’t support scannning : Network is down
I am trying to figure what is wrong here. I’ve tried every method in the book. I’ve gone into my router, and tried configuring it with the same exact settings. No dice. I’ve tried modifying my router settings (without destroying the network entirely) and matching the openSUSE11.0 to my router (using yast->network settings) with the KDE 4.0 interface and still no dice. I’ve tried deleting it and rebooting with no luck. I have a strong feeling it is a configuration flaw on my part but I am failing to see where my error is!
>> wlano Interface doesn’t support scannning : Network is down
Please post the output of ‘dmesg | grep b43’. Because wlan0 exists, the driver
is loaded, but the firmware may not be available. If it is, the line above
indicates that indicates that you have not configured the interface. What method
(ifup or NetworkManager) are you using? That is selected with YaST.
b43-phy0: Broadcome 4318 WLAN found
input: b43-phy0 as /devices/virtual/input/input6
by43-phy0 ERROR: Firmware file “b43/ucode5.fw” not found or load failed
by43-phy0 ERROR: You must go to b43 - Linux Wireless and download the latest firmware (version 4)
input: b43-phy0 as /devices/virtual/input/input7
by43-phy0 ERROR: Firmware file “b43/ucode5.fw” not found or load failed
by43-phy0 ERROR: You must go to http://linuxwireless.org/en/uses/Drivers/b43#devicefirmware and download the latest firmware (version 4)
input: b43-phy0 as /devices/virtual/input/input8
by43-phy0 ERROR: Firmware file “b43/ucode5.fw” not found or load failed
by43-phy0 ERROR: You must go to b43 - Linux Wireless and download the latest firmware (version 4)
input: b43-phy0 as /devices/virtual/input/input9
by43-phy0 ERROR: Firmware file “b43/ucode5.fw” not found or load failed
by43-phy0 ERROR: You must go to b43 - Linux Wireless and download the latest firmware (version 4)
I tried using both ifup AND networkmanager with no success. Let me try downloading the firmware update with this machine and I’ll post on here again whether it works or not.