From owner-freebsd-questions@FreeBSD.ORG Sun Apr 30 14:42:05 2006 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 B7C2916A402 for ; Sun, 30 Apr 2006 14:42:05 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C2D43D58 for ; Sun, 30 Apr 2006 14:42:04 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc11) with ESMTP id <20060430144203m110059dgte>; Sun, 30 Apr 2006 14:42:04 +0000 Message-ID: <4454CCBD.4060203@computer.org> Date: Sun, 30 Apr 2006 09:42:05 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.2 (X11/20060426) MIME-Version: 1.0 To: dick hoogendijk References: <20060430161622.9bb0ff5e.dick@nagual.st> In-Reply-To: <20060430161622.9bb0ff5e.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fbsdq Subject: Re: device ath compile in kernel 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: Sun, 30 Apr 2006 14:42:05 -0000 dick hoogendijk wrote: > I wanted to compile my wifi ath based card in the new kernel, but got > some errors that I can't solve myself. > After adding "device ath" I got compilation errors (ath_hal errors), so > I put in "device ath_hal" (although there is no mention of it in the > dox). The hal errors dissappeared, but now I got ath_rate errors while > compiling. Adding "device ath_rate" did not work. ;-) Does not exist.. > > So, what exactly do I put in the kernel config when I want to compile > support for my ath based wifi card? > The wlan options compile in are: > # Wireless NIC cards > device wlan #802.11 support > device wlan_wep #802.11 WEP support > device wlan_ccmp #802.11 CCMP support > device wlan_tkip #802.11 TKIP support > device wlan_xauth #802.11 ext authenticatorsupport > device wlan_acl #802.11 MAC ACL support > > How do I add my ath card ? Loading it from /boot/loader.conf goes well, > but I want it in the kernel. > I've got the following: # wLAN stuff device wlan_wep device wlan_ccmp device wlan_tkip # Ath NIC device ath device ath_hal device ath_rate_sample # <- probably what you are missing. HTH -- Regards, Eric