[Tutorial] Setting Modem Smart ZTE AC2726 di openSUSE
Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Welcome to the CHIP Forum.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

+ Reply to Thread
Results 1 to 1 of 1

Thread: [Tutorial] Setting Modem Smart ZTE AC2726 di openSUSE
  
Bookmark and Share

  1. #1
    Join Date
    Oct 2004
    Location
    Batavia
    Posts
    189
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    14

    Lightbulb [Tutorial] Setting Modem Smart ZTE AC2726 di openSUSE



    dari blog saya, Setting Modem Smart ZTE AC2726 di openSUSE

    Berhubung Windows 7 RC dah mau selesai trialnya hari ini, jadi terpaksa make Linux sementara. Linux yang dipakai: openSUSE-Edu Li-f-e (Linux for Education), sementara ini pake yang versi Live DVD. Btw saya masih nubie lho tentang Linux. Ini pengalaman baru pertama kali nyoba n sukses konek modem di Linux.

    Langkah-langkah Konfigurasi

    1. Buka terminal, pastikan akses sebagai super user atau ketik su.
    Code:
    linux@linux:~> su
    2. Edit wvdial.conf
    Code:
    linux:/home/linux # gedit /etc/wvdial.conf
    3. Bisa ganti / tambahkan setting berikut:
    Code:
    [Dialer smart]
    Modem = /dev/ttyUSB0
    Baud = 115200
    Init1 = ATZ
    Init2 = AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Init3 =
    Area Code =
    Phone = #777
    Username = smart
    Password = smart 
    Ask Password = 0
    Dial Command = ATDT
    Stupid Mode = 1
    Compuserve = 0
    Force Address =
    Idle Seconds = 300
    DialMessage1 =
    DialMessage2 =
    ISDN = 0
    Auto DNS = 1
    smart di sini adalah nama koneksinya, jadi bebas namanya (jangan ada spasi).

    4. Edit resolv.conf
    Code:
    linux:/home/linux # gedit /etc/resolv.conf
    5. Tambahkan kode berikut di baris paling bawah:
    Code:
    search smart.com
    nameserver 207.132.116.5
    nameserver 202.43.178.245
    nameserver 10.17.3.254
    6. Supaya koneksi tidak putus di tengah jalan:
    Code:
    linux:/home/linux # gedit /etc/ppp/options
    7. Backup file yang ada. Delete semua baris dan tambahkan kode berikut:
    Code:
    asyncmap
    0
    noauth
    crtscts
    modem
    proxyarp
    noipx
    persist
    idle
    1000000
    8. Konek:
    Code:
    linux:~ # wvdial smart
    10. Ctrl + C untuk disconnect.

    11. Setelah bisa ngenet, download KInternet tuk mempermudah konek. Setelah terinstall dan dijalankan, klik kanan pada tray -> Dial In atau cukup klik kiri sekali.

    CMIIW *Cendol Me If I'm not Wrong*


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts