Re: serial callout devices

Alan Curry (pacman-kernel@cqc.com)
Mon, 31 May 1999 16:43:16 -0500 (EST)


Miquel van Smoorenburg writes the following:
>
>stty -F /dev/ttyS1 clocal

(
stty 38400

chat -f /usr/lib/ppp/chatscript
case $? in
0) echo "Success" 1>&2
/usr/sbin/pppd & ;;
4) echo "BUSY" 1>&2 ;;
*) echo "call failed" 1>&2 ;;
esac
) </dev/modem >/dev/modem

-- 
Alan Curry

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/