This morning a friend asked for help connecting his smart Haier Ultimate in Ubuntu 9.10. At first I think with the same configuration with EV-DO connectivity will work, but it did not. After searching several times, finally found a successful way to put into practice, think about walking steps as follows:
Open the file/boot/grub/grub.cfg:
title Ubuntu 9.10, kernel 2.6.31-11-generic
uuid ———————————————–
kernel /boot/vmlinuz-2.6.31-11-generic root=UUID=—————————– ro quiet splash
initrd /boot/initrd.img-2.6.31-11-generic
quietGanti dengan :
title Ubuntu 9.10, kernel 2.6.31-11-generic
uuid ———————————————–
kernel /boot/vmlinuz-2.6.31-11-generic root=UUID=—————————– ro quiet splash usbserial.vendor=0x05c6 usbserial.product=0×9004
initrd /boot/initrd.img-2.6.31-11-generic
quiet
Restart the computer. Then, make sure that Haier C700 was detected by the system type in lsusb in the terminal.
After that, install the wvdial application, type in terminal: sudo apt-get install wvdial.
Then check if the usb ports have been installed: dmesg|grep tty.
[ xxxx.xxxxxx] generic ttyUSB0: generic converter now disconnected from ttyUSB0
[ xxxx.xxxxxx] generic ttyUSB1: generic converter now disconnected from ttyUSB1
[ xxxx.xxxxxx] usb 2-1: generic converter now attached to ttyUSB0
[ xxxx.xxxxxx] usb 2-1: generic converter now attached to ttyUSB1
The next step is to configure wvdial.conf file, type in terminal: sudo gedit/etc/wvdial.conf.
[Dialer Defaults]
Modem = /dev/ttyUSB1
Modem Type = Analog Modem
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Baud = 230400
Phone = #777
Username = smart
Password = smart
Stupid Mode = 1
ISDN = 0
New PPPD = yes
in this connection I am using ttyUSB1. After that, we can directly use the Haier C700 to use the internet. Simply type: sudo wvdial in the terminal.