From owner-freebsd-current@FreeBSD.ORG Wed Nov 19 17:33:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E4F116A4CE for ; Wed, 19 Nov 2003 17:33:18 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7015A43F85 for ; Wed, 19 Nov 2003 17:33:17 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id 0E16D21061; Wed, 19 Nov 2003 17:32:38 -0800 (PST) Date: Wed, 19 Nov 2003 17:32:37 -0800 From: Sean Chittenden To: Ryan Sommers Message-ID: <20031120013237.GB6899@perrin.nxad.com> References: <20031119223948.61677.qmail@neuroflux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031119223948.61677.qmail@neuroflux.com> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: DStumbler / BSD-AirTools Error with new Wi code? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 01:33:18 -0000 > I have been getting the following error when attempting to use dstumbler > with 5.1-RELEASE-p10: > > error: unable to ioctl device socket: Invalid argument > > After much searching around newsgroups/mailing lists it looks like the > Wi(4) code was changed and dstumbler never got updated. I found one patch > that supposedly fixed support on some cards, however, it didn't seem to > work on mine. Has anyone worked on this in -current? Or does anyone know of > patches that aren't in CVS yet that might work? > > Here is my info: > lilshadow# dmesg |grep wi0 > wi0: at port 0x100-0x13f irq 11 > function 0 config 1 on pccard2 > wi0: 802.11 address: 00:02:2d:84:22:18 > wi0: using Lucent Embedded WaveLAN/IEEE > wi0: Lucent Firmware: Station (8.10.1) > wi0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > > Wireless card works fine otherwise. Have you tried just `dstumbler wi0` ? I need the -o with my Netgear card. $ dmesg | grep wi0 wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 wi0: 802.11 address: 00:30:ab:11:f6:88 wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A wi0: Intersil Firmware: Primary (0.3.0), Station (0.8.3) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps $ sudo dstumbler wi0 -o [fires up] I don't know if Lucent cards are supported or not. How old is your kernel, btw? You should update to -CURRENT as there have been many wlan fixes since 5.1-RELEASE. -sc -- Sean Chittenden