Gene Lewis wrote:
> I have read EVERY howto/faq I can find. The answer is not there.
> I'd like to expand my use of Linux, but if I can't connect, it's too
> cumbersome to continue to reboot betwee operating systems.
>
don't worry, one day you will probably delete the windows partition
to make space for some *real* software like i did :-)
> Dialing with chat:
>
> exec /usr/sbin/chat -v \
> TIMEOUT 60 \
> ECHO ON \
> ABORT '\nBUSY\r' \
> ABORT '\nNO ANSWER\r' \
> ABORT '\nRINGING\r\n\r\nRINGING\r' \
> ABORT '\nNO CARRIER\r\n' \
> '' '\AT\r' \
> OK 'ATE0V1&D2&C1S0=0' \
> OK ATDT$TELEPHONE \
> 'CONNECT 115200' '\c' \
> TIMEOUT 60
>
> Oct 13 15:40:04 localhost pppd[1479]: sent [LCP ConfReq id=0x1 <asyncmap
> 0xa0000> <magic 0x77ef> <pcomp> <accomp>]
> above was sent 8 times
>
OK, it is fairly obvious to me that ppp is not starting on the other
end. i had a similar problem when i tried to get connected and solved it by
changing the chat script. i would try experimenting with the 'CONNECT...
line.
try different responses to CONNECT like for example 'ppp'. that is
what worked for me. also i would leave out the 115200 in that line, because
it is not guaranteed that you will connect at that speed 100% of the time.
so the bottom line is to try sending different responses to CONNECT and see
which one works for you. some ideas:
ppp, the escape character (whatever it may be) or a carriage return
etc.
good luck!
andreas
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]