Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2008 00:03:37 +0200
From:      Nick Hibma <nick@van-laarhoven.org>
To:        freebsd-hardware@freebsd.org
Cc:        Poul-Henning Kamp <phk@phk.freebsd.dk>, =?iso-8859-1?q?Vin=EDcius?= =?iso-8859-1?q?_Abrah=E3o?= <vinnix.bsd@gmail.com>
Subject:   Re: Modem GPRS USB - testers needed for 3G USB based data cards.
Message-ID:  <200810080003.38358.nick@van-laarhoven.org>
In-Reply-To: <1e31c7980805130830w15aa90a0jfe19a279a4e6a628@mail.gmail.com>
References:  <1e31c7980805130830w15aa90a0jfe19a279a4e6a628@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Would you mind trying the driver below, after patching in the appropriate 
IDs and removing ubsa from the kernel/unloading it?

	http://people.freebsd.org/~n_hibma/

It's a driver that currently supports Option and Huawei USB based PCMCIA 
cards. It supports multiple serial ports on the devices, which is neat if 
you want to find out signal strength while PPP is connected. It also 
includes the reset needed for the Huawei to change it from a umass to a 
ucom device.

Other people currently using the ubsa driver for 3G cards, like Novatal, 
Sierra and Qualcomm, might want to try this driver out as well.

Once this driver hits the tree (once I have rebuilt my CURRENT machine), 
devices from ubsa will be transferred across. These devices have a) high 
data transfer rates, b) usually have multiple serial ports listed in USB 
interfaces, c) need extra initialisation to change appearance and d) do not 
support nor need the setting of serial port settings as the serial port is 
simply used for transferring serial data, not driving an actual serial 
port. So they should have their own driver.

Cheers,

Nick

> Hi People,
>
> First, sorry about my poor english.
> I have modem usb: hsdpa/edge/gprs, but I don't know how to
> make this work. This is the description about the device:
>
> umass0: <Qualcomm, Incorporated USB ONDA Storage, class 0/0, rev
> 1.10/0.00, addr 2> on uhub2
> cd0 at umass-sim0 bus 0 target 0 lun 0
> cd0: <ONDA USB Storage 2.31> Removable CD-ROM SCSI-2 device
> cd0: 1.000MB/s transfers
> cd0: cd present [4623 x 2048 byte records]
> GEOM_LABEL: Label for provider cd0 is iso9660/ONDAMODEM
>
> At my kernel configuration file we find:
> device ugen                     # Generic
> device ucom                     # Modem UCOM
> device ugencom                  # Modem CDMA MSM
> device umodem                   # Modem COM
>
> Thanks in advice for any light.
>
> Best regards,
> Vinnix
> _______________________________________________
> freebsd-hardware@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
> To unsubscribe, send any mail to
> "freebsd-hardware-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810080003.38358.nick>