view plaincopy to clipboardprint?
1.Bus 005 Device 003: ID 15eb:0001
2.Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
3.Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
4.Bus 003 Device 002: ID 15d9:0a37
5.Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
6.Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
7.Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 15eb:0001
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 15d9:0a37
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Nah… kemungkinan USB baru dari HP Smart D1200 yang kita masukkan adalah pada baris pertama yaitu : “Bus 005 Device 003: ID 15eb:0001″ (kalau misalkan di komputer anda berbeda ya…. tinggal pilih aja coba-coba tapi kemungkinan adalah yang paling atas karena yang terakhir kita masukkan)
Langkah Kedua –> Aktifkan modul kernel usbserial berdasarkan id hardware. dengan cara mengetikkan perintah :
modprobe usbserial vendor=0x15eb product=0x0001
Langkah Ketiga –> Periksa device apakah telah dikenali tanpa masalah oleh Linux dengan cara mengetikkan perintah dmesg Jika tidak ada masalah kurang lebih akan dihasilkan kode sebagai berikut :
view plaincopy to clipboardprint?
1.bootsplash: status on console 0 changed to on
2.usb 5-2: USB disconnect, address 2
3.usb 5-2: new full speed USB device using uhci_hcd and address 3
4.usb 5-2: configuration #1 chosen from 1 choice
5.usb 5-2: New USB device found, idVendor=15eb, idProduct=0001
6.usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
7.usb 5-2: Product: CDS4
8.usb 5-2: Manufacturer: VIA Telecom
9.usbcore: registered new interface driver usbserial
10.drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
11.usbserial_generic 5-2:1.0: generic converter detected
12.usb 5-2: generic converter now attached to ttyUSB0
13.usbserial_generic 5-2:1.1: generic converter detected
14.usb 5-2: generic converter now attached to ttyUSB1
15.usbcore: registered new interface driver usbserial_generic
bootsplash: status on console 0 changed to on
usb 5-2: USB disconnect, address 2
usb 5-2: new full speed USB device using uhci_hcd and address 3
usb 5-2: configuration #1 chosen from 1 choice
usb 5-2: New USB device found, idVendor=15eb, idProduct=0001
usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 5-2: Product: CDS4
usb 5-2: Manufacturer: VIA Telecom
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbserial_generic 5-2:1.0: generic converter detected
usb 5-2: generic converter now attached to ttyUSB0
usbserial_generic 5-2:1.1: generic converter detected
usb 5-2: generic converter now attached to ttyUSB1
usbcore: registered new interface driver usbserial_generic
Artinya USB HP Smart D1200 telah dikenali dengan baik dan dapat digunakan fungsi-fungsinya.
Langkah Keempat –> Editlah file wvdial.conf menjadi seperti berikut ini :
view plaincopy to clipboardprint?
1.[Dialer cdma]
2.Modem = /dev/ttyUSB0
3.Baud = 115200
4.Init1 = AT+CRM=1; +CMUX=1; +CPS=33; +CTA=0
5.Init2 =
6.Init3 =
7.Area Code =
8.Phone = #777
9.Username =smart
10.Password =smart
11.Ask Password = 0
12.Dial Command = ATDT
13.Stupid Mode = 1
14.Compuserve = 0
15.Force Address =
16.Idle Seconds = 300
17.DialMessage1 =
18.DialMessage2 =
19.ISDN = 0
20.Auto DNS = 1
[Dialer cdma]
Modem = /dev/ttyUSB0
Baud = 115200
Init1 = AT+CRM=1; +CMUX=1; +CPS=33; +CTA=0
Init2 =
Init3 =
Area Code =
Phone = #777
Username =smart
Password =smart
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 300
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1
Langkah Terakhir –> Pada konsole ketikkan perintah wvdial cdma
Akhirnya … bisa online juga kan pake HP Smart D1200 dan Linux sebagai sistem operasi yang menyenangkan. Selamat mencoba semoga bermanfaat.
Tidak ada komentar:
Posting Komentar