From owner-freebsd-hardware@FreeBSD.ORG Sat Sep 26 18:37:48 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550F81065670 for ; Sat, 26 Sep 2009 18:37:48 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF0C8FC13 for ; Sat, 26 Sep 2009 18:37:47 +0000 (UTC) Received: from Macintosh-4.local ([10.0.0.198]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n8QIbd7G090384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Sep 2009 11:37:39 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4ABE5F72.2040500@freebsd.org> Date: Sat, 26 Sep 2009 11:37:38 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ji=F8=ED_Smejkal?= References: <0FFC914A57259D4EBB4C448E8A8ECF15A2318FD6@SRVEX.cnw.local> In-Reply-To: <0FFC914A57259D4EBB4C448E8A8ECF15A2318FD6@SRVEX.cnw.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-DCC-CTc-dcc1-Metrics: ebb.errno.com; whitelist Cc: "freebsd-hardware@freebsd.org" Subject: Re: Question about atheros 9220 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 18:37:48 -0000 Jiøí Smejkal wrote: > Hi all, > > Did anybody try make to work minipci atheros card ar9220 chipset (routerboard R52n) with FBSD8 ? > > Pciinfo: ath0@pci0:0:12:0: class=0x028000 card=0x4202168c chip=0x0029168c rev=0x01 hdr=0x00 > > FBSD detect the card O.K. but ifconfig ath0 up give > > ath0: unable to reset hardware; hal status 14 at first up > and > ath0: unable to reset hardware; hal status 3 at others up > > ifconfig -m show some media. > > Have tried in ALIX and Intel board (with pci/minipci card). Never heard of a 9220; but google shows it's new so not unexpected. However that does mean the hal doesn't support it so what you see makes sense. Sam