counterroot
Lt. Commander
- Registriert
- Feb. 2005
- Beiträge
- 1.633
Folgendes Szenario wenn ich versuche mich via umts einzuwählen (Simyo/Eplus)
Jemand ne Idee wie ichs lösen könnte?
bleibt hängen und ich breche mit strg+c ab.
^C Connect script failed
cat /etc/ppp/umts-chat
cat /etc/ppp/peers/umts
Jemand ne Idee wie ichs lösen könnte?
Code:
/usr/sbin/pppd call umts nodetach
ATZ
OK
AT_OPSYS=3,2
ERRORConnect script failed
^C Connect script failed
cat /etc/ppp/umts-chat
Code:
# cat /etc/ppp/umts-chat
# /etc/ppp/
ABORT BUSY
ABORT ERROR
ABORT 'NO CARRIER'
REPORT CONNECT
TIMEOUT 5
# reset to default configuration
"" "ATZ"
# set the prefered mode to UMTS
OK "AT_OPSYS=3,2"
# set Access Point Name[APN.x]
OK "AT+CGDCONT=1,\042IP\042,\042wap.eplus.de\042"
TIMEOUT 20
# dial with tone
OK "ATDT*99***1#"
CONNECT \c\n
Code:
# cat /etc/ppp/peers/umts
# etc/ppp/peers/umts
# 20070401 marco (@macarony.de - Matthias Diener)
# my device
/dev/ttyUSB0
# baud rate (115200 is standard)
460800
# lock the serial device
lock
# normal handshaking
crtscts
# use the modem control lines
modem
# connection can be used by everyone
noauth
# replace the route
# replacedefaultroute
defaultroute
# see at Access Point Name lists[APN.x] for user and password
user eplus
password eplus
# the chat script to use for connect
connect "/usr/sbin/chat -V -f /etc/ppp/umts-chat"
noipdefault
# do not use any compression
novj
noaccomp
nobsdcomp
nopcomp
novjccomp
Zuletzt bearbeitet: