From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 15:26:52 2003 Return-Path: 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 29A5916A4CE for ; Thu, 4 Dec 2003 15:26:52 -0800 (PST) Received: from Vitsch.net (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1884A43F3F for ; Thu, 4 Dec 2003 15:26:50 -0800 (PST) (envelope-from Danovitsch@Vitsch.net) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id hB4NQTXe015640; Fri, 5 Dec 2003 00:26:29 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: Paulo Roberto Date: Fri, 5 Dec 2003 00:27:42 +0100 User-Agent: KMail/1.4.3 References: <20031204160441.5591.qmail@web14913.mail.yahoo.com> In-Reply-To: <20031204160441.5591.qmail@web14913.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200312050027.42116.Danovitsch@Vitsch.net> cc: FreeBSD-questions@FreeBSD.org Subject: Re: usb wireless lan cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:26:52 -0000 On Thursday 04 December 2003 17:04, Paulo Roberto wrote: > Is there any project related to porting externel usb wireless > interfaces to FreeBSD? > I am stuck with a Linksys WUSB11 and have to run Windows on my laptop > just because the damn winmodem and this damn usb network interface. A quick Google search shows that it's adapter with Atmel chipset on it. I= have=20 written a driver for these devices for FreeBSD 5.X . You can find it here : http://vitsch.net/bsd/atuwi/ The latest driver I've released only supports Ad-hoc mode, but I have mad= e a=20 lot of changes to the code since then. At this moment I have Infrastructu= re=20 mode working (in beta). Please contact me if you want to try out the newe= r=20 code. grtz, Daan