Wednesday, April 6, 2011

How to Install Smart c700 on Ubuntu ?

In this post I will share with you that want to install smart modem haier c700 on your lovely Ubuntu.
When I do it I use Ubuntu 10.10 and I also success install it on Ubuntu 10.04. Here are what I do :

1. Before we setting our modem haier c700, first we have to download and install Wvdial package :
  • if your PC have connected to internet, to install wvdial just Open your console/terminal Application - Accessories - Terminal, then type sudo apt-get install wvdial
  • if you don't have internet connection yet, you can install wvdial package manually by download the package in here http://www.kambing.ui.ed
libxplc0.3.13_0.3.13-1build1_i386.deb
libwvstreams4.4-base_4.4.1-0.2ubuntu2_i386.deb
libwvstreams4.4-extras_4.4.1-0.2ubuntu2_i386.deb
libuniconf4.4_4.4.1-0.2ubuntu2_i386.deb
wvdial_1.60.1_i386.deb
Double click in order each package one by one.

2. Next step is plug in your data cable to your PC to detect your modem, open terminal and type

sudo lsusb

3. Then type again

sudo gedit /etc/wvdial.conf
then new window will appear, and make sure the content must be like this

[Dialer smart]
Modem = /dev/ttyUSB1
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CRM=1
Stupid Mode = yes
Modem Type = USB Modem
Phone = #777
New PPPD = yes
ISDN = 0
Username = smart
Password = smart
Baud = 9600

then save and exit

4. Then identify your modem to ubuntu just type in terminal

sudo modprobe usbserial vendor=0x05c6 product=0x9004

5. The last step begin to connect to internet by typing

sudo wvdial smart

Success to connect, then you can try to open your browser and try to browsing.

To Disconnect it, just use Ctrl + C shortcut in your key board.
To connect again next time, you just type

sudo modprobe usbserial vendor=0x05c6 product=0x9004

then

sudo wvdial smart

If you find your modem error to connect after disconnect, just restart your modem to off and on again, then try again.

Thats all maybe,

No comments:

Post a Comment