ddbnoob
12-19-2004, 02:17 PM
***THIS IS NOT MEANT TO BE A GUIDE OF ANY SORT, JUST WHAT I PLAN ON DOING TO MY TIVO PENDING ADVICE***
OK, I have been reading these forums for several weeks now and I think I have an understanding of what to do and what not to do, but I want to check fitrst. I have looked over so many threads that a lot of them are running together and I don't want to be taking tips from one source and mixing it with others. I have already upgraded my DTiVo SD-DVR40 to a 160 GB drive and expanded it so I'm on my way. I also took some time to practice different commands being a Linux noob and have a basic idea of what is going on. So here goes, the only thing I really want to do is be able to access my tivo using TiVoWebPlus and add callerID with elseed but I figure the serial bash would come in handy for de-bugging as mentioned in several posts. My setup is this:
Wireless USB network adapter: MN-510 (uses prism drivers)
Software version 3.1.1e
hda: new hard drive
hdc: cdrom with files mentioned later
mkdir /mnt/hda4
mkdir /mnt/hda7
mount /dev/hda4 /mnt/hda4
mount /dev/hda7 /mnt/hda7
mount /dev/fd0 /floppy
cd /floppy/bootpage
bootpage -p /dev/hda (which returned root=/dev/hda7)
cp /cdrom/vmlinux.px /dev/hda3/var
dd if=/var/vmlinux.px of=/dev/hda3/var
cp /cdrom/vmlinux.px /dev/hda6
dd if=/var/vmlinux.px of=/dev/hda6
bootpage -P "root=/dev/hda7 dsscon=true console=2,115200 upgradesoftware=false" -C /dev/hda
bootpage -B 3 /dev/hda
bootpage -A 6 /dev/hda
cd /mnt/hda7/etc/rc.d/rc.sysinit.author
/bin/bash </dev/ttyS2 >& /dev/ttyS2 &
[ctrl-x Y]
[copy the all the elseed files into /mnt/hda7/var/hack/bin]
cp /cdrom/elseed/* /mnt/hda7/var/hack/bin
[Edit /etc/rc.d/rc.sysinit.author and at end add these 2 line:]
sleep 300
/var/hack/bin/elseed_forever.sh &
[ctrl-x Y]
[copy files to /var/hack/bin]
cp /cdrom/TivoWebPlus-1.0-final.tivo.tpm /mnt/dev/hda7/var/hack/bin
cp /cdrom/wlan-ng-1.2-2.S2.tpm /mnt/dev/hda7/var/hack/bin
cp /cdrom/wlan-ng-1.2-2.S2.meta /mnt/dev/hda7/var/hack/bin
That's as far as I've gotten, I believe the .tpm files should be self installing over the serial bash, but not positive. Thank you for taking the time to look over this.
OK, I have been reading these forums for several weeks now and I think I have an understanding of what to do and what not to do, but I want to check fitrst. I have looked over so many threads that a lot of them are running together and I don't want to be taking tips from one source and mixing it with others. I have already upgraded my DTiVo SD-DVR40 to a 160 GB drive and expanded it so I'm on my way. I also took some time to practice different commands being a Linux noob and have a basic idea of what is going on. So here goes, the only thing I really want to do is be able to access my tivo using TiVoWebPlus and add callerID with elseed but I figure the serial bash would come in handy for de-bugging as mentioned in several posts. My setup is this:
Wireless USB network adapter: MN-510 (uses prism drivers)
Software version 3.1.1e
hda: new hard drive
hdc: cdrom with files mentioned later
mkdir /mnt/hda4
mkdir /mnt/hda7
mount /dev/hda4 /mnt/hda4
mount /dev/hda7 /mnt/hda7
mount /dev/fd0 /floppy
cd /floppy/bootpage
bootpage -p /dev/hda (which returned root=/dev/hda7)
cp /cdrom/vmlinux.px /dev/hda3/var
dd if=/var/vmlinux.px of=/dev/hda3/var
cp /cdrom/vmlinux.px /dev/hda6
dd if=/var/vmlinux.px of=/dev/hda6
bootpage -P "root=/dev/hda7 dsscon=true console=2,115200 upgradesoftware=false" -C /dev/hda
bootpage -B 3 /dev/hda
bootpage -A 6 /dev/hda
cd /mnt/hda7/etc/rc.d/rc.sysinit.author
/bin/bash </dev/ttyS2 >& /dev/ttyS2 &
[ctrl-x Y]
[copy the all the elseed files into /mnt/hda7/var/hack/bin]
cp /cdrom/elseed/* /mnt/hda7/var/hack/bin
[Edit /etc/rc.d/rc.sysinit.author and at end add these 2 line:]
sleep 300
/var/hack/bin/elseed_forever.sh &
[ctrl-x Y]
[copy files to /var/hack/bin]
cp /cdrom/TivoWebPlus-1.0-final.tivo.tpm /mnt/dev/hda7/var/hack/bin
cp /cdrom/wlan-ng-1.2-2.S2.tpm /mnt/dev/hda7/var/hack/bin
cp /cdrom/wlan-ng-1.2-2.S2.meta /mnt/dev/hda7/var/hack/bin
That's as far as I've gotten, I believe the .tpm files should be self installing over the serial bash, but not positive. Thank you for taking the time to look over this.