2010/6/10 edwin - <[email protected]>: > Berikut hasil dari dmesg > dmesg | grep -i ttyUSB > [ 18.243249] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB0 > [ 18.243403] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB1 > [ 43.819077] option1 ttyUSB0: GSM modem (1-port) converter now > disconnected from ttyUSB0 > [ 43.819194] option1 ttyUSB1: GSM modem (1-port) converter now > disconnected from ttyUSB1 > [ 44.072186] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB0 > [ 44.072337] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB1 Berarti modul driver dan usb_modeswitchnya tidak masalah, mas.
Sekarang perhatiannya ke session pppdnya. Pastikan daemon pppdnya sudah jalan: ps -ax | grep pppd, kalau belum coba /etc/init.d/pppd start Trus, coba dengan wvdial yang lebih mudah mas (daripada ppp chat, walaupun ini juga mudah, hehehe). Konfigurasi /etc/wvdial.conf, contohnya: [Dialer smart] Auto Reconnect = true Baud = 460800 Init1 = ATZ Init3 = AT+CRM=1 Modem = /dev/ttyUSB0 Modem Type = USB Modem Password = smart Phone = #777 Stupid Mode = true Username = smart Sesuaikan saja. Trus jalankan wvdial smart (contoh). Pengalaman saya dengan GPRS ada di sini, <http://edwidianto.wordpress.com/?s=wvdial.conf> pada prinsipnya sama. -- Web Milis: http://groups.google.com/group/klub-linux-bandung Etika Milis: http://groups.google.com/group/klub-linux-bandung/web/etika-milis
