[You must be registered and logged in to see this image.] Kali ini kita akan mencoba membahas tentang cara mengkoneksikan modem SmartFren di BackTrack 5. Disini kita menggunakan "wvdial" untuk mengkoneksikan modem SmartFren. Caranya sebagai berikut :
1. Install wvdial terlebih dahulu
root@bt:~# apt-get install wvdial
2. Buka settingan wvdial dengan text editor ( disini saya menggunakan BackTrack 5 KDE )
root@bt:~# kwrite /etc/wvdial.conf
3. Lalu copy script berikut dan pastekan pada settingan wvdial
[Dialer smart]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Phone = #777
ISDN = 0
Username = smart
Init1 = ATZ
Password = smart
Modem = /dev/ttyUSB0
Baud = 460800
Command Line = ATDT
Stupid Mode = 1
4. Modem akan terdeteksi sebagai CD-ROM, eject dengan perintah
root@bt:~# eject /dev/sr1
jika tidak terdeteksi sebagai sr1 bisa diubah menjadi sr0 atau yang lainnya.
5. Selanjutnya cek dulu apakah modem sudah terdeteksi oleh komputer, cek dengan perintah lsusb
root@bt:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0a5c:21b4 Broadcom Corp. BCM2070 Bluetooth 2.1 + EDR
Bus 002 Device 003: ID 04f2:b293 Chicony Electronics Co., Ltd
Bus 002 Device 005: ID 201e:1022
6. Modem dikenali dengan id vendor 201e dan product 1022. Berikutnya load module ke kernel dengan perintah modprobe. ( Note : setiap modem berbeda - beda kode vendor dan productnya )
root@bt:~# sudo modprobe usbserial vendor=0x201e product=0x1022
7. Cek dengan perintah dmesg | tail untuk mengetahui module telah di load ke kernel.
[ 73.826885] usbserial_generic 2-1.1:1.1: generic converter detected
[ 73.826955] usb 2-1.1: generic converter now attached to ttyUSB1
[ 73.827262] usbserial_generic 2-1.1:1.2: generic converter detected
[ 73.827317] usb 2-1.1: generic converter now attached to ttyUSB2
[ 73.827924] scsi8 : usb-storage 2-1.1:1.3
[ 74.827868] scsi 8:0:0:0: Direct-Access SDVDISK EVDO ReV A 7.00 PQ: 0 ANSI: 0 CCS
[ 74.994712] sd 8:0:0:0: Attached scsi generic sg3 type 0
[ 75.000492] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[ 184.223203] PPP BSD Compression module registered
[ 184.257677] PPP Deflate Compression module registered
bagian yang berwarna merah menunjukkan, module USB modem telah ter-load ke kernel.
7. Jalankan modem
root@bt:~# wvdial smart
Selamat Mencoba