Indonesian Back|Track Team
masalah modem selalu disconnected - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Penetration Testing Os (https://www.indonesianbacktrack.or.id/forum/forum-170.html)
+--- Forum: Backtrack (https://www.indonesianbacktrack.or.id/forum/forum-171.html)
+---- Forum: BackTrack 5 (https://www.indonesianbacktrack.or.id/forum/forum-74.html)
+----- Forum: Backtrack 5 Tanya Jawab (https://www.indonesianbacktrack.or.id/forum/forum-86.html)
+----- Thread: masalah modem selalu disconnected (/thread-1194.html)



masalah modem selalu disconnected - mayat - 11-15-2011

halo para brother, saya pake modem prolink phs100 di backtrack 5 yang saya install satu minggu lalu,
dan sampai sekarang saya belum berhasil connect ke internet,

saya menggunakan wvdial usb_modeswitch gnome-ppp dan juga kppp
tapi tidak pernah berhasil, karena modem selalu ter-eject sendiri setiap saya connect

Pertanyaannya
1.apakah modem prolink phs100 tidak bisa untuk backtrack5?
2.jika memang bisa dipakai untuk bactrack 5, bagaimana caranya?

Tambahan:
Teman saya yang install backtrack 5 bareng bareng dengan saya bisa dengan lancar konekin modem ke internet, padahal cara yang kami pakai sama, tapi teman saya pakai modem Smart evdo

sekian, semoga para brother berbaik hati memberikan pencerahan


RE: masalah modem selalu disconnected - gtx150 - 11-15-2011

ente pake cdma atau gsm bgan???


RE: masalah modem selalu disconnected - mayat - 11-15-2011

(11-15-2011, 04:41 PM)gtx150 Wrote: ente pake cdma atau gsm bgan???

saya pake modem gsm bro


RE: masalah modem selalu disconnected - gtx150 - 11-15-2011

udah coba pake sakis3g belum? atau ppp0 tutornya om james?
silahkan di search disini.........


RE: masalah modem selalu disconnected - ekawithoutyou - 11-15-2011

ahihihihihi Tongue sama problemnya ma ane


RE: masalah modem selalu disconnected - cassaprodigy - 11-16-2011

sudo add-apt-repository ppa:doctormo/ppa
sudo apt-get update
sudo apt-get install usb-modeswitch

kemudian edit file di
/etc/usb_modeswitch.conf

jadikan seperti ini

Code:
########################################################
# Option PROLINK PHS100
#
# Contributor: laxaman

DefaultVendor= 0x1e0e
DefaultProduct= 0xf000

TargetVendor= 0x1e0e
TargetProduct= 0x9000

# Not really necessary because IDs of target device are different
TargetClass= 0xff

MessageEndpoint=0x1
MessageContent="555342431234567800000000000006bd000000020000000000000000000000"

buat file bash di
#touch /usr/sbin/prolink_hsdpa.sh

paste code di bwah ini ke situ

Code:
#!/bin/bash
# Copyright (C) 2008 Nayanajit Mahendra Laxaman mail: [email protected]

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

PATH=/usr/bin:/bin:/usr/sbin:/sbin
modprobe -r usbserial
sleep 1
modprobe usbserial vendor=0x1e0e product=0x9000

ResponseEndpoint=0x1

jgn lupa kasi execute permission

#chmod +x /usr/sbin/prolink_hsdpa.sh

buat file dengan nama dan directory di bawah ini

#touch /etc/udev/rules.d/45-prolink_hsdpa.rules

paste code di bawah ini ke file barusan
Code:
# Copyright (C) 2008 Nayanajit Mahendra Laxaman mail: [email protected]

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

ACTION=="add", SUBSYSTEMS=="scsi", DRIVERS=="sr", \
ATTR{manufacturer}=="PROLINK ", \
RUN:=""

SUBSYSTEM=="usb", SYSFS{idProduct}=="f000", SYSFS{idVendor}=="1e0e", \
RUN:="/usr/sbin/usb_modeswitch"

SUBSYSTEM=="usb", SYSFS{idProduct}=="9000", SYSFS{idVendor}=="1e0e", \
RUN:="/usr/sbin/prolink_hsdpa.sh"

terus tinggal setting wvdial.conf sesuai dengan setingan ISP om

# gedit /etc/wvdial.conf


RE: masalah modem selalu disconnected - codename:zero - 11-16-2011

coba pake sakis3g bro, ane juga pake phs100, lancar2 aj bro



RE: masalah modem selalu disconnected - ekawithoutyou - 12-15-2011

kalo ane dah semuanya dicoba bisa connect tapi hanya ampe 2 menit 50 detik aja abis ntu dah mati koneksi ane apa memang zte mf180 ga cocok dengan Linux ya