From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 5 13:58:39 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62B0616A41F for ; Thu, 5 Jul 2007 13:58:39 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id F24F113C455 for ; Thu, 5 Jul 2007 13:58:38 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7c29.q.ppp-pool.de [89.53.124.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 6C80012883F; Thu, 5 Jul 2007 15:58:32 +0200 (CEST) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 668583F45F; Thu, 5 Jul 2007 15:56:53 +0200 (CEST) Message-ID: <468CF8B6.6040506@vwsoft.com> Date: Thu, 05 Jul 2007 15:57:10 +0200 From: Volker User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Matthias Apitz References: <20070517113412.GA7245@rebelion.Sisis.de> <20070705110316.GA35818@rebelion.Sisis.de> <468CE60A.40301@vwsoft.com> <20070705125056.GA51300@rebelion.Sisis.de> In-Reply-To: <20070705125056.GA51300@rebelion.Sisis.de> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: =?ISO-8859-1?Q?Pascual?= , =?ISO-8859-1?Q?Jos=E9_Manuel_Molina_?=, freebsd-mobile@freebsd.org Subject: Re: OPTION 3G+ Orange X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 13:58:39 -0000 On 07/05/07 14:50, Matthias Apitz wrote: > El día Thursday, July 05, 2007 a las 02:37:30PM +0200, Volker escribió: > >> On 12/23/-58 20:59, Matthias Apitz wrote: >>> Holla, >>> >>> The mentioned card is supported in versions above FreeBSD 6.2 >>> by the ubsa(4) driver and I've just pulled out the revision 1.20 >>> (6.2 has 1.17) from CVS: >> If it's really a card named "Option 3G+" or "Option 3G-Max", then it's >> not getting to work using ubsa. The card (serial number starting with >> "NZ...") has a totally different interface (nozomi). > > My card, working with the ubsa driver, has a serial number starting > with QL... and says on ATI: > > ati > Manufacturer: Option N.V. > Model: GlobeTrotter Fusion Quad Lite > Revision: 1.5.5 (Date: May 17 2005, Time: 14:55:44) > OK > > on the card is written on back side: > > Model: GT 3G Quad > > and on the front: > > Vodafone Mobile Connect > 3G/GPRS dara card > >> Someone (don't remember now) mailed me a partially working (say, >> partially untested) driver for that card (parts of code are still >> GPL'd so not ready for inclusion into the base system). I only fixed >> one compiler error but haven't done anything with it yet. >> >> If your card has serial number "NZ...", you may check the driver out at: >> >> http://bsd.vwsoft.com/3g/nozomi/Makefile >> http://bsd.vwsoft.com/3g/nozomi/nozomi.c > > Thanks for the URL's; I will check the information there; > > matthias > Matthias, your card looks like an old one. ubsa is absolutely ok for your card. The driver for download at the URL above is really just for newer (PCMCIA/cardbus) cards using a different interface (so not of any use for your card). These newer cards are named "Option 3G+" or "Option 3GMax" (HSDPA capable). The older quad etc. cards are really fine with ubsa (just the WLAN part of these cards is of no use as there's no support for these chips and no driver will attach). All Option cards are best identified by the two starting letter of their serial number. You'll find a list of all models at pharscape.org Volker