Install modem ZTE MF180 di Ubuntu 12.04

Pada posting kali ini, ane akan membagi pengalaman ane tentang setting modem ZTE MF180 di OS Linux Ubuntu 12.04 LTS.

Software yang diperlukan:
– Wdial (sudo apt-get install wvdial)
– usb_modeswitch (sudo apt-get install usb_modeswitch)

aplikasi tersebut di ubuntu 12.04 sudah ada secara default jadi tidak perlu diinstall lagi, untuk ubuntu dibawah 12.04 silahkan install terlebih dahulu.

tancapkan modem dan buka terminal lalu :
ubuntu@ubuntu:~$ lsusb
root@ubuntu:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 13fe:3600 Kingston Technology Company Inc.
Bus 001 Device 003: ID 058f:a002 Alcor Micro Corp.
Bus 004 Device 002: ID 0cf3:311d Atheros Communications, Inc.
Bus 002 Device 002: ID 19d2:ffde ZTE WCDMA Technologies MSM –> modem terdeteksi sebagai cd-rom

lalu ikutilah perintah berikut:

ubuntu@ubuntu:~$ sudo -s
root@ubuntu:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 13fe:3600 Kingston Technology Company Inc.
Bus 001 Device 003: ID 058f:a002 Alcor Micro Corp.
Bus 004 Device 002: ID 0cf3:311d Atheros Communications, Inc.
Bus 002 Device 002: ID 19d2:ffde ZTE WCDMA Technologies MSM
root@ubuntu:~# chmod -x /usr/sbin/usb_modeswitch
root@ubuntu:~# udisks –mount /dev/sr0
Mounted /org/freedesktop/UDisks/devices/sr0 at /media/disk
root@ubuntu:~# eject /dev/sr0
root@ubuntu:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 13fe:3600 Kingston Technology Company Inc.
Bus 001 Device 003: ID 058f:a002 Alcor Micro Corp.
Bus 004 Device 002: ID 0cf3:311d Atheros Communications, Inc.
Bus 002 Device 003: ID 19d2:ffdd ZTE WCDMA Technologies MSM
root@ubuntu:~# chmod +x /usr/sbin/usb_modeswitch
root@ubuntu:~#

Leave a comment