Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 23:16:10 -0800
From:      "Sam Leffler" <sam@errno.com>
To:        "David Thiel" <lx@redundancy.redundancy.org>, <freebsd-current@FreeBSD.ORG>
Subject:   Re: new wi driver problems
Message-ID:  <2e0f01c2bf8a$a507f770$5a557f42@errno.com>
References:  <20030119012656.GA337@redundancy.redundancy.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> A couple things regarding this new wireless driver - the
> wepkey option to ifconfig no longer seems to work; I get a
> "SIOCS80211: Invalid argument".  Secondly and more importantly,
> even when the wepkey is set via wicontrol, I can't seem to get
> any connectivity at all anymore.
>

I fixed the setting of the wepkey by ifconfig but still have to track down
why wep doesn't work (looks like xmit is fine but rcvd packets are being
dropped by the card).  FWIW you can enable debugging info for the 802.11
state machine with:

sysctl debug.ieee80211=1

and get 802.11 frames by the driver printed with:

ifconfig wi0 debug link2

Setting the sysctl value to >1 will give more verbose output which is
unlikely to be useful.  I have to commit some mods to tcpdump and bpf before
you can use tcpdump to tap packets at the 802.11 link layer.

    Sam


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2e0f01c2bf8a$a507f770$5a557f42>