This may help someone?? It worked for me, Thanks to all!!Quote:
Originally Posted by AlphaWolf
Bash-2.02# cd /var/hack
Bash-2.02# dos2unix 51killer.tcl
Bash-2.02# chmod +x 51killer.tcl
Bash-2.02# ./51killer.tcl
This may help someone?? It worked for me, Thanks to all!!Quote:
Originally Posted by AlphaWolf
Bash-2.02# cd /var/hack
Bash-2.02# dos2unix 51killer.tcl
Bash-2.02# chmod +x 51killer.tcl
Bash-2.02# ./51killer.tcl
This may help someone?? It worked for me, Thanks to all!!Quote:
Originally Posted by AlphaWolf
Bash-2.02# cd /var/hack
Bash-2.02# dos2unix 51killer.tcl
Bash-2.02# chmod +x 51killer.tcl
Bash-2.02# ./51killer.tcl
Just a quick "thanks" for this script. My old HDVR2 had a flakey tuner, so I snagged another on Ebay. DTV updated the serial, but then I got the evil #51. A quick Google brought me here and this worked like a charm.
For anyone with all sorts of unix tools on their tivos, you can also just open the file in vi and do the following to get rid of the DOS linebreaks:
:%s/CTRL-vm//g
That's literally holding down the "CTRL" key and hitting "v" and while still holding "CTRL" hitting "m". In unix parlance, the ctrl-v sequence means "take the next thing typed literally" and ctrl-m means "carriage return" (of the DOS variety). The whole vi command above says to replace all occurences of a DOS linebreak with "nothing", globally.
Thanks again for the script, I really didn't want to lose all my recordings on an almost-full 120GB drive. :)
AlphaWolf,
Thanks!! House got hit by lightning and lost most of my electronics. I replaced my tivos and swapped the drives and the script worked perfectly. Many thanks...
Smee
How do i use this? (I Have a TiVo HD XL TCD658000 with TiVo OS 11)
It looks as if the script upload is gone - sorry.
Found this buried on an old HD.
Can't vouch for the fact that it's the original, but it might be worth a shot.
I don't think this would help Jonas, though, since he has a TiVo HD. These scripts were mainly for Series 1 and 2 TiVos. I could be mistaken, as I never owned a post-Series-2 TiVo (I am not counting the DirecTV THR22 which isn't TiVo hardware.)