kismet adn atheros

Michael W. Oliver michael at gargantuan.com
Sun Aug 28 02:35:25 GMT 2005


On 2005-08-27T21:09:28+0000, Brad Schonhorst wrote:
> #ps -aux | egrep kismet
> root    663  0.0  0.2  2860  2108  p1  S     8:39PM   0:01.41 
> /usr/local/bin/kismet_server --silent
> 
> Kismet_server hung on for some reason, lets kill it off
> #kill -9 663

Others and I have reported this too.  Annoying but I will live...

> Lets see if that did the trick
> #ifconfig
> ath0:flags=28943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,PPROMISC> 
> mtu 1500
>       inet6 fe80::211:f5ff:fe60:1764%ath0 prefixlen 64 scopeid 0x3
>       ether 00:11:f5:60:17:64
>       media: IEEE 802.11 Wireless Ethernet autoselect <monitor>
>       status: associated
>       ssid "" channel 11
>       authmode OPEN privacy OFF txpowmax 52 protmode CTS bintval 100
> 
> Not really, so lets try one of the suggested commands to pull out of 
> promisc and monitor modes
> #ifconfig ath0 -promisc mediaopt -monitor
> ifconfig: SIOCSIFMEDIA (media): Device not configured
> 
> Hmm, may not have need the mediaopt flag
> #ifconfig ath0 -promisc -monitor

I think you want...

ifconfig ath0 -promisc -mediaopt monitor

(note that you must kill off kismet_server or the above command will
have no effect (at least on my system)).

I wish someone knew why kismet won't channel hop...

-- 
Mike Oliver
[see complete headers for contact information]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-mobile/attachments/20050827/189e74b9/attachment.bin


More information about the freebsd-mobile mailing list