I got a 712/80 running HP-UX 11.0. 14.4K Bocamodem, Hayes compatible.
What is the exact string I put in my /usr/local/bin/pppup script?
I do have pppd and the kernel comes with PPP support.
My Linux script doesn't work! "connect" option not found, and
'chat -v -f /etc/dial-ppp' is an unrecognized parameter.
#!/bin/sh
exec pppd connect "chat -v -f /etc/dial-ppp" /dev/modem 115200 debug crtscts modem defaultroute
Of course, I have
/etc/dial-ppp
'' ATDTxxxxxxx CONNECT '' ogin: <login>.ppp word: <password>
BTW, I am able to connect to my ISP via kermit interface.
Please modify email header to reply, thank you very much.