Page 1 of 1

[SOLVED] problem with KPPP

Posted: 11 Dec 2011, 04:28
by imam
I have some problem with KPPP didnt recognize my modem. I use USB modem attach to and got massage:

Code: Select all

root@porteus:~# lsusb
Bus 009 Device 001:------
Bus 001 Device 004: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF110/MF636
Bus 010 Device 001:------

root@porteus:~# modprobe usbserial vendor=19d2 product=0031
root@porteus:~# dmesg | grep usb
[    0.235033] ------------
[    5.902452] usbserial: USB Serial Driver core
[    6.365644] usb 1-6: GSM modem (1-port) converter now attached to ttyUSB0
[    6.365720] usb 1-6: GSM modem (1-port) converter now attached to ttyUSB1
[    6.365818] usb 1-6: GSM modem (1-port) converter now attached to ttyUSB2
[    6.365870] usbcore: registered new interface driver option
[    6.550408] usbcore: registered new interface driver btusb
and then when I try to detect my modem with KPPP, got massage:

Code: Select all

kppp can not find: /dev/usb/ttyUSB0
Please make sure you have setup your modem device properly and/or adjust the location of the modem device on the modem tab of the setup dialog.
and when I change config on /dev/usb/ttyUSB1 and /dev/usb/ttyUSB2 got same above, but this modem working as usual on ubuntu and windows. What am I missing?

Re: problem with KPPP

Posted: 11 Dec 2011, 15:02
by Kriss
Most likey it's /dev/ttyUSB0

Re: problem with KPPP

Posted: 11 Dec 2011, 18:17
by imam
Kriss: thanks for your help ... It's connected now ..! :beer: