From owner-freebsd-questions@FreeBSD.ORG Tue May 24 13:17:23 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 229A316A41C for ; Tue, 24 May 2005 13:17:23 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth03.mail.atl.earthlink.net (smtpauth03.mail.atl.earthlink.net [209.86.89.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CEF43D55 for ; Tue, 24 May 2005 13:17:22 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth03.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DaZHe-0007jU-0j; Tue, 24 May 2005 09:17:22 -0400 From: "Andrew L. Gould" To: Timothy Smith Date: Tue, 24 May 2005 08:17:47 -0500 User-Agent: KMail/1.6.2 References: <4292DCBD.5020904@open-networks.net> <200505240324.01779.algould@datawok.com> <42931717.7040300@open-networks.net> In-Reply-To: <42931717.7040300@open-networks.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200505240817.47562.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcb4d2faee11887c75607265454a1b6d68350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: 5.3 doesn't detect wireless card dwl g520 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: Tue, 24 May 2005 13:17:23 -0000 On Tuesday 24 May 2005 06:59 am, Timothy Smith wrote: > Andrew L. Gould wrote: > >On Tuesday 24 May 2005 02:50 am, Timothy Smith wrote: > >>is there something extra i can do to force it to load this card? > > > >What do you mean by "extra"? What have you done so far? > > > >Have you recompiled the kernel with device lines for ath and > > ath_hal? > > > >Andrew Gould > >_______________________________________________ > > i tried compiling it with ath and ath_hal, but it totally freaks out > on make. error on apci (i thought that stuff was disabled in > generic?) What version of FreeBSD are you using? Note that the atheros chipset is only supported by FreeBSD 5*. If apci is incompatible with your hardware, you may have to disable it and revert back to apm (or neither). Andrew Gould