From owner-freebsd-current@FreeBSD.ORG Wed Sep 27 00:23:04 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DB016A407 for ; Wed, 27 Sep 2006 00:23:04 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (mailtest.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0B943D45 for ; Wed, 27 Sep 2006 00:22:59 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 5F2B18A0052 for ; Tue, 26 Sep 2006 17:22:59 -0700 (PDT) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 60388-17 for ; Tue, 26 Sep 2006 17:22:57 -0700 (PDT) Received: from webmail.sd73.bc.ca (unknown [10.10.10.17]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 4E08F8A006D for ; Tue, 26 Sep 2006 17:22:57 -0700 (PDT) Received: from 24.71.118.34 (SquirrelMail authenticated user fcash) by webmail.sd73.bc.ca with HTTP; Tue, 26 Sep 2006 17:22:57 -0700 (PDT) Message-ID: <62230.24.71.118.34.1159316577.squirrel@webmail.sd73.bc.ca> In-Reply-To: <20060926222740.GF6216@e.0x20.net> References: <20060926222740.GF6216@e.0x20.net> Date: Tue, 26 Sep 2006 17:22:57 -0700 (PDT) From: "Freddie Cash" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Subject: Re: Atheros PCCard recognized, IRQ Problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 00:23:04 -0000 On Tue, September 26, 2006 3:27 pm, Lars Engels wrote: > when I insert a Netgear WAG511 Atheros-based PCCard into my notebook, > the speakers crackle two times and nothing else happens. The GENERIC kernel that ships with FreeBSD does not include the Atheros drivers. You need to manually load: if_ath wlan_wep wlan_tkip wlan_ccmp Any needed modules will be auto-loaded by the above. Once those are loaded, you will be able to use the card. If you want to compile the drivers into the kernel, you will need: wlan wlan_wep wlan_tkip wlan_ccmp ath ath_hal ath_rate_sample ---- Freddie Cash fcash@ocis.net