Comment 15 for bug 490068

Revision history for this message
Donny Kurnia (donnykurnia) wrote :

@Hendy,

It's turn out that recently I have upgrade my kernel to 2.6.31-17-generic. The patched option.ko that I compile myself is for 2.6.31-16-generic. Today I do this:
1. re-patch the option.ko for 2.6.31-17-generic and copy option.ko to /lib/modules/2.6.31-17-generic/kernel/drivers/usb/serial/
2. depmod -a
3. disconnect wvdial
4. rmmod usbserial
5. plug-out the modem from usb port, then plug-in
6. This is the dmesg result:

[15182.472075] usb 5-2: new full speed USB device using uhci_hcd and address 14
[15182.635297] usb 5-2: configuration #1 chosen from 1 choice
[15182.661313] usbcore: registered new interface driver usbserial
[15182.661329] USB Serial support registered for generic
[15182.661376] usbcore: registered new interface driver usbserial_generic
[15182.661378] usbserial: USB Serial Driver core
[15182.665677] USB Serial support registered for GSM modem (1-port)
[15182.665733] option 5-2:1.0: GSM modem (1-port) converter detected
[15182.665823] usb 5-2: GSM modem (1-port) converter now attached to ttyUSB0
[15182.665843] option 5-2:1.1: GSM modem (1-port) converter detected
[15182.665898] usb 5-2: GSM modem (1-port) converter now attached to ttyUSB1
[15182.665918] option 5-2:1.2: GSM modem (1-port) converter detected
[15182.665968] usb 5-2: GSM modem (1-port) converter now attached to ttyUSB2
[15182.665983] usbcore: registered new interface driver option
[15182.665986] option: v0.7.2:USB Driver for GSM modems

Thanks for all the help. I hope this will help others too, while the patch find it's way to the next kernel release.

This is the last email I got about the patch:

Date: Tue, 05 Jan 2010 12:02:13 -0800
From: Greg KH <email address hidden>
To: <email address hidden>,
 <email address hidden>,
 <email address hidden>,
 <email address hidden>,
 <email address hidden>
Cc: Donny Kurnia <email address hidden>
Subject: [17/39] USB: option: support hi speed for modem Haier CE100
In-Reply-To: <email address hidden>

2.6.31-stable review patch. If anyone has any objections, please let us know.

------------------

From: Donny Kurnia <email address hidden>
--my original email--

@Josua, where I can find more information about "new_id" feature? Anyone have the info about this feature? I have try searching in google, but still don't get how it work.

Thanks.