Date: Wed, 14 May 2008 11:17:13 +0100 From: Rui Paulo <rpaulo@FreeBSD.org> To: =?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?= <vinnix.bsd@gmail.com> Cc: akiyama@jp.FreeBSD.org, ichiro@ichiro.org, freebsd-hardware@freebsd.org Subject: Re: Modem GPRS USB Message-ID: <482ABC29.9030002@FreeBSD.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
Vinícius Abrahão wrote: > 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. Since we don't have yet a way to unplug these modems from umass, you should remove umass, ugen, ucom, etc. from your kernel config file and build it as modules. I have a similar modem, and what I did was: 1) Don't have umass.ko loaded. 2) Wait a few seconds. The device will disconnect. 3) ubsa(4) should support these modems, so have it loaded, or load it now. Hope this works, -- Rui Paulo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?482ABC29.9030002>