Re: Re: Linksys WUSB11 V 2.8; can't compile at76c503a sources
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Ian,
On Fri, 23 Jan 2004, Ian B. Jacobs wrote:
> > Difficult to say from a distance and without a trace of the channel, e.g.
> > by a Prism2/3 device. Couldn't you trace the connection with your WPC11,
> > which is, AFAIK, a Prism2 device? Put it into monitor mode on a fixed
> > channel and use a decent ethereal version to capture the traffic.
> > I could send you the commands for the wlan-ng config tool.
>
> Yes, please send me commands.
I use this script (with arg1 the netdevice and arg2 the channel number)
to set the Prism2 card into monitor mode (with wlan-ng 0.2.0 and ethereal
0.10.0):
---
#!/bin/bash
echo "configuring $1 for monitor mode on channel $2"
wlanctl-ng $1 lnxreq_wlansniff enable=true channel=$2 prismheader=true \
wlanheader=true
ifconfig $1 up
---
HTH.
/Jörg