From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 13 07:43:40 2004 Return-Path: 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 86D8E16A4CE for ; Tue, 13 Jan 2004 07:43:40 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD67B43D3F for ; Tue, 13 Jan 2004 07:43:24 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1AgQhO-00014c-Fa; Tue, 13 Jan 2004 07:43:22 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Sam Leffler References: <16248.58260.560180.809655@canoe.dclg.ca> <200401122149.06369.sam@errno.com> <16387.58499.587197.601294@canoe.dclg.ca> Message-Id: Date: Tue, 13 Jan 2004 07:43:22 -0800 cc: freebsd-mobile@freebsd.org Subject: Re: ATH driver doesn't associate with turbo. X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 15:43:40 -0000 thinkpad t40p current as of 6 jan (real current has fatal ata crashes) ath0: mem 0xc0210000-0xc021ffff irq 11 at device 2.0 on pci2 ath0: mac 4.2 phy 3.0 5ghz radio 1.7 2ghz radio 2.3 ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 802.11 address: 00:05:4e:41:ee:cd nokia ap with orinoco gold card on chan 11 netgear he102 802.11a ap on chan 52 (5.26GHz) all on same ssid sometimes ath0 associates with one ap, sometimes the other, and it will switch from 11a to 11b and not come back to 11a. e.g., right now it says # ifconfig ath0 ath0: flags=8843 mtu 1500 inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:05:4e:41:ee:cd media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) status: associated ssid rgnet-home 1:rgnet-home channel 11 authmode OPEN powersavemode OFF powersavesleep 100 wepmode OFF weptxkey 1 wepkey 1:104-bit i suspect the ath driver, as i do not see similar issues in winxp. but of course, when debugging, i am not sure of anything. randy