From owner-freebsd-current@FreeBSD.ORG Wed Sep 27 01:17:41 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 6C45916A412 for ; Wed, 27 Sep 2006 01:17:41 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from pipa.vshosting.cz (pipa.vshosting.cz [81.0.201.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E144F43D6A for ; Wed, 27 Sep 2006 01:17:35 +0000 (GMT) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id 040AB4E734; Wed, 27 Sep 2006 03:17:36 +0200 (CEST) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17088-09; Wed, 27 Sep 2006 03:17:34 +0200 (CEST) Received: from gandalf (unknown [81.0.245.205]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pipa.vshosting.cz (Postfix) with ESMTP id 811E24E705; Wed, 27 Sep 2006 03:17:33 +0200 (CEST) From: =?iso-8859-2?Q?Daniel_Dvo=F8=E1k?= To: "'Freddie Cash'" , Date: Wed, 27 Sep 2006 03:17:28 +0200 Message-ID: <002801c6e1d2$b483dc00$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <62230.24.71.118.34.1159316577.squirrel@webmail.sd73.bc.ca> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbhyyrX2v/JquLNRN25xck1o6Tl5wABeLEg X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at profix.cz Cc: 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 01:17:41 -0000 Hi Freddie, maybe I didn=B4t catch something in this thread, but these modules were = added to generic releng_6 kernel here: Revision 1.429.2.10 / (download) - annotate - [select for diffs] , Tue = Jul 11 16:35:07 2006 UTC (2 months, 2 weeks ago) by sam Branch: RELENG_6 Changes since 1.429.2.9: +6 -0 lines Diff to previous 1.429.2.9 to branchpoint 1.429 MFC: add ath and related code So of course, with 6.1-Release (...kernel that ships with...) there are = not these stuff compiled in kernel, so "cvsuping", please. Daniel > -----Original Message----- > From: owner-freebsd-current@freebsd.org=20 > [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Freddie Cash > Sent: Wednesday, September 27, 2006 2:23 AM > To: freebsd-current@freebsd.org > Subject: Re: Atheros PCCard recognized, IRQ Problem? >=20 > On Tue, September 26, 2006 3:27 pm, Lars Engels wrote: > > when I insert a Netgear WAG511 Atheros-based PCCard into my=20 > notebook, =20 > > the speakers crackle two times and nothing else happens. >=20 > The GENERIC kernel that ships with FreeBSD does not include=20 > the Atheros drivers. You need to manually load: > if_ath > wlan_wep > wlan_tkip > wlan_ccmp >=20 > Any needed modules will be auto-loaded by the above. Once=20 > those are loaded, you will be able to use the card. >=20 > 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 >=20 > ---- > Freddie Cash > fcash@ocis.net >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to=20 > "freebsd-current-unsubscribe@freebsd.org"