xante Apprentice
Joined: 23 Aug 2004 Posts: 229
|
Posted: Sat Sep 03, 2005 12:32 am Post subject: BCM4306 (Broadcom Wireless) + WEP |
|
|
I have a broadcom wireless onboard my compaq presario and am having trouble getting wep to be enabled.
Code: | lappy win # lspci | grep BCM
0000:02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
lappy win # ndiswrapper -l
Installed ndis drivers:
netbc564 driver present, hardware present
lappy win # modprobe -l | grep ndis
/lib/modules/2.6.12-gentoo-r9/misc/ndiswrapper.ko
lappy win # iwlist wlan0 s
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...
wlan0 Scan completed :
Cell 01 - Address: 00:0F:3D:5B:DA:76
ESSID:"boxoxdeath"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.437 GHz (Channel 6)
Quality:0/100 Signal level:-77 dBm Noise level:-256 dBm
Encryption key:on
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5.5 Mb/s
Bit Rate:11 Mb/s
Bit Rate:6 Mb/s
Bit Rate:12 Mb/s
Bit Rate:24 Mb/s
Bit Rate:36 Mb/s
Bit Rate:9 Mb/s
Bit Rate:18 Mb/s
Bit Rate:48 Mb/s
Bit Rate:54 Mb/s
Extra:bcn_int=20
Extra:atim=0
lappy win #
|
Everything looks good so far,
/etc/conf.d/wireless:
Code: | essid_wlan0="boxofdeath"
mode_wlan0="auto"
adhoc_essid_wlan0="boxofdeath"
channel_wlan0="6"
key_boxofdeath="open s:xxxxssssxxxxxssssxxxxsssxx"
config_boxofdeath=( "dhcp" )
|
Code: | lappy win # /etc/init.d/net.wlan0 restart
* Caching service dependencies ... [ ok ]
* Starting wlan0
* Configuring wireless network for wlan0
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
* wlan0 does not support setting keys
* or the parameter "mac_key_boxofdeath" or "key_boxofdeath" is incorrect
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
* wlan0 does not support setting keys
* or the parameter "mac_key_boxofdeath" or "key_boxofdeath" is incorrect
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...
* wlan0 connected to "boxofdeath" at 12:49:2D:EF:21:5B
* in ad-hoc mode on channel 6 (WEP disabled)
* Bringing up wlan0
* dhcp
* Running dhcpcd ... [ !! ] |
And I cannot get beyond this, is there anyone out there that has this broadcom card working with a WEP key? |
|