Code:
sudo apt-get install wvdial
- Buka terminal dan ketik code seperti dibawah ini (untuk melihat apakah modem sudah terdeteksi atau belum)
Code:
eject /dev/sr1
lalu ketik lagi
Code:
lsusb
Code:
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 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 003: ID 201e:2009 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. Mass Storage Device Bus 001 Device 003: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC Webcam / CNF7129 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code:
Bus 002 Device 003: ID 201e:2009
Langkah berikutnya mengedit wvdial.conf. Caranya ketik di terminal
Code:
sudo gedit /etc/wvdial.conf
Kalo agan pake modem SMART copas kode berikut ini:
Code:
[Dialer Defaults] Init = ATZ Init = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Modem Type = USB Modem Baud = 921600 Modem = /dev/ttyUSB0 Phone = #777 Username = smart Password = smart New PPPD = yes Stupid Mode = 1
Code:
[Dialer Defaults] Init = ATZ Init = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Modem Type = USB Modem Baud = 921600 Modem = /dev/ttyUSB0 Phone = #777 Username = aha@aha.co.id Password = aha New PPPD = yes Stupid Mode = 1
Langkah selanjutnya, agan balik lagi ke window terminal dan connect modem agan dengan mengetik
Code:
sudo wvdial
maka hasilnya akan terlihat seperti di bawah ini:
Spoiler for for video screencast:
Kalo dah seperti ini, itu artinya modem agan sudah terkonek, tetapi perlu di ingat bahwa selama agan memakai koneksi internet, terminalny jangan di tutup (minimize aja). Kalo dah selesai internetan maka untuk men-disconnect cukup dengan menekan kombinasi CTRL + c di terminal...
-UPDATE #2-
Oya gan ane mau tambahin lagi kebetulan ane bulan lalu baru beli modem EVDO merk SPEED UP SU-7000 yang bisa semua kartu CDMA, dan ternyata cara untuk connect-nya agak sedikit berbeda dengan yang ane buat pertama perbedaannya hanya ada di modprobe, kalo tutor yang awal ga perlu pake modprobe tapi kalo modem speed up harus pake modprobe..
Ini contoh hasil lsusb speed up...
Quote:
Bus 003 Device 003: ID 1e0e:ce28 Qualcomm / Option Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 003: ID 0518:0001 EzKEY Corp. USB to PS2 Adaptor v1.09 Bus 002 Device 002: ID 0e8f:0016 GreenAsia Inc. 4 port 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 |
Code:
Bus 003 Device 003: ID 1e0e:ce28 Qualcomm / Option
Sekarang aktivkan modprobenya dengan mengetik
Code:
sudo modprobe usbserial vendor=0x1e0e product=0xce28
Code:
sudo gedit /etc/modules
Code:
modprobe usbserial vendor=0x1e0e product=0xce28
Jadi sekarang agan udah bisa pake tuh modem (Speed Up SU-7000)..