From owner-freebsd-net@FreeBSD.ORG Thu Feb 19 14:18:47 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED6A716A525 for ; Thu, 19 Feb 2004 14:18:46 -0800 (PST) Received: from rms04.rommon.net (rms04.rommon.net [212.54.2.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395EF43D2D for ; Thu, 19 Feb 2004 14:18:46 -0800 (PST) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h81.vuokselantie10.fi [193.64.42.129]) by rms04.rommon.net (8.12.9p1/8.12.9) with ESMTP id i1JMIicM001732; Fri, 20 Feb 2004 00:18:44 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <4035363A.4030708@he.iki.fi> Date: Fri, 20 Feb 2004 00:18:34 +0200 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gareth Bailey References: <008a01c3f6fb$46ccb1b0$6ae6fea9@BAILEY> In-Reply-To: <008a01c3f6fb$46ccb1b0$6ae6fea9@BAILEY> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD - net Subject: Re: Wireless USB Adapter X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:18:47 -0000 Gareth Bailey wrote: >Does anyone know how to configure FreeBSD to use a wireless USB WLAN adapter. The adapter is a X-Micro WLAN USB adapter. > >When i plug it into FreeBSD i get a "ugen0" device loaded message. I understand this means that the OS doesn't specifically recognise it as a WIFI adapter, treating it as a generic USB device. I'm not sure what chipset it is based on. I checked on the vendor's site with no joy. I tried configuring the kernel to include "wireless network support" and the "wi" driver. But still no joy. > >How would i begin to set up this piece of hardware for FreeBSD? I'm running 5.1 Release. > >Any advice would be very much appreciated. > > Many USB wireless adapters are based on the atheros chipsets. Load if_ath.ko before plugging it in and see the ath manpage if it helps. Pete