PDA

View Full Version : please help to enable telnet on tivo i'm stuck


guardianx
11-28-2004, 01:32 PM
i managed to applied the killhdird and expand my tivo to 160 gig

now i need to enable the telnet. i was reading marfinn thread and i'm stuck here

""""""""Do whatever you want. Seriously. It's a linux machine. My crappy instructions won't have meant much to you unless you had some idea what you were doing in linux anyway, so have at it. In order to enable serial and telnet bash, here's what I did:


I copied rtl8150.o into /lib/modules


I made an /etc/rc.d/rc.sysinit.author file with the following in it:

#/bin/bash

export PATH=$PATH:/var/hack/bin

insmod /lib/modules/usbcore.o
insmod /lib/modules/usb-ohci.o
sleep 5
insmod /lib/modules/rtl8150.o
sleep 5

ifconfig eth0 192.168.13.23 netmask 255.255.255.0
route add default gw 192.168.13.254 netmask 0.0.0.0 metric 1

tnlited 23 /bin/bash

/bin/bash < /dev/ttyS2 >& /dev/ttyS2 &
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""''''''''''''''''
what did he typed to copied rtl8150.o into /lib/modules ?
how did he made /etc/rc.d/rc.sysinit.author file with the following in it:


i have every boot up tools. i know this problem is nothing new but apparently i'm not searching for the right keyword please point me to the right direction i'm lost..

i tried searchin for telnet , and rc.d/rc.sysinit.author . most of the thread didnt ans my questions

matrix165
11-28-2004, 03:31 PM
...if you did it share :). also what does dded mean?

malfunct
11-28-2004, 03:54 PM
...if you did it share :). also what does dded mean?

dd is a command that does a raw copy of data from a drive. dded is saying "I used the dd command to copy"