From owner-freebsd-current@FreeBSD.ORG Thu Jul 12 01:12:27 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF39F16A47E for ; Thu, 12 Jul 2007 01:12:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 7787913C483 for ; Thu, 12 Jul 2007 01:12:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 0F3311CC5D; Thu, 12 Jul 2007 13:12:26 +1200 (NZST) Date: Thu, 12 Jul 2007 13:12:26 +1200 From: Andrew Thompson To: David Wolfskill , current@freebsd.org Message-ID: <20070712011226.GB1285@heff.fud.org.nz> References: <20070711172448.GA42994@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070711172448.GA42994@bunrab.catwhisker.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: Oddity with an(4): Channel reported by ifconfig is wrong X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 12 Jul 2007 01:12:28 -0000 On Wed, Jul 11, 2007 at 10:24:48AM -0700, David Wolfskill wrote: > This may be an off-by-one issue: I have two APs with the same SSID; > one on channel 1; the other on channel 6. But: > > g1-1(7.0-C)[1] uname -a > FreeBSD g1-1.catwhisker.org. 7.0-CURRENT FreeBSD 7.0-CURRENT #480: Wed Jul 11 09:44:13 PDT 2007 root@g1-1.catwhisker.org.:/common/S4/obj/usr/src/sys/CANARY i386 > g1-1(7.0-C)[2] > > g1-1(7.0-C)[3] ifconfig > xl0: flags=8802 metric 0 mtu 1500 > options=9 > ether 00:08:74:e5:95:cb > media: Ethernet autoselect (none) > status: no carrier > fwe0: flags=8802 metric 0 mtu 1500 > options=8 > ether 46:4f:c0:76:40:41 > ch 1 dma -1 > fwip0: flags=8802 metric 0 mtu 1500 > lladdr 44.4f.c0.0.30.76.40.41.a.2.ff.fe.0.0.0.0 > plip0: flags=108810 metric 0 mtu 1500 > lo0: flags=8049 metric 0 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > wi0: flags=8802 metric 0 mtu 1500 > ether 00:02:2d:5b:2c:78 > media: IEEE 802.11 Wireless Ethernet autoselect (none) > status: no carrier > ssid catwhisker channel 1 (2412 Mhz 11b) > stationname "FreeBSD WaveLAN/IEEE node" > authmode OPEN privacy ON deftxkey 1 wepkey 1:40-bit txpowmax 100 > bmiss 7 scanvalid 60 > > As you see, the an0 NIC (a PCMCIA part) is the only one in use (as > the miniPCI wi0 still doesn't associate). So wi is still not working at all? Can you post the log again with debug.wi set to 2. Does 'ifconfig wi0 scan' show anything? Andrew