JoeFloyd
Advanced Member
Registered: Apr 2000
Location: Fairfax, VA, USA
Posts: 10 |
First off, I'm not a TCL/TK person and will only be able to tell you what I needed to do in order to get this to work. I assume you have hacked the Tivo to include the common UNIX utilities.
The VFD.txt file should be renamed to VFD.tcl just so you know that its a script. Copy this file to your hack directory, but I don't think that it really matters just as long as you have write permissions in the directory you're copying the file to. You may need to set execute permissions for the VFD.tcl file. You can do this using chmod with the appropriate permissions. I chose to set chmod 777, but that's because I'm lazy and didn't want to figure out what is the absolute minimum permissions needed to run this script.
To run the script from a bash prompt just type
/var/hack/vdt.tcl &
If you copied the file to some other directory, change the path as needed. Be sure to use "&" at the end of the command so that the script will detach from the current shell and run on it's own. If you forget to use & and break the script execution you'll get a nice cold reboot.
In order to stop the script you should use the method described in the post above. It may take up to 60 seconds before the script exits.
It seems pretty simple to modify this script to update more frequently, but I'm not sure how that will affect Tivo performance.
You can check that everything is working by connecting the Tvio serial cable to a PC with a NULL MODEM adapter. Set HyperTerminal to 9600 baud , 8 bits, No parity, 1 stop bit , No flow control. If the script runs correctly, you'll see a few control characters followed by the program information in ASCII.
POST #15 | Report this post to a moderator
| IP: Logged
|