Turn on your phone, wait until it get the CDMA network then connect it to USB port on your computer. If you see confirmation on your phone to make it as modem, choose "Yes".
Open terminal, then type lsusb. You'll see "Bus xxx Device xxx: ID 15eb:0001 that means your device is detected.
On your terminal, type again:
> sudo gedit /etc/ppp/options
On gedit, delete all the content the replace with this one:asyncmap
0
noauth
crtscts
modem
proxyarp
noipx
persist
idle
1000000
Save and quit from gedit.
Type again on your terminal:
>sudo modprobe -r option
>sudo modprobe -r usbserial
>sudo modprobe usbserial vendor=0x15eb product=0x1001
Here is done, your modem is ready to dialup. For dialup, you need wvdial, but you must edit your wvdial.conf first. Open terminal and type:
>sudo wvdialconf
>sudo gedit /etc/wvdial.conf
Edit the contents according to your operator, below is the example:[Dialer Defaults]
Modem = /dev/ttyUSB0
Baud = 115200
Init1 = AT+CRM=1; +CMUX=1; +CPS=33; +CTA=0
Init2 =
Init3 =
Area Code =
Phone = #777
Username = yourusername
Password = yourpassword
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve= 0
Force Address =
Idle Seconds = 300
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1
Save it and then quit from gedit.
Type again on your terminal:
>sudo wvdial
Happy surfing :)
Modem IVIO GC 2000 On Ubuntu 10.04 LTS Lucid Lynx
Label: modemInstalling Huawei E169 on Linux Ubuntu 9.10 Karmic Koala
Label: modemJust follow the instructions below:
1. Menu-->System-->Preferences-->conection manager dan click mobile broadband
2. click add
3. click Forward
Choose the your contry
4. click Forward
Choose your operator
5. click Forward
6. click Forward
7. click Apply
Click "connect automaticly" dan delete username dan Password
8. Click Apply dan tutup network manager
9. Safe remove drive on virtual drive (right click the drive then choose safe remove)
10 open terminal and run this script
>sudo rmmod usb-storage
>sudo modprobe -r option
>sudo modprobe -r usbserial
>sudo modprobe usbserial vendor=0x12d1 product=0x1001
enjoy :)
xorg.conf on X3100
Label: graphic$ sudo gedit /etc/X11/xorg.conf
Edit like this:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
#Section "Device"
# Identifier "Configured Video Device"
#EndSection
#Section "Monitor"
# Identifier "Configured Monitor"
#EndSection
#Section "Screen"
# Identifier "Default Screen"
# Monitor "Configured Monitor"
# Device "Configured Video Device"
#EndSection
Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-TV" "TVOutput"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-60
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "TVOutput"
Option "Ignore" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800" "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection