PDA

View Full Version : sa 4.0.1b can't d/l


zming
01-09-2005, 06:17 AM
First of all, i did not active TiVo service yet, but i 6 more days of recording without active TiVo service .

I have a SA Tivo TCD24008A 80GB, upgraded to 160gb (177hrs) using PTVupgrade PTVupgrade LBA48 CD v4.01 Enhancements bootdisk. then i killhdinitrd the kenrel, then i boot using sleeper's iso. but i skip the backup phase, hackrestore phase and surgery phase, i just use the hacks phase.

and then i put the drive back to the tivo and it boot up just fine. i can telnet and ftp. Then install tivowebplus + hackman-V3.1.4 + bufferhack32aHackmanV1 + extract_module_TiVoWebPlus + vwaitbugfix. Then install mfs_ftp and the updates. Then install vserver + updates. Then i updated the NowShowing.tcl and tserver to use with TyTool9r18

Then i edit rc.sysinit.author like this

#!/bin/bash
date>>/var/hack/log/hackinit.log

#Enviroment Variables
export PATH=/sbin:/bin:/tivobin:/busybox:/tvbin:.
export TIVO_ROOT=
export MFS_DEVICE=/dev/hda10
export IGNOREEOF=1000
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib/modules
export TERM=xterm
export PS1='\h:\w$ '

#Start BASH
/bin/bash</dev/ttyS2&>/dev/ttyS2&

#Setup HOSTNAME
/bin/hostname tivo

#Set the IP address
ifconfig eth0 192.168.1.169 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 0.0.0.0 netmask 0.0.0.0 metric 1

#Load telnet daemon and ftp dameon
tnlited 23 /bin/bash -login &
tivoftpd
cd /usr/mfs_ftp
/usr/mfs_ftp/mfs_ftp.tcl &
cd /

#Load tivowebplus
/usr/tivowebplus-tcl/tivoweb

#Load vserver
/usr/vserver/vserver &

#Load tserver
/usr/tytools/tserver -s /usr/tytools/NowShowing.tcl

-------------------
after Reboot i can ftp, tivoweb, telnet.
after recording a show, i can view the show it on the tivoweb plus and download using mfsftp, but when i use TyTool9r18 and this is what i got.

Connecting to '192.168.1.4'
Connected...
Getting NowShowing data...
Sorry.. Could not obtain the list.

lgkahn
01-10-2005, 09:19 AM
wrong tytools should be the mips version try this...

#Load tivoweb
# do tytools
cd /usr/tytools
NowShowing.tcl &

/usr/tytools/tserver_mfs7_mips -s /usr/tytools/NowShowing.tcl &
cd /

or ppc version not sure which yours is.. also make sure to run it in the background you were also missing that.