From owner-freebsd-questions@FreeBSD.ORG Sat May 28 19:45:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317AD16A41C for ; Sat, 28 May 2005 19:45:44 +0000 (GMT) (envelope-from pefp799@yahoo.se) Received: from web26001.mail.ukl.yahoo.com (web26001.mail.ukl.yahoo.com [217.12.10.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 85FA343D1D for ; Sat, 28 May 2005 19:45:43 +0000 (GMT) (envelope-from pefp799@yahoo.se) Received: (qmail 8751 invoked by uid 60001); 28 May 2005 19:45:42 -0000 Message-ID: <20050528194542.8749.qmail@web26001.mail.ukl.yahoo.com> Received: from [213.114.161.7] by web26001.mail.ukl.yahoo.com via HTTP; Sat, 28 May 2005 21:45:41 CEST Date: Sat, 28 May 2005 21:45:41 +0200 (CEST) From: Gunde Svan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: ath0: unable to attach hardware; HAL status 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 19:45:44 -0000 Hi, I checked out http://www.freebsd.org/releases/5.4R/hardware-i386.html#WLAN and saw that NetGear WG311T was supported by Atheros driver (ath). I went out to the store and got my self a NetGear WG311T PCI Card. I put it in my box that runs FreeBSD 5.3-RELEASE-p15 #4. I Recompiled the kernel with: device ath device ath_hal device wlan Unfortunately it did not work. I got this error message from dmesg: ath0: mem 0xfeae0000-0xfeaeffff irq 11 at device 13.0 on pci2 ath0: [GIANT-LOCKED] ath0: unable to attach hardware; HAL status 13 device_attach: ath0 attach return 6 ifconfig do not show anything... what do I need to do to get the card to work? It says it should work on the FreeBSD's homepage, so I assume it should work. thanks.