From owner-freebsd-drivers@FreeBSD.ORG Sat May 5 18:31:43 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C266F16A400 for ; Sat, 5 May 2007 18:31:43 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 711C313C459 for ; Sat, 5 May 2007 18:31:43 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l45HxIlR082283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 May 2007 10:59:19 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <463CC5F8.9030701@errno.com> Date: Sat, 05 May 2007 10:59:20 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070430) MIME-Version: 1.0 To: rjsdg@sapo.pt References: <20070505165240.npl78l6dylcgc488@w13.mail.sapo.pt> In-Reply-To: <20070505165240.npl78l6dylcgc488@w13.mail.sapo.pt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-drivers@freebsd.org Subject: Re: Belkin F5D7050 V3 - FreeBSD 6.2 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 18:31:43 -0000 rjsdg@sapo.pt wrote: > Grettings from Lisbon, Portugal > > I'm struggling to get my Belkin 54g F5D7050 V3 Wireless USB Network card > to work in FreeBSD 6.2 and still can't get it work. > > When FreeBSD starts gives me the adapter on ugen0 identifying correctly > the adapter "ugen0: Belkin 54g Wireless Network Card on address 2". No > interface for ifconfig is created and I think due to the adapter been > detected as a generic usb device. It's missing the correct driver to > load the adapter, correct? > > So I tried all the solutions that I've found in the net, ural, ral, ndis > (ndisgen with windows drivers), etc.. and still gives me the ugen0 > detection. I think that in this last release of FreeBSD only the version > 2 of the adapter was considered. > > Ndis doesn't work with USB adapters, ural and ral doesn't load the > adapter, so I think that a special driver is needed. > > Does anyone solved the problem or created the driver for version 3 > (Belkin F5D7050 V3xxx) for FreeBSD 6.2? Can't speak to a V3 stick, but a driver for the F5D7050 should appear in HEAD any day now. Sam