PDA

View Full Version : Need some tweak.sh help


RushB
07-01-2006, 02:02 PM
Ok, I can't connect to my newly upgraded DVR40. I installed a 200 gig HDD, and used the zipper method. Everything installed fine, but I could transfer between Tivo desktop and the Tivo (No DVRs available on the network). I could see my photos and music on my PC fine from the Tivo.

Anyway, I go to uninstall tweak.sh. Uninstall seems to be fine, now I got back in and do an "ls" hmm...

RCA-DVR200-TiVo# ls
/busybox/ls: Link:: command not found
RCA-DVR200-TiVo#

None of the commands in busybox work - all of them are coming up this way. Any idea what I did wrong? If I look in busybox, the ls command and all the others are there. Tivo seems to be working fine.

Thanks,
RushB

RushB
07-01-2006, 02:06 PM
Almost forgot, I can get it to run, and then I get this:

RCA-DVR200-TiVo# ls
/busybox/ls: Link:: command not found
RCA-DVR200-TiVo# cd /hacks
RCA-DVR200-TiVo# ls
/busybox/ls: Link:: command not found
RCA-DVR200-TiVo# sh tweak.sh
Enhancements directory detected. Run the uninstall script first. Exiting...
RCA-DVR200-TiVo# sh tweak-uninstall.sh
tweak-uninstall.sh: tweak-uninstall.sh: No such file or directory
RCA-DVR200-TiVo# sh tweak_uninstall.sh
Removing directories and files...
skipping TWP uninstall...
Skipping cron uninstall...
Skipping CallerID uninstall...
Skipping fakecall restore...
Skipping USB 2.0 driver restore...
No bakup profile found, skipping profile restore...
Restoring original rc.sysinit.author file
mv: rc.sysinit.author.bak: No such file or directory
No backup splash screen found, skipping splash restore...
Done!
RCA-DVR200-TiVo# sh tweak.sh
Original unpatched tivoapp found in /tvbin. This takes up lots of space and may
interfere with running this script. Enter r to remove it, k to keep it, or e to
exit this this script now so you can FTP it to your PC. Enter r k or e here: r
Downloading latest Enhancement script...
/busybox/wget: Link:: command not found
Download failed. Adjust DNS and try again? [y/n]: y
Please enter the IP address of your router: 192.168.0.1
Setting DNS settings in /etc/resolv.conf...

Done. Please re-run tweak.sh. Exiting...
rm: /enhancements: No such file or directory
RCA-DVR200-TiVo# sh tweak.sh
Downloading latest Enhancement script...
/busybox/wget: Link:: command not found
Download failed. Adjust DNS and try again? [y/n]: n
Make sure your Tivo is connected to the internet, and
your network settings are correct. Exiting...
rm: /enhancements: No such file or directory
RCA-DVR200-TiVo#

RushB
07-01-2006, 02:10 PM
Apparently the whole problem centers around not being able to run the unix commands in busybox - can't run tar either so I can't do the following after manually moving the file instead of letting it download.

RCA-DVR200-TiVo# ls
/busybox/ls: Link:: command not found
RCA-DVR200-TiVo# cd /hacks
RCA-DVR200-TiVo# sh tweak.sh
Existing rbautch_files.tgz archive found in /hacks/
Skipping new script download...

Running rbautch Hacked Tivo Enhancements...
/busybox/tar: Link:: command not found
mv: /enhancements/tweak_uninstall.sh: No such file or directory
Checking your telnet settings. Do you want to continue? [y/n]: y

Do you want to run the "express" version (for advanced users)? [y/n]: n
tweak.sh: /enhancements/start.sh: No such file or directory
RCA-DVR200-TiVo#

RushB
07-01-2006, 10:20 PM
Nevermind, found the answer myself...

If anyone else runs into the same problem, ftp up the tivotools.tar to the busybox dir and use the following command:

cpio -i -H tar < tivotools.tar

Thanks,
RushB