Hi,
I'm stuggling to get a PPP connection from the board to the ISP.
I've disabled the console on ttyAM0 in Redboot (JP2&4) and TSlinux
(inittab). I've connected a USRobotics modem to ttyAM0 and a terminal
to ttyAM1.
I've inserted the required modules using the following commands:
insmod slhc.o
insmod ppp_generic.o
insmod ppp_async.o
Using the following chat script:
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "NO ANSWER"
ABORT "BUSY"
ABORT "ERROR"
TIMEOUT 10
" " ATZ
OK "AT"
OK "ATD08453011535"
CONNECT `'
With the following command:
pppd /dev/ttyAM0 9600 kdebug 1 debug lock
nocrtscts
defaultroute
connect "/usr/sbin/chat -v -f /etc/ppp/chat.script"
forces the modem to dial the ISP (great). Unfortunately, using a
sniffer tool it appears PPP never passes the LCP stage. All I can see
is duplicated LCP requests from the Linux box and the remote end
NAKing the magic number (acceptable).
Anybody passed this stage???
Regards,
Lee
------------------------ Yahoo! Groups Sponsor --------------------~-->
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|