Public bug reported:

Binary package hint: udev

Hi,
newly installed Ubuntu maverick 10.10 (development branch - alpha 3) and found 
a little nuisance that IMHO might have something to do with udev (version 
151-12).
When huawei e160g usb key is inserted a device for the USB Mass Storage driver 
is regularly created (e.g. in /dev/sr2) but no device for the modem part is 
created (e.g. /dev/ttyUSB{0,1}). On the other hand, everything worked well in 
Ubuntu 10.04.
In fact after inserting the key, in dmesg there's no trace of ttyUSB or similar:

[ 6636.060028] usb 1-6: new high speed USB device using ehci_hcd and address 3
[ 6636.285853] Initializing USB Mass Storage driver...
[ 6636.286418] scsi4 : usb-storage 1-6:1.0
[ 6636.286685] usbcore: registered new interface driver  
[ 6636.286690] USB Mass Storage support registered.
[ 6636.287272] usb 1-6: USB disconnect, address 3
[ 6641.870031] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 6642.046887] scsi7 : usb-storage 1-6:1.2
[ 6642.053256] scsi8 : usb-storage 1-6:1.3
[ 6643.053370] scsi 7:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 
PQ: 0 ANSI: 2
[ 6643.067722] scsi 8:0:0:0: Direct-Access     HUAWEI   MMC Storage      2.31 
PQ: 0 ANSI: 2
[ 6643.084064] sr2: scsi-1 drive
[ 6643.084290] sr 7:0:0:0: Attached scsi CD-ROM sr2
[ 6643.084406] sr 7:0:0:0: Attached scsi generic sg4 type 5
[ 6643.091829] sd 8:0:0:0: Attached scsi generic sg5 type 0
[ 6643.113325] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[ 6656.218276] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 6656.242919] ISOFS: changing to secondary root

Some more infoz...
:~$ lsusb  | grep -i modem
Bus 001 Device 004: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem 
/ E270 HSDPA/HSUPA Modem

:~$ lsmod  | grep -i usb
usb_storage            50372  1 
usbhid                 42062  0       # mouse usb, etc...
hid                    84614  1 usbhid

so if one does:
$ sudo modprobe -v usbserial vendor=0x12d1 product=0x1003
insmod /lib/modules/2.6.35-14-generic/kernel/drivers/usb/serial/usbserial.ko 
vendor=0x12d1 product=0x1003

the key works again as expected; from dmesg:
[ 6991.003646] usbcore: registered new interface driver usbserial
[ 6991.003688] USB Serial support registered for generic
[ 6991.004591] usbserial_generic 1-6:1.0: generic converter detected
[ 6991.011558] usb 1-6: generic converter now attached to ttyUSB0
[ 6991.011591] usbserial_generic 1-6:1.1: generic converter detected
[ 6991.014145] usb 1-6: generic converter now attached to ttyUSB1
[ 6991.014576] usbcore: registered new interface driver usbserial_generic
[ 6991.014582] usbserial: USB Serial Driver core

/dev/ttyUSB* are automatically created and the modem is ready for
networkmanager.

Sorry for poor English; hope that helps.

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
huawei e160g automatically attached as usb-storage only (but not as modem, as 
well)
https://bugs.launchpad.net/bugs/616149
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to