From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 14:11: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 373D916A41C for ; Sat, 11 Jun 2005 14:11:24 +0000 (GMT) (envelope-from run_faster@hotmail.com) Received: from hotmail.com (bay101-f32.bay101.hotmail.com [64.4.56.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144D943D1D for ; Sat, 11 Jun 2005 14:11:24 +0000 (GMT) (envelope-from run_faster@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 11 Jun 2005 07:11:23 -0700 Message-ID: Received: from 64.4.56.210 by by101fd.bay101.hotmail.msn.com with HTTP; Sat, 11 Jun 2005 14:11:23 GMT X-Originating-IP: [64.4.56.210] X-Originating-Email: [run_faster@hotmail.com] X-Sender: run_faster@hotmail.com From: "Luke St.Clair" To: freebsd-questions@freebsd.org Date: Sat, 11 Jun 2005 10:11:23 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 11 Jun 2005 14:11:23.0875 (UTC) FILETIME=[7300FB30:01C56E8F] Subject: 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:11:24 -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?