From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 14:32:24 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 A730E16A41C for ; Sat, 11 Jun 2005 14:32:24 +0000 (GMT) (envelope-from doug@polands.org) Received: from galilee.polands.org (CPE-24-208-53-189.new.res.rr.com [24.208.53.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0E043D48 for ; Sat, 11 Jun 2005 14:32:24 +0000 (GMT) (envelope-from doug@polands.org) Received: from [192.168.0.2] ([172.16.1.40]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id j5BEWLJB051314; Sat, 11 Jun 2005 09:32:22 -0500 (CDT) (envelope-from doug@polands.org) Message-ID: <42AAF5F2.4010805@polands.org> Date: Sat, 11 Jun 2005 09:32:18 -0500 From: Doug Poland User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050606) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Luke St.Clair" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 14:32:24 -0000 Luke St.Clair wrote: > 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. > ath works on 5.x but I've seen much improvement in 6.x. > 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? > Yes, I'm using one on -CURRENT > If so, is it possible to just download/compile the ath driver from > -CURRENT? If so, how? > The driver is part of the system, you don't have to download/compile anything. Simply put this in your /boot/loader.conf if_ath_load="YES" > Or should I be able to make this work on a release system? > Yes, see above. -- Regards, Doug