jquest1234
10-29-2003, 02:20 PM
I have the following drivers in my /var/hack/lib
usbcore.o
hcd.o
ehci-hcd.o
iax8817x.o
Here is copy of my hackinit
#!/bin/bash
date>>/var/hack/hackinit.log
PATH=/var/hack/bin:/sbin:/bin:/tivobin:/tvbin:.
echo "Starting Hackinit... " > /dev/ttyS2
TIVO_ROOT=
MFS_DEVICE=/dev/hda10
IGNOREEOF=1000
TERM=xterm
export PATH TIVO_ROOT MFS_DEVICE IGNOREEOF
echo "Starting Bash... " > /dev/ttyS2
/bin/bash</dev/ttyS2&>/dev/ttyS2&
#insmod /diag/usbcore.o
#insmod /diag/usb-ohci.o
#insmod /diag/pegasus.o
insmod /var/hack/lib/usbcore.o
insmod /var/hack/lib/hcd.o
insmod /var/hack/lib/ehci-hcd.o
insmod /var/hack/lib/ax8817x.o
sleep 10
#Remove the software update script and backup to var
echo "Disable software update " > /dev/ttyS2
cp /tvlib/tcl/updateSoftware.tcl /var/hack
rm -rf /tvlib/tcl/updateSoftware.tcl
mount -o remount,ro /
ifconfig eth0 192.168.1.200 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1
tnlited 23 /bin/bash -login &
tivoftpd
/var/hack/tivoweb-tcl/tivoweb console
#Disable Scramble
echo "Disable scramble " > /dev/ttyS2
/var/hack/kmem 800b23b4 00001021
#Fixes Subscription
sleep 60
echo "Calling FixSub " > /dev/ttyS2
/var/hack/31fixsub.tcl &
I have the usb adapter plugged into the lower usb port but I have tried both. Is it normal, if you unplug the usb adapter, while the unit is on and plug it into another slot that the tivo reboots itself?
From all the documentation and searches I have done, the above setting should work. I am missing something?
Thanks,
JQ
usbcore.o
hcd.o
ehci-hcd.o
iax8817x.o
Here is copy of my hackinit
#!/bin/bash
date>>/var/hack/hackinit.log
PATH=/var/hack/bin:/sbin:/bin:/tivobin:/tvbin:.
echo "Starting Hackinit... " > /dev/ttyS2
TIVO_ROOT=
MFS_DEVICE=/dev/hda10
IGNOREEOF=1000
TERM=xterm
export PATH TIVO_ROOT MFS_DEVICE IGNOREEOF
echo "Starting Bash... " > /dev/ttyS2
/bin/bash</dev/ttyS2&>/dev/ttyS2&
#insmod /diag/usbcore.o
#insmod /diag/usb-ohci.o
#insmod /diag/pegasus.o
insmod /var/hack/lib/usbcore.o
insmod /var/hack/lib/hcd.o
insmod /var/hack/lib/ehci-hcd.o
insmod /var/hack/lib/ax8817x.o
sleep 10
#Remove the software update script and backup to var
echo "Disable software update " > /dev/ttyS2
cp /tvlib/tcl/updateSoftware.tcl /var/hack
rm -rf /tvlib/tcl/updateSoftware.tcl
mount -o remount,ro /
ifconfig eth0 192.168.1.200 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1
tnlited 23 /bin/bash -login &
tivoftpd
/var/hack/tivoweb-tcl/tivoweb console
#Disable Scramble
echo "Disable scramble " > /dev/ttyS2
/var/hack/kmem 800b23b4 00001021
#Fixes Subscription
sleep 60
echo "Calling FixSub " > /dev/ttyS2
/var/hack/31fixsub.tcl &
I have the usb adapter plugged into the lower usb port but I have tried both. Is it normal, if you unplug the usb adapter, while the unit is on and plug it into another slot that the tivo reboots itself?
From all the documentation and searches I have done, the above setting should work. I am missing something?
Thanks,
JQ