hehe.... after 2 days i got this capability and experinced with using linux ubuntu 8.10. I got 4 strong site that learn me everything. that were
Rachmad Hidayat,
skyisgrey,
Linux Balikpapan, and
ahmad basuki. thank for your post.
now it will be repost but with my improvement. i will make it simple;
how install/setting modem smart zte c261 in linux ubuntu 8.10??
1. start with open the "terminal",
2. type> "sudo -i", dont use " when u typing. it willbe need your master password, type it and enter.
3. connect your phone zte c261 to your computer.
4. check it by typing "lsusb" at your terminal.
5. install your modem by typing "sudo modprobe usbserial vendor=0×05c6 product=0×9004".
6. check your modem installed by typing "dmesg".
7. check ttyusb0 or ttyusb0 installed or not?
8. now this will be just to check, do it correctly. first type "sudo apt-get install wvdial" then type "sudo wvdialconf /etc/wvdial.conf".
9. you willbe found out that your modem is on ttyusb0 or ttyusb1.
10. then install the best way of dial up mode, use pon. do like it.
11. type "sudo nano /etc/ppp/peers/smart"
12. then fill it with this; (if the modem in ttyusb0 do like it, if other do eithers way)
#
# /etc/ppp/peers/smart
#
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/smart"
disconnect "/usr/sbin/chat -v -f /etc/chatscripts/disko"
debug
ttyUSB0
460800
defaultroute
noipdefault
user "smart"
remotename smart
ipparam smart
crtscts
lock
usepeerdns
noaccomp
logfile "/tmp/pppd.log"
then press ctrl+o, enter and ctrl+x.
13. then type "sudo nano /etc/chatscripts/smart"
14. fill it with this;
#
# /etc/chatscripts/smart
#
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
'' "\d\d+++\d\dATH"
'OK' "ATZ"
'OK' "ATZE0Q0V1"
'OK' "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
'OK' "at+crm=1;+cmux=1;+cps=33;+cta=0"
OK-AT-OK "ATDT#777"
CONNECT \d\c
same like before.
15. then type "sudo nano /etc/chatscripts/disko"
16. fill it with this;
#
# /etc/chatscripts/disko
#
ABORT BUSY ABORT 'NO CARRIER' ABORT ERROR ABORT 'NO DIALTONE'
'' "\K"
'' "\K"
'' "\K"
'' "\d\d+++\d\dATH"
same like before.
17. i dont know really what it is? just do it. type;
sudo chown root.dip /etc/ppp/peers/smart
sudo chown root.dip /etc/chatscripts/smart
sudo chown root.dip /etc/chatscripts/disko
18. then type it "gedit /etc/ppp/pap-secrets"
then fill it with this; "smart * smart" at the end of the statement.
19. well yeah. type "sudo pon smart"
20. check it by browsing with
google.com.
21.to remove it just type;
sudo poff -a
sudo rmmod -f usbserial
that's all.