From owner-freebsd-mobile@FreeBSD.ORG Thu Apr 15 16:24:43 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 2899F16A4CE for ; Thu, 15 Apr 2004 16:24:43 -0700 (PDT) Received: from atheros.com (mail.atheros.com [65.212.155.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E059B43D46 for ; Thu, 15 Apr 2004 16:24:42 -0700 (PDT) (envelope-from greg@atheros.com) Received: from [10.10.10.169] (account greg HELO atheros.com) by atheros.com (CommuniGate Pro SMTP 4.1.8) with ESMTP id 6501122; Thu, 15 Apr 2004 16:24:41 -0700 Message-ID: <407F1A40.3000003@atheros.com> Date: Thu, 15 Apr 2004 16:26:56 -0700 From: greg chesson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <20040415210524.84611.qmail@web41701.mail.yahoo.com> <200404151441.34208.sam@errno.com> In-Reply-To: <200404151441.34208.sam@errno.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Steve G cc: freebsd-mobile@freebsd.org Subject: Re: Atheros 5212 on a Fujitsu S6120 laptop 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, 15 Apr 2004 23:24:43 -0000 Chances are that the mac portion of the chip did not come out of reset properly. The symptom of this when the mac revision numbers are ok but the phy and radio numbers are bogus. g Sam Leffler wrote: > On Thursday 15 April 2004 02:05 pm, Steve G wrote: > >>Hi all, >> >> I've been trying to install FreeBSD 5.2.1 on my laptop. Everything seems >>to work pretty well, but I can't get the wireless card to work (it's an >>internal mini-PCI card). Looking through the forum posts, I found I had to >>set the loader.conf options to >> >> hw.pci.allow_unsupported_io_range=1 >> >>This statement was to allow the computer to even boot in order to install >>5.2.1. >> >>I've scoured the web and this list trying to find possible solutions, but I >>can't seem to find any answers. The specific error I get by using 'dmesg' >>is >> >> ath0: mem 0xd0200000-0xd020ffff irq 11 at device 13.0 >>on pci1 ath0: mac 5.6 phy 4.1 5ghz radio 4.6 >> ath0: unable to collect channel list from hal >> device_probe_and_attach: ath0 attach returned 22 >> >>I checked my kernel to make certain that it was compiled with support for >>the atheros card. I'm at a total impasse at the moment. Can anyone give >>me some suggestions on what to do? Can anyone tell me what the returned 22 >>means? I can't seem to find any documentation on that particular error >>either. I'd love to get the wireless working properly! Stephen G > > > I'm not sure you're actually talking to the h/w. The 5ghz radio h/w revision > (4.6) is unknown to me and likely bogus. As a result the HAL is unable to do > it's thing and the driver bails. Not sure what to suggest other than to look > "upstream" (e.g. to your pci config hack). > > Sam