Setting modem AHA
#1
Wink 
MAs om, mbak , agan, bang mimin...
ane mw nanya yuuaa... mngkn ada yg tw atau berkenan membatu saya cara stting modem Aha di kompi ane...Big GrinBig GrinBig Grin

#2
wew...kagak punya modemnya bro..
mungkin yang bawah ane ne bisa bantu
< <

#3
hehehe ane coba bantu ya .. coz ane berhasil setting modem ginian ... ok deh klo gitu kita mulai aj...

plug modemnya bro ...

buka terminal .. ketik

Code:
zee@IBTeam~$ lsusb

hasil di laptop temen gw :

Code:
Bus 008 Device 002: ID 0461:4d22 Primax Electronics, Ltd
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 201e:2009
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 5986:0145 Acer, Inc
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

perhatikan yang
Code:
Bus 006 Device 002: ID 201e:2009
<--- yup itu yang dideteksi sebagai modem ... untuk kasus modem telkomflash bus 2009 jadi 1000 ......tergantung vendornya .. ok deh gk usah basa-basi lagi yee..Tongue

Code:
zee-laptop@IBTeam~$ sudo modprobe usbserial vendor=0x201e product=0x2009
zee-laptop@IBTeam~$ ls /dev/ttyUSB0
ls: cannot access /dev/ttyUSB0: No such file or directory
zee-laptop@IBTeam~$

yup kenapa gagal .. karena doi masih terdeteksi sebagai cd room , backtrack kita belom mendeteksi dia sebagai modem .. terus gimana dong? .. selo bro .. lanjut ...kita eject dolo fungsi cd room

Code:
zee-laptop@IBTeam~$ sudo eject /dev/scd1
zee-laptop@IBTeam~$

klo udah .. edit file wvdial.conf

Code:
zee-laptop@IBteam~$ sudo vim /etc/wvdial.conf
jadi seperti ini persis bro ..

Code:
[Dialer Defaults]
Init = ATZ
Init = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
#Baud = 921600
Baud = 115200
Modem = /dev/ttyUSB0
Phone = #777
Username = [email protected]
Password = aha
New PPPD = yes
Stupid Mode = 1

ok sekarang cek apa modem sudah terdeteksi dengan baik

Code:
zee-laptop@IBTeam~$ wvdialconf

terus jalanin aee

Code:
zee-laptop@IBTeam~$ sudo wvdial &

Code:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 3100000
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Sep 18 20:56:03 2010
--> Pid of pppd: 2265
--> Using interface ppp0
--> local IP address 10.64.22.10
--> remote IP address 192.168.240.83
--> primary DNS address 202.152.192.35
--> secondary DNS address 202.152.203.2

tes koneksi .. terus buka browser hehehe
Code:
zee-laptop@IBTeam~$ ping facebook.com
zee-laptop@IBTeam~$ firefox www.facebook.com &
hehehe sudah terkonek tuh.... sayang nya tiap kali komputer di reboot selalu setingan modem di atas tadi akan hilang sehingga harus mengulangi langkah2 mematikan fungsi cdroom pada modem tadi ....capek memang .. tapi gk usah kwatir saya kasi solusinya bang...

Pake switch usb modem bang....

download di sini terus di mari juga Tongue
edit file usb_modeswitch.conf

Code:
zee-laptop@IBTeam~$ sudo vim /etc/usb_modeswitch.conf

Code:
DefaultVendor = 0x201e
DefaultProduct = 0x2009
#
TargetVendor = 0x201e
TargetProduct = 0x2009
#
CheckSuccess=20
#
MessageContent="555342431234567824000000800108df200000000000000000000000000000"

Tambahkan ...agar setingan tidak berubah di saat reboot ...

Code:
usbserial vendor=0x201e product=0x2009

seep semoga berhasil... ko gk juga di reply di mari ..
FOLLOW @DutaLinux
for more question and sharing about security and Opensource only

#4
mantab dh penjelasannya om zee....jelas n detail bener....I like it
shendo@IBT:~# whoami
root
shendo@IBT:~# id
uid=0(root) gid=0(root) groups=0(root)
shendo@IBT:~#_

#5
Om zee pake modem apa ea ??
ane make Huawei EC1260-2 kq CD-ROMnya g' mau d eject,,
kira2 salahnya dimana ea ??
d Modemnya atau d BT nya,,
mohon pencerahannya,,

Cool bLaNk.xYs

#6
ane pake modem telkomflash bro ... coba di cek ente cek dolo usbnah terus eject sesuai dengan letak drive...jgn lupa pake sudo kalo bukan root...
FOLLOW @DutaLinux
for more question and sharing about security and Opensource only

