From owner-freebsd-mobile@FreeBSD.ORG Sun Apr 9 06:46:19 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8E416A402 for ; Sun, 9 Apr 2006 06:46:19 +0000 (UTC) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D7343D46 for ; Sun, 9 Apr 2006 06:46:18 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id IAA09521; Sun, 9 Apr 2006 08:43:41 +0200 (CEST) (envelope-from guru@Sisis.de) From: guru@Sisis.de Received: from ppp-62-245-209-158.mnet-online.de(62.245.209.158) by hunter.Sisis.de via smap (V2.1) id xma009517; Sun, 9 Apr 06 08:43:31 +0200 Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k396jk2Z001458; Sun, 9 Apr 2006 08:45:46 +0200 (CEST) (envelope-from guru@Sisis.de) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to guru@Sisis.de using -f Date: Sun, 9 Apr 2006 08:45:46 +0200 To: Sam Leffler Message-ID: <20060409064546.GA1443@rebelion.Sisis.de> References: <20060407122442.GC10982@rebelion.Sisis.de> <44381755.3090705@cbs.dk> <44381B9D.80608@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <44381B9D.80608@errno.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE (i386) Cc: Gregers Petersen , freebsd-mobile@freebsd.org Subject: Re: 6.0-REL && iwi && wistumbler2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias.Apitz@Sisis.de List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 06:46:20 -0000 El día Saturday, April 08, 2006 a las 01:22:53PM -0700, Sam Leffler escribió: > The right solution is to use bpf to collect 802.11 frames either from > the 802.11 layer or from the driver. At the 802.11 layer you get raw > frames. At the driver layer you get much more info (rssi, channel, > etc.). This is how kismet, ethereal, etc. work. I've had patches to > dstumbler for several years to do this: > > http://www.freebsd.org/~sam/dstumbler.tgz > > Some cards require that you operate in monitor mode to get interesting > information. I do not know wistumbler2 to know if it works like > this--but if it does then it can work with any wireless card that is > properly integrated into the system. I've compiled and installed it, but 'dstumbler iwi0' freezes the system; matthias