Skip to main content

install modem advan dt 8t di ubuntu 10.10 dengan kartu 3

1. install wvdial (sudo apt-get install wvdial)
2. setting/configure usb_modeswitch (sudo gedit /etc/usb_modeswitch.conf)
     isi dengan :

# Configuration for the usb_modeswitch package, a mode switching tool for
# USB devices providing multiple states or modes
#
# This file is evaluated by the wrapper script "usb_modeswitch_dispatcher"
# in /usr/sbin
# To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
# Everything else counts as "disable"


# Disable automatic mode switching globally (e.g. to access the original
# install storage)

DisableSwitching=0


# Enable logging (results in a extensive report file in /var/log, named
# "usb_modeswitch_"

EnableLogging=1

DefaultVendor = 0X19f5
DefaultProduct = 0X9013

TargetVendor = 00X19f5
TargetProduct = 0X9013

MessageContent="5553424312345678c00000008000069f030000000000000000000000000000"


3. buat file *.rules (sudo gedit /etc/udev/rules.d/modem.rules)
isi dengan:

SUBSYSTEM=="usb", SYSFS{idVendor}=="19f5",
SYSFS{idProduct}=="9013", RUN+="/usr/sbin/usb_modeswitch -default-vendor 0X19f5 -default-product 0X9013 -message-content 5553424312345678c00000008000069f030000000000000000000000000000"

4. setting wvdial (sudo gedit /etc/wvdial.conf)
isi dengan:

[Dialer 3]
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 = *99#
Modem = /dev/ttyUSB0
Username = 3data
Password = 3data
Baud = 460800


5. kemudian pada applet network connection pilih koneksi dengan GSM connection

isikan APN dengan 3data
lalu matikan wifi pada laptop
konek dengan sambungan GSM

:-)

Comments

Popular posts from this blog

Create API Service with Lumen 5.2

Useful Tools: 1. APIDOC (Inline Documentation for RESTful web APIs) npm install -g apidoc 2. Project Preparation : Getting Lumen Installer  composer global require "laravel/lumen-installer"  3. Project Initialization lumen new blog that command will install a startup project in folder "blog" with latest Lumen version. As a note, this will require latest PHP version also. If you have old php version installed on your server and don't want to upgrade, you can use older version of lumen for example is version 5.2 which still able to use PHP 5.5x. composer create-project laravel/lumen blog "5.2" Check the latest installation requirements based on Lumen and its version here:  https://lumen.laravel.com/docs/installation  4. Route Use prefix "api" $app->group(['namespace' => "App\Http\Controllers", 'prefix' => 'api'], function($app){     $app->get('/lessons', 'LessonsCon...

10 hal untuk resolusi kehidupan

10 hal yang dapat kita lakukan untuk membantu diri kita berada di sebuah pola pikir, yang nantinya bermanfaat sebagai bekal perubahan positif, sebagaimana dikutip dari  CNN.com . 1. Tetapkan tujuan yang lebih kecil dengan langkah-langkah kecil. Langkah-langkah kecil yang bertahap memotivasi orang ke arah perubahan yang lebih besar, kata Susan Nolen-Hoeksema, profesor psikologi di Yale University dan penulis buku The Power of Women. Misalnya, jika Anda ingin menurunkan berat badan, Anda harus mengubah aspek kecil dari pola makan. Tuliskan langkah-langkah yang akan diambil dalam sebuah agenda untuk dijadikan batasan. 2. Bingkai tujuan Anda secara positif. Jika Anda memiliki rencana berhenti melakukan sesuatu, belajarlah berpikir aspek-aspek positif jika tidak melakukannya. 3. Belajar melihat pro dan kontra. Ini dapat membantu Anda untuk memperoleh kejelasan tentang apa yang diinginkan untuk berubah dan mengapa Anda ingin mengubahnya. 4. Mengetahui resolusi teman. Mengetahui...

Google Announces Coding Competitions Farewell

This year, 2023, Google announces the ending of Google Competition (CodeJam) after running it for 20 years. Google CodeJam is the place where young / new software engineer practice their skills to step up into professional engineer. It was very prestige competition since it held by Google, one of the biggest IT company in the world and also comes with interesting prices and opportunities, as we know, from this competition Google also uses it for talents/developers recruitment. But still, there are many coding competition skill you can attend such as: Codechef LeetCode TopCoder GoCoderz CodeGoda by Agoda Those might not giving big prices, perhaps CodeGoda will gives similar type of Google Code Jam since it held by big IT company (Agoda).