From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 14:01:31 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 19B5D16A400 for ; Sun, 16 Apr 2006 14:01:31 +0000 (UTC) (envelope-from pbowen@fastmail.fm) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5AF043D49 for ; Sun, 16 Apr 2006 14:01:30 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 14196D4798C for ; Sun, 16 Apr 2006 10:01:29 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Sun, 16 Apr 2006 10:01:00 -0400 X-Sasl-enc: RnX5F7dUbZiLqCBdnz0BFj1UxHX8lC0c7Vkv16winbJr 1145196057 Received: from [192.168.1.200] (unknown [205.246.14.228]) by frontend3.messagingengine.com (Postfix) with ESMTP id 5BFD57F33 for ; Sun, 16 Apr 2006 10:00:55 -0400 (EDT) Message-ID: <44424E31.2000504@fastmail.fm> Date: Sun, 16 Apr 2006 09:01:21 -0500 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060416132552.GA28076@lothlorien.nagual.st> In-Reply-To: <20060416132552.GA28076@lothlorien.nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: wifi ath 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, 16 Apr 2006 14:01:31 -0000 dick hoogendijk wrote: >Bought a WiFi D-Link with atheros chipset. >I use a non-default kernel, so I guess I have to put some options back in >and recompile. Will upgrade to 6.1-rc at the same time ;-) > >Any pitfalls? >What options exactly do I need to have my ath based wifi card up and >running? > > > Dick; Test the card with "kldload if_ath" as root, then ifconfig and dhcp, before you re-compile the kernel. If that works then you can just add the modules at startup. Saves time recompiling. Patrick