From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 19:15:37 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 BE4DE16A41C for ; Sat, 11 Jun 2005 19:15:37 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4512543D1F for ; Sat, 11 Jun 2005 19:15:36 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 777B17305B; Sat, 11 Jun 2005 21:15:35 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26050-03; Sat, 11 Jun 2005 21:15:34 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 4098E7303E; Sat, 11 Jun 2005 21:15:34 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sat, 11 Jun 2005 21:15:34 +0200 (CEST) Message-ID: <57504.192.168.1.20.1118517334.squirrel@webmail.thilelli.net> In-Reply-To: References: Date: Sat, 11 Jun 2005 21:15:34 +0200 (CEST) From: "Julien Gabel" To: "Luke St.Clair" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: freebsd-questions@freebsd.org Subject: Re: netgear wg311T and ath driver attaching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 19:15:37 -0000 > I'm attempting to use the netgear wg311T card, which I bought since the > ath man page and docs said it is supported under FBSD. > > I'm using the 5.4 release. > > I did: > cd /sys/modules/ath; > make; make install > kldload if_ath > > and dmesg presents: > ath0: mem 0xdf000000-0xdf00ffff irq 18 at device 8.0 on > pci1 > ath0: unable to attach hardware; HAL status 13 > device_attach: ath0 attach returned 6 > > Which, from googling, seems to indicate the driver in -CURRENT will > probably work. Is this true? > > If so, is it possible to just download/compile the ath driver from > -CURRENT? If so, how? > > Or should I be able to make this work on a release system? I use the CardBus version of this model under RELENG_5 for two months now. It is not perfect (stability link status), but it works correctly most of the time: $ grep -i ath0 /var/run/dmesg.boot ath0: mem 0x88000000-0x8800ffff irq 18 at device 0.0 on cardbus0 ath0: mac 5.9 phy 4.3 5ghz radio 4.6 ath0: Ethernet address: 00:0f:b5:a0:fb:43 ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps Maybe is it related to the PCI version (any user here?). -- -jpeg.