Ok ... it looks like an authentication problem ...
config chan 11 flags 8025 cck f ofdm 15
wpi0: sending auth to 00:09:5b:xx:xx:xx on channel 11
wpi0: received auth from 00:09:5b:xx:xx:xx rssi 68
wpi0: open authentication failed (reason 13) for 00:09:5b:xx:xx:xx

I tried every possible combination with "ipconfig wpi0 nwkey 
0x0784c5c4fcafa91c537df07839"
or with nwkey 
1:0x0784c5c4fcafa91c537df07839,0x0784c5c4fcafa91c537df07839,0x0784c5c4fcafa91c537df07839,0x0784c5c4fcafa91c537df07839
or nwkey 1:0x0784c5c4fcafa91c537df07839
etc all fail, the key is correct as it is a copy paste ...

what else can I try ?
thx a lot for helping on the issue!!!


----- Original Message -----
From: Nick Guenther
Date: Monday, August 14, 2006 18:43
Subject: Re: connect to a wep accesspoint (wpi0) howto?
To: OpenBSD-Misc

> On 8/14/06, Didier Wiroth wrote:
> > The card is the following:
> > wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02
> >
> > "ifconfig -M wpi0 debug" returns nothing ?!
> > what and how should it return something ?
> >
> > "ifconfig -M wpi0" returns the following:
> > wpi0: flags=8847
> mtu 1500
> > lladdr 00:13:02:16:27:0f
> > media: IEEE802.11 autoselect (autoselect mode 11b)
> > status: no network
> > ieee80211: nwid wifi chan 11 bssid 00:09:5b:a3:32:90
> 67dB nwkey 0x0784c5c4fcafa91c537df07839 100dBm
> > nwid wifi chan 11 bssid 00:09:5b:xx:xx:xx 67dB
> 54M privacy,short_slottime
> > inet6 fe80::213:2ff:fe16:270f%wpi0 prefixlen 64
> scopeid 0x2
>
> That's exactly what the output of -M should be. See the last two lines
> there? That's the network. So good, your card is actually
> capable of
> picking up networks. It doesn't seem to have turned on debugging
> though. Maybe I should have checked the syntax first.
>
> Maybe try it in this order then:
> #ifconfig wpi0 debug
> #ifconfig -M wpi0
>
> btw, you are doing this from tty0 right? Otherwise you won't see the
> messages from the card (you can still see them by checking your
> dmesg).
>
> Maybe tcpdump could help you too.

Reply via email to