28
a) Above command to load proper module in order to help
Linux kernel to detect modem driver.
b) For some linux kernel version, it doesn’t support the
“modprobe” command. Please upgrade into supported
version to run modprobe command.
5) Redo steps number 3. If succeeded, following status will be
displayed: “/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2”
6) Make Internet connection configuration file, as below:
a) Type:
$sudo gedit /etc/wvdial.conf
, then file editor will
open
wvdial.conf
file.
b) Input every following command into wvdial.conf file:
[Dialer Defaults]
Init = ATZ
Init = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 115200
Modem= /dev/ttyUSB0
(pastikan bahwa USB0, atau USB1, atau USB2, adalah
port USB yang terhubung dengan modem)