This directory contains an example file for running a PPP daemon on a Linux server, for connecting a TiVo with a serial cable. /etc/init.d/rc.local This file will start the PPP daemon when Linux boots. The server's serial port is set in the script, as /dev/ttyS0 The IP addresses for the two ends of the connection are also set in the script, as follows: Linux server : 192.168.2.1 TiVo : 192.168.2.2 The script has been tested with Linux version 2.6.24-27-server (Ubuntu 4.2.4)