* bcm43xx in 2.6.17-rc6
@ 2006-06-12 16:44 Andreas Rittershofer
2006-06-12 16:49 ` Michael Buesch
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Rittershofer @ 2006-06-12 16:44 UTC (permalink / raw)
To: linux-kernel
lspci says:
00:0c.0 Network controller: Broadcom Corporation BCM4303 802.11b
Wireless LAN Controller (rev 02)
So the bcm43xx-support with kernel 2.6.17-rc6 should work, but it does
only partially - WPA is not running; wpa_supplicant says:
ioctl[SIOCSIWENCODEEXT]: Invalid argument
Driver did not support SIOCSIWENCODEEXT
WPA: Failed to set PTK to the driver.
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface eth1
State: GROUP_HANDSHAKE -> DISCONNECTED
wpa_driver_wext_deauthenticate
ioctl[SIOCSIWMLME]: Operation not supported
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
EAPOL: External notification - portEnabled=0
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: SUPP_BE entering state INITIALIZE
EAPOL: External notification - portValid=0
wpa_driver_wext_set_wpa
wpa_driver_wext_set_drop_unencrypted
wpa_driver_wext_set_countermeasures
No keys have been configured - skip key clearing
What is wrong here?
mfg ar
--
E-Learning in der Schule:
http://www.dbg-metzingen.de/Menschen/Lehrer/Q-T/Rittershofer/E-Learning/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bcm43xx in 2.6.17-rc6
2006-06-12 16:44 bcm43xx in 2.6.17-rc6 Andreas Rittershofer
@ 2006-06-12 16:49 ` Michael Buesch
2006-06-14 10:46 ` Andreas Rittershofer
0 siblings, 1 reply; 4+ messages in thread
From: Michael Buesch @ 2006-06-12 16:49 UTC (permalink / raw)
To: andreas; +Cc: linux-kernel
On Monday 12 June 2006 18:44, Andreas Rittershofer wrote:
> 00:0c.0 Network controller: Broadcom Corporation BCM4303 802.11b
> Wireless LAN Controller (rev 02)
bcm43xx is hardly tested on B-only hardware.
Does it work without encryption?
--
Greetings Michael.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bcm43xx in 2.6.17-rc6
2006-06-12 16:49 ` Michael Buesch
@ 2006-06-14 10:46 ` Andreas Rittershofer
2006-06-15 14:08 ` Michael Buesch
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Rittershofer @ 2006-06-14 10:46 UTC (permalink / raw)
To: Michael Buesch; +Cc: linux-kernel
Am Montag, den 12.06.2006, 18:49 +0200 schrieb Michael Buesch:
> On Monday 12 June 2006 18:44, Andreas Rittershofer wrote:
> > 00:0c.0 Network controller: Broadcom Corporation BCM4303 802.11b
> > Wireless LAN Controller (rev 02)
>
> bcm43xx is hardly tested on B-only hardware.
> Does it work without encryption?
>
I don't know since I cannot deactivate encryption on my AP - I must use
encryption.
I just tested the following Card-Bus-Card:
02:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One
54g] 802.11g Wireless LAN Controller (rev 02)
It's also a broadcom-chip in another version, but the driver also says:
ioctl[SIOCSIWENCODEEXT]: Invalid argument
Driver did not support SIOCSIWENCODEEXT
WPA: Failed to set PTK to the driver.
The driver really seems to have a problem: wpa_supplicant wants to do
something and the driver does not understands it.
mfg ar
--
E-Learning in der Schule:
http://www.dbg-metzingen.de/Menschen/Lehrer/Q-T/Rittershofer/E-Learning/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bcm43xx in 2.6.17-rc6
2006-06-14 10:46 ` Andreas Rittershofer
@ 2006-06-15 14:08 ` Michael Buesch
0 siblings, 0 replies; 4+ messages in thread
From: Michael Buesch @ 2006-06-15 14:08 UTC (permalink / raw)
To: andreas; +Cc: linux-kernel
On Wednesday 14 June 2006 12:46, Andreas Rittershofer wrote:
> Am Montag, den 12.06.2006, 18:49 +0200 schrieb Michael Buesch:
> > On Monday 12 June 2006 18:44, Andreas Rittershofer wrote:
> > > 00:0c.0 Network controller: Broadcom Corporation BCM4303 802.11b
> > > Wireless LAN Controller (rev 02)
> >
> > bcm43xx is hardly tested on B-only hardware.
> > Does it work without encryption?
> >
>
> I don't know since I cannot deactivate encryption on my AP - I must use
> encryption.
Why can't you deactivate it for the sake of testing?
> I just tested the following Card-Bus-Card:
> 02:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One
> 54g] 802.11g Wireless LAN Controller (rev 02)
>
> It's also a broadcom-chip in another version, but the driver also says:
> ioctl[SIOCSIWENCODEEXT]: Invalid argument
> Driver did not support SIOCSIWENCODEEXT
> WPA: Failed to set PTK to the driver.
>
> The driver really seems to have a problem: wpa_supplicant wants to do
> something and the driver does not understands it.
>
>
> mfg ar
--
Greetings Michael.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-15 14:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 16:44 bcm43xx in 2.6.17-rc6 Andreas Rittershofer
2006-06-12 16:49 ` Michael Buesch
2006-06-14 10:46 ` Andreas Rittershofer
2006-06-15 14:08 ` Michael Buesch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox