Date: Tue, 26 Sep 2006 17:22:57 -0700 (PDT) From: "Freddie Cash" <fcash@ocis.net> To: freebsd-current@freebsd.org Subject: Re: Atheros PCCard recognized, IRQ Problem? 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?62230.24.71.118.34.1159316577.squirrel>