OzTivo Install
From TivoZA
| Table of contents |
|
Note: The below steps have already been included in the TivoZA image and are intended for those using the ozTivo installer. To perform the below steps you will need to have completed the Preparing the TiVo drive guide steps already. Feel free to have a look at the changes made if using the TivoZA image though. |
Emulator settings and other tweaks
|
Select "Edit rc.sysinit.author" from the menu
#Start TiVoWeb You will now see a screen similar to below:
/hack/tivoweb-tcl/tivoweb & and add the following line: /etc/hack/tivowebplus/tivoweb &
#vserver > /dev/null 2>&1 &
/hack/bin/endpadplus.tcl 5 15 -auto The first value (5) indicates how long before each show starts the TiVo will begin recording, the second value (15) indicates how long after each show the TiVo will continue recording. If you would like to start recording 2 minutes before the show and stop 5 minutes after the show then your line would read as follows: /hack/bin/endpadplus.tcl 2 8 -auto If you have made all the optional adjustments above your changes will now look as follows:
emuProxy2 -s 131.244.9.101 &
#emuProxy2 -s 131.244.9.101 & /etc/hack/emuProxyZA -s tivoza.nanfo.com & Make sure the changes read exactly as above, leaving out the & will result in your TiVo hanging.
report_ipaddress & Thankfully there is a new version which is included with the "TivoZA stuff" download, to enable this version you need to add the following line after the line above: /etc/hack/report_ipaddress & Reporting the IP addresss is only really necessary when using DHCP. If you are using a static IP address or your DHCP server provides you with a static IP address you may wish to disable your TiVo from generating a new message everytime it reboots (i.e. after a power failure, manual reboot, etc). To disable it just put a # in front of the line above. If you later decide you want to disable the message generation it can also be perfomed from the Telnet prompt, for a guide on how to do this see the FAQ.
/etc/hack/yac/yac & You changes should now appear as per the below screen:
Press: Ctrl K (This enables the command menu mode) Press: X (This will save the file) You will now be returned to the ozTiVo installer main menu |
Extra setup requirements
|
You are now done with the ozTiVo installer, there are still a couple more steps to perform but these need to be done from the command line. So select exit from the menu.
mount /dev/hda4 /mnt/tivo Replace hda above with the same device name you selected in the step "Set the Tivo disk", note you still need the device name to be followed by the number 4. You can now move to your TiVo's 'etc' directory by typing: cd /mnt/tivo/etc From there the first file we need to edit is 'postcodezones', to load it up in the editor type: joe postcodezones All the steps above are visible in the below screen:
27000 Africa/Johannesburg You 'postcodezones' file should now appear the same as the below screen, to save you changes: Press: Ctrl K (This enables the command menu mode) Press: X (This will save the file)
joe resolv.conf
Press: Ctrl K (This enables the command menu mode) Press: X (This will save the file)
joe rc.d/rc.sysinit In the ‘rc.sysinit’ file you need to scroll down till you find the below line (should be at line 449): cachectl -t You now need to add the following line below the above line: osdwriter /tvbin/PromScreen2Version7.$TV_STD.png Once done, save your changes as follows: Press: Ctrl K (This enables the command menu mode) Press: X (This will save the file) Your changes should look as follows:
mount /dev/fd0 /mnt/floppy We need to check the correct filename for the file on your mounted disk and also that the disk got mounted successfully, to view the disk contents type: ls -l /mnt/floppy/* You should have a file named either TivoZA.tar.gz or tivoza~1.gz You now need to copy the file accross to your TiVo’s 'etc' directory (you should still be in that directory), this is done by typing: cp /mnt/floppy/TivoZA.tar.gz ./ or if your file is named tivoza~1.gz then type: cp /mnt/floppy/tivoza~1.gz ./TivoZA.tar.gz Next we need to unzip and untar the file, this is done as follows: tar -xzf TivoZA.tar.gz Lastely just to restore the origional TiVo boot screen you can type the following: cp hack/Prom* ../tvbin We are now all done with the ozTiVo Installer so you can unmount your drives and shutdown your PC as follows (Note: it’s umount and not unmount): umount -f -a -r shutdown -h now |















