I have two laptops running ubuntu 12.04 with the latest updates. One is a gateway ID79C and the other is an ASUS SM56CM. All I needed to do to get connected on the gateway was to add
usbserial
option
to /etc/modules.
I did the same thing on the asus but it seems not to be recognizing and adding the option lines in dmesg.
Relevant dmesg output:
Gateway:
[469749.811939] usb 2-1.2: new high-speed USB device number 52 using ehci_hcd
[469750.267397] scsi52 : usb-storage 2-1.2:1.0
[469751.272023] scsi 52:0:0:0: Direct-Access ALCATEL Mass Storage 2.31 PQ: 0 ANSI: 2
[469751.272742] scsi 52:0:0:1: CD-ROM ALCATEL Mass Storage 2.31 PQ: 0 ANSI: 2
[469751.274511] sd 52:0:0:0: Attached scsi generic sg3 type 0
[469751.280206] sr1: scsi-1 drive
[469751.280509] sr 52:0:0:1: Attached scsi CD-ROM sr1
[469751.280714] sr 52:0:0:1: Attached scsi generic sg5 type 5
[469751.281166] sd 52:0:0:0: [sdc] Attached SCSI removable disk
[469751.403557] usb 2-1.2: USB disconnect, device number 52
[469751.733967] usb 2-1.2: new high-speed USB device number 53 using ehci_hcd
[469752.189850] option 2-1.2:1.0: GSM modem (1-port) converter detected
[469752.190072] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
[469752.190267] option 2-1.2:1.1: GSM modem (1-port) converter detected
[469752.190482] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
[469752.190831] option 2-1.2:1.2: GSM modem (1-port) converter detected
[469752.190984] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB2
[469752.191243] option 2-1.2:1.3: GSM modem (1-port) converter detected
[469752.191449] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB3
[469752.191875] scsi53 : usb-storage 2-1.2:1.4
[469752.192126] option 2-1.2:1.5: GSM modem (1-port) converter detected
[469752.192331] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB4
[469752.192520] option 2-1.2:1.6: GSM modem (1-port) converter detected
[469752.192656] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB5
[469753.189991] scsi 53:0:0:0: Direct-Access ALCATEL Mass Storage 2.31 PQ: 0 ANSI: 2
[469753.191413] sd 53:0:0:0: Attached scsi generic sg3 type 0
[469753.194091] sd 53:0:0:0: [sdc] Attached SCSI removable disk
Asus:
[55094.440196] usb 3-2: new high-speed USB device number 4 using xhci_hcd
[55094.459739] usb 3-2: ep 0x1 - rounding interval to 32768 microframes, ep desc says 0 microframes
[55094.459752] usb 3-2: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes
[55094.856171] scsi8 : usb-storage 3-2:1.0
[55095.855573] scsi 8:0:0:0: Direct-Access ALCATEL Mass Storage 2.31 PQ: 0 ANSI: 2
[55095.856306] scsi 8:0:0:1: CD-ROM ALCATEL Mass Storage 2.31 PQ: 0 ANSI: 2
[55095.858282] sd 8:0:0:0: Attached scsi generic sg3 type 0
[55095.860853] sr1: scsi-1 drive
[55095.861136] sr 8:0:0:1: Attached scsi CD-ROM sr1
[55095.861322] sr 8:0:0:1: Attached scsi generic sg4 type 5
[55095.864531] sd 8:0:0:0: [sdc] Attached SCSI removable disk
The only difference that I can see is that the asus is using xhci_hcd (usb 3.0) vs ehci_hcd(usb 2.0) on the gateway.
I have also tried manually switching with usb_modeswitch but it says it can't find previous drivers.
Any help would be greatly appreciated.