View Single Post
  #3 (permalink)  
Old 13-Jul-2009, 16:30
deano_ferrari deano_ferrari is offline
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,848
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default Re: Configuring OpenSuse to work with your Verizon USB760 Mo

Quote:
Once the aircard is inserted you have to eject the mass storage device to get the usbserial to work.
Are you saying the device actually appears as a usb serial device? Without wishing to confuse the situation, it is common for these usb modem devices to have a usb storage component as well as the serial device. So I would try the eject advice first, then see how it behaves.

With the device plugged in, open a console and do

Quote:
lsusb
With my Huawei E220 device for example, I get:

Quote:
dean@linux:~> lsusb
Bus 005 Device 005: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem
If your device is listed, then you could try the following:

The ID info is what you're after. You can load the usbserial driver manually with

Quote:
modprobe usbserial vendor=0x12d1 product=0x1003
Note: You will need to be root first. Substitute the vendor and product ID for your device accordingly.
Reply With Quote