Comment 13 for bug 350904

Revision history for this message
srikant (usp71084) wrote :

Hi everyone..first of all thanx to all members of this active forum.
I was also stuck with same modprobe usbserial problem(earlier worked but not
working with current kernel version).

But as soon as i modified the /boot/grub/menu.lst and restarted the system all
went fine.Now i can directly type the "wvdial" to connect my AC2726 modem(ONDA/ZTE).

Just do the following...
"At the end of the line that starts with "kernel /vmlinuz-2.6.28-11-generic root=UUID=" or something similar, append the following two parameters: " usbserial.vendor=0x19d2 usbserial.product=0xfff1".Replace 0x19d2 and 0xfff1 with the ids for your particular modem."

NOTE: Don't put "usbserial.vendor=0x19d2 usbserial.product=0x0064" on a new line,just append to your kernel line.