From owner-freebsd-hardware@FreeBSD.ORG Fri Feb 29 20:32:55 2008 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 0D9B0106566B for ; Fri, 29 Feb 2008 20:32:55 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id DE71E8FC1C for ; Fri, 29 Feb 2008 20:32:54 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m1TKWrxK038699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Feb 2008 12:32:54 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <47C86BF5.8010306@errno.com> Date: Fri, 29 Feb 2008 12:32:53 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Petr Holub References: <003201c87aba$1ecdd210$5c697630$@muni.cz> In-Reply-To: <003201c87aba$1ecdd210$5c697630$@muni.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-hardware@freebsd.org Subject: Re: support for Proxim Silver wifi card 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: Fri, 29 Feb 2008 20:32:55 -0000 Petr Holub wrote: > Hi all, > > does anybody have a clue why Athreos-based Proxim Orinoco 11a/b/g > cards are not supported in 7.0? > > pciconf -lv: > > ath0@pci0:22:0:0: class=0x020000 card=0xaa1014b7 chip=0x0013168c > rev=0x01 > hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter' > class = network > subclass = ethernet > > dmesg: > > cardbus0: Expecting link target, got 0x0 > ath0: mem 0xbfeb0000-0xbfebffff irq 16 at device 0.0 on > cardbus0 > ath0: [ITHREAD] > ath0: unable to attach hardware; HAL status 13 > device_attach: ath0 attach returned 6 > > HAL status 13 says unsupported HW. Has anybody worked on this? > Is it matter of just some missing ID or is there a more fundamental > problem? > It should work (devid 0x13 is supported by the hal in cvs). You can try the test hal at http://www.freebsd.org/~sam. If that works please let me know what it identifies the mac+phy as. Sam