#7
(03-15-2011, 12:45 PM)zee eichel Wrote: hehehe ane coba bantu ya .. coz ane berhasil setting modem ginian ... ok deh klo gitu kita mulai aj...

plug modemnya bro ...

buka terminal .. ketik

Code:
zee@IBTeam~$ lsusb

hasil di laptop temen gw :

Code:
Bus 008 Device 002: ID 0461:4d22 Primax Electronics, Ltd
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 201e:2009
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 5986:0145 Acer, Inc
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

perhatikan yang
Code:
Bus 006 Device 002: ID 201e:2009
<--- yup itu yang dideteksi sebagai modem ... untuk kasus modem telkomflash bus 2009 jadi 1000 ......tergantung vendornya .. ok deh gk usah basa-basi lagi yee..Tongue

Code:
zee-laptop@IBTeam~$ sudo modprobe usbserial vendor=0x201e product=0x2009
zee-laptop@IBTeam~$ ls /dev/ttyUSB0
ls: cannot access /dev/ttyUSB0: No such file or directory
zee-laptop@IBTeam~$

yup kenapa gagal .. karena doi masih terdeteksi sebagai cd room , backtrack kita belom mendeteksi dia sebagai modem .. terus gimana dong? .. selo bro .. lanjut ...kita eject dolo fungsi cd room

Code:
zee-laptop@IBTeam~$ sudo eject /dev/scd1
zee-laptop@IBTeam~$

klo udah .. edit file wvdial.conf

Code:
zee-laptop@IBteam~$ sudo vim /etc/wvdial.conf
jadi seperti ini persis bro ..

Code:
[Dialer Defaults]
Init = ATZ
Init = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
#Baud = 921600
Baud = 115200
Modem = /dev/ttyUSB0
Phone = #777
Username = [email protected]
Password = aha
New PPPD = yes
Stupid Mode = 1

ok sekarang cek apa modem sudah terdeteksi dengan baik

Code:
zee-laptop@IBTeam~$ wvdialconf

terus jalanin aee

Code:
zee-laptop@IBTeam~$ sudo wvdial &

Code:
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 3100000
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Sep 18 20:56:03 2010
--> Pid of pppd: 2265
--> Using interface ppp0
--> local IP address 10.64.22.10
--> remote IP address 192.168.240.83
--> primary DNS address 202.152.192.35
--> secondary DNS address 202.152.203.2

tes koneksi .. terus buka browser hehehe
Code:
zee-laptop@IBTeam~$ ping facebook.com
zee-laptop@IBTeam~$ firefox www.facebook.com &
hehehe sudah terkonek tuh.... sayang nya tiap kali komputer di reboot selalu setingan modem di atas tadi akan hilang sehingga harus mengulangi langkah2 mematikan fungsi cdroom pada modem tadi ....capek memang .. tapi gk usah kwatir saya kasi solusinya bang...

Pake switch usb modem bang....

download di sini terus di mari juga Tongue
edit file usb_modeswitch.conf

Code:
zee-laptop@IBTeam~$ sudo vim /etc/usb_modeswitch.conf

Code:
DefaultVendor = 0x201e
DefaultProduct = 0x2009
#
TargetVendor = 0x201e
TargetProduct = 0x2009
#
CheckSuccess=20
#
MessageContent="555342431234567824000000800108df200000000000000000000000000000"

Tambahkan ...agar setingan tidak berubah di saat reboot ...

Code:
usbserial vendor=0x201e product=0x2009

seep semoga berhasil... ko gk juga di reply di mari ..



mas bro

ane izin copas tutor ini yah di forum ane di SD ... keren mas...
Don't forget visit below

#8
silahkan bro .. kita di sini untuk berbagi .. Smile
FOLLOW @DutaLinux
for more question and sharing about security and Opensource only

#9
bang zee gw udah mentok neh 4hr ngoprek lom ketemu juga, settingan udah di coba2 tp tetep aja ga bs buat browsing, waktu di tes juga ga mau replay, itu apa nya yg salah yaa.....

udah pk gnome ppp juga tp msh aja lom bs nyambung

sy pk modem sierra krtu 3....

padahal udah naksir sm bt5 neh, mohon di bantu biar bs lebih explore lg...


:apn: mohon maaf jika ada salah-salah kata :apn:

#10
modem sierra juga sudah di posting di mari bro .. coba deh di share2 lagi ..

note : momod tolong di carikan link nya dong .. itu perasaan ane sudah dibahas
modem sierra juga sudah di posting di mari bro .. coba deh di share2 lagi ..

note : momod tolong di carikan link nya dong .. itu perasaan ane sudah dibahas






Users browsing this thread: 1 Guest(s)