ich habe mir neulich eine WLAN-Karte gekauft: Asus WL-138G V2 (Chipsatz: Broadcom "BCM4318KFBG").
Leider tut sie nicht das, was sie soll. Nach 2 Tagen rumfrickeln wende ich mich jetzt an euch.
Code: Alles auswählen
> lspci | grep -i network
01:06.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
Hab mir den neusten Kernel (2.6.17.13) von kernel.org besorgt. In der .config alles BCM43XX auf y gestellt, kompiliert und von gebootet. Dann die Windows XP-Treiber von der Asus-Homepage runtergeladen, um an die bcmwl5.sys-Datei zu kommen, und die Firmware-Dateien extrahiert.
Code: Alles auswählen
> bcm43xx-fwcutter -w /lib/firmware/ bcmwl5.sys
Code: Alles auswählen
> ifconfig eth1 up
bcm43xx: PHY connected
bcm43xx: Radio turned on
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1485:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1485:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1485:bcm43xx_find_lopair()
bcm43xx: Chip initialized
bcm43xx: DMA initialized
bcm43xx: 80211 cores initialized
bcm43xx: Keys cleared
SoftMAC: Associate: Scanning for networks first.
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1485:bcm43xx_find_lopair()
SoftMAC: Start scanning with channel: 1
SoftMAC: Scanning 14 channels
SoftMAC: Scanning finished
SoftMAC: Queueing Authentication Request to 00:15:0c:09:44:0a
SoftMAC: cannot associate without being authenticated, requested authentication
SoftMAC: Sent Authentication Request to 00:15:0c:09:44:0a.
SoftMAC: Open Authentication completed with 00:15:0c:09:44:0a
SoftMAC: sent association request!
SoftMAC: assoc request timed out!
Code: Alles auswählen
eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318"
Mode:Managed Access Point: Invalid Bit Rate=1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
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
Code: Alles auswählen
> iwlist eth1 scan
eth1 Scan completed :
Cell 01 - Address: 00:15:0C:09:44:0A
ESSID:"FRITZ!Box Fon WLAN 7050"
Protocol:IEEE 802.11bg
Mode:Master
Channel:6
Encryption key:off
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 22 24 36 48 54
Quality=100/100 Signal level=-179 dBm
Extra: Last beacon: 196ms ago
Code: Alles auswählen
> iwconfig eth1 essid FRITZ\!Box\ Fon\ WLAN\ 7050 mode managed rate 54M channel 6 nick voyager
Code: Alles auswählen
> dhclient eth1
Bin kurz davor die Kart zurückzubringen. Hat jemand Tipps?