From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 17:48:29 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 8422E16A420 for ; Thu, 2 Feb 2006 17:48:29 +0000 (GMT) (envelope-from pjuels@rics.bwh.harvard.edu) Received: from helios.mgh.harvard.edu (helios.mgh.harvard.edu [132.183.242.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE0C43D46 for ; Thu, 2 Feb 2006 17:48:29 +0000 (GMT) (envelope-from pjuels@rics.bwh.harvard.edu) Received: from [132.183.243.81] (ares.mgh.harvard.edu [132.183.243.81]) by helios.mgh.harvard.edu (Postfix) with ESMTP id 9B33B29D76 for ; Thu, 2 Feb 2006 12:48:25 -0500 (EST) Message-ID: <43E24629.6020006@rics.bwh.harvard.edu> Date: Thu, 02 Feb 2006 12:49:29 -0500 From: Philip Juels User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <43E221D6.30302@rics.bwh.harvard.edu> <20060202162127.1f16fbb7@localhost> In-Reply-To: <20060202162127.1f16fbb7@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: D-Link DWL-630 wireless 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: Thu, 02 Feb 2006 17:48:29 -0000 Bingo! That did it. THX Fabian Keil wrote: >Philip Juels wrote: > > > >>Anyone able to get a D-Link DWL-630 wireless PCMCIA card working >>under FreeBSD 6.0? What's the correct driver? (under linux it's >>listed as ath0, if that's any clue) >> >> > >Try kldload if_ath. > >Fabian > >