From owner-freebsd-mobile@FreeBSD.ORG Thu Sep 23 16:26:06 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 E6EE116A4CE for ; Thu, 23 Sep 2004 16:26:06 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9FB43D1D for ; Thu, 23 Sep 2004 16:26:06 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i8NGQ5Wi088315 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 23 Sep 2004 09:26:05 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-mobile@freebsd.org, Guy Middleton Date: Thu, 23 Sep 2004 09:29:22 -0700 User-Agent: KMail/1.7 References: <20040923160756.GA9501@chaos.obstruction.com> In-Reply-To: <20040923160756.GA9501@chaos.obstruction.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409230929.22911.sam@errno.com> Subject: Re: Atheros wireless can't find 11b modes on 5.3-BETA5 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: Thu, 23 Sep 2004 16:26:07 -0000 On Thursday 23 September 2004 09:07 am, Guy Middleton wrote: > I just installed 5.3-BETA5 on an IBM T41 with an Atheros wireless card. > Boot message shows 11a and 11g rates, but no 11b: > > > Sep 23 11:58:14 distopia kernel: ath0: mem > 0xc0210000-0xc021ffff irq 11 at device 2.0 on pci2 Sep 23 11:58:14 distopia > kernel: ath0: mac 5.6 phy 4.1 5ghz radio 1.7 2ghz radio 2.3 Sep 23 11:58:14 > distopia kernel: ath0: Ethernet address: 00:05:4e:48:d2:b7 Sep 23 11:58:14 > distopia kernel: ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps > 48Mbps 54Mbps Sep 23 11:58:14 distopia kernel: ath0: 11g rates: 1Mbps 2Mbps > 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > > > "ifconfig -m" shows autoselect, 11a and 11g, but no 11b. > > > Is there some config parameter I can fix? Should I wait for 5.3-RELEASE? > Should I grab -CURRENT instead? Should I apply Sam Leffler's patch? I don't see the hal rev but this is likely caused by an old bug in the hal that's long since fixed. If you can try the existing patches you'd know for sure. I'm working to update the patches to include a fix for WEP and some more updates but I'm stuck on a use-after-free bug and have no time at the moment to pursue it. Sam