Pindahkan file yang telah di download ke Folder Home User. Buka terminal ketikan : $ sudo dpkg -i *.deb Tunggu sampai instalasi wvdial selesai Setelah selesai di install, Tancapkan Modem Smartfren ZTE AC682 Buka terminal lalu ketikan : $ lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 009: ID 19d2:ffde ONDA Communication S.p.A. 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 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Dari hasilnya bisa kita liat (yang berwarna merah) ID nya 19d2:ffde (Status stroge device/CD-ROM) Sekarang kita lakukan eject dari terminal Buka terminal lalu ketikan : $ sudo eject /dev/sr1 Setelah itu, kita check lagi status Modem Smartfren ZTE AC682. Buka terminal lalu ketikan : $ lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 009: ID 19d2:ffdd ONDA Communication S.p.A. 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 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bisa kita lihat bahwa ID si evdo udah berubah yaitu ID 19d2:ffdd. Setelah itu masukkan parameter ID produk Modem Smartfren ZTE AC682 ke kernel. Buka terminal lalu ketikan : $ sudo modprobe usbserial vendor=0×19d2 product=0xffdd Nah sekarang kita masukan code untuk wvdialnya ketikan : $ sudo gedit /etc/wvdial.conf Lalu masukan kode berikut: [Dialer smart] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Stupid Mode = 1 Modem Type = Analog Modem Command Line = ATDT ISDN = 0 New PPPD = yes Phone = #777 Modem = /dev/ttyUSB0 Username = smart Password = smart Baud = 460800 Lalu simpan dan keluar. Terakhir tinggal koneksikan saja modemnya Buka Terminal dan ketikan : $ sudo wvdial smart Satu lagi agar tidak repot di kemudian hari buat saja file *.sh yang berisikan perintah untuk mengkoneksikan Modem Smartfren ZTE AC682 ke internet. Buat file bernama “smart.sh” di dir /home/user-anda Edit dan masukkan kode berikut : #!/bin/bash sudo eject /dev/sr1 sleep 2 sudo modprobe usbserial vendor=0×19d2 product=0xffdd sleep 2 sudo wvdial smart ubah mode excute pada file smart.sh td command line : sudo chmod +x smart.sh Untuk menjalankanya tinggal ketik di terminal : $ ./smart.sh
Referensi Pasang Install Modem Smartfren AC682 di Linux
Bannerad
Artikel Terpopuler
-
Despite that at the end of this post you will find a filtered and somehow manually edited list of Pligg-based social bookmarking sites, this...
-
2016-08-09 18:38:19.0 Guangzhou Int'l Parcel Center received 2016-08-09 18:38:25.0 Guangzhou Int'l Parcel Center customs scan 20...
-
It seems the method for us to use is far simpler than my initial impressions - we need only add two small sections of code to our templates ...
-
Disaat-saat tertentu untuk menghilangkan kejenuhan kadang kala entertain (kesenangan) harus kita upayakan, demikian pula ketika kita berkuta...
-
Last month we showed you some of the more popular and useful Adobe AIR applications (see " 6 Adobe AIR Apps to Check Out ...
-
PicPick is an all-in-one software for software developers, graphic designers and home user. It has an intuitive interface and simple, elega...
-
About the author henkhei is man in the mirror where you can find everywhere henkhei . he specializes in topics of interest to techno gee...
-
Twitter pages have their own google page rank too in Google, so it is important to do that 5 mins drill better utilize your Twitter page.Thi...
-
A tablet PC is a wireless, portable personal computer with a touch screen interface. The tablet form factor is typically smaller than ...
-
Bio-Linux is an ideal system for scientists handling and analysing biological data. Bio-Linux 6.0 is a fully featured, powerful, config...
Tags
Blogumulus by Roy Tanck and Amanda Fazani
1 comments :
dalam hal tertentu kadang sr1 untuk eject /dev/ ganti sr0
Balas