I have a UR Robotics external 56 K modem that I am trying to dial with first
via pppd and then, when I configure it, with diald. My script looks like
this:
pppd connect 'chat -f script' \
/dev/ttyS0 38400 debug crtscts noipdefault modem defaultroute
and the file script looks like this:
"' ATZ OK ATDT8734726 CONNECT "" ogin: login word: pass
but for some reason it does not diald. However, the script that looks like
this:
pppd connect 'chat -v "" ATDT8734726 CONNECT "" ogin: login word: pass' \
/dev/ttyS0 38400 debug crtscts noipdefault modem defaultroute
does. What's the problem? I can't figure it out :-(
Denis Voitenko
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]