Hello
I am using a TS-7400 board. I can surf the internet with the IOGEAR
usb wireless device, but when I try to use my GRPS modem the board
crashes if I enable "defaultroute" in my configuration file. If I do
not enable "defaultroute" my modem connects to the internet by I can't
navegate because I don't have a default route. If I set defaultroute
with "route add defaultroute ppp0" the system crashes.
I have an externat usbhub with external power, so the modem is not
getting energy from the TS7400.
I can connect to the internet in my lap using the same configuration
files, with "defaultroute" enabled:
This is my configuration file GPRS:
debug debug debug
#nodetach
updetach
connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs-connect"
disconnect "/usr/sbin/chat -v -f /etc/chatscript/gprs-disconnect"
#/dev/rfcomm0
/dev/usb/acm/0
460800
usepeerdns
#defaultroute
persist
noipdefault
noauth
asyncmap 0
nopcomp
nobsdcomp
nodeflate
This is file gprs-connect:
TIMEOUT 5
ECHO ON
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' \rAT
TIMEOUT 12
OK ATH
OK ATE1
OK ATD*99***1#
TIMEOUT 22
SAY "\nwaiting for connect...\n"
CONNECT ""
SAY "\nConnected."
SAY "\nIf the following ppp negotiations fail,\n"
SAY "try restarting the phone.\n"
This if file gprs-disconnect:
ABORT "BUSY"
ABORT "ERROR"
ABORT "NO DIALTONE"
SAY "\nSendig break to the modem\n"
"" "\K"
"" "+++ATH"
SAY "\nPDP context detached\n"
Any idea?
Thanks.
Hugo
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|