PDA

View Full Version : little help with Ethernet settings


MiamiTV
10-28-2003, 10:53 PM
need help with my ethernet settings

ifconfig ethO (.........) setting
broadcast (.........) setting
default gw (.........) setting

how can I fing them. I have a Linksys router. and I have a working bash prompt. woo hoo almost there.

thanks guys

ice5
10-29-2003, 04:31 PM
first of all the command is

"eth0" <-- ZERO, not the letter 'O'

Wth a linksys router you probably have DHCP enabled which is why our computer "just works" when you plug it in, however there's no DHCP on the TiVo, so you need to assign an IP.

The first thing you need to do is figure out what your IP is... use either ipconfig or winipcfg depending your version of windows. i.e. 192.168.1.100

Assuming your computer has an IP as above:

broadcast 192.168.1.255
gateway 192.168.1.1

Just assign a random IP to your tivo. I used .200

My config lines:

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


Hopefully this helps some.

MiamiTV
10-29-2003, 10:04 PM
all the above is perfect, now all i need to do is assign an IP to the TiVo, can I get a bit of help on that process.

also do I type all the

ifconfig ethO (.........) setting
broadcast (.........) setting
default gw (.........) setting

on diffrent lines and hit enter after each or all one command?


Thanks again guys, Im so close I can taste it. not bad of a non computer guy.

you all Rock!!!

ghost_rdr
10-29-2003, 10:45 PM
Originally posted by MiamiTV
all the above is perfect, now all i need to do is assign an IP to the TiVo, can I get a bit of help on that process.

also do I type all the

ifconfig ethO (.........) setting
broadcast (.........) setting
default gw (.........) setting

on diffrent lines and hit enter after each or all one command?


Thanks again guys, Im so close I can taste it. not bad of a non computer guy.

you all Rock!!!


the post above tells you how to do this.


FIRST: what kinda ethernet adapter you have?

if it is one of the ones on hostfreedom.com/tivo then just do this from bash

type this in

ifconfig eth0 192.168.1.25 broadcast 192.168.1.255 netmask 255.255.255.0

thats all one line

then type this

route add default gw 192.168.1.1 netmask 255.255.255.0 metric 1

thats all one line also

good luck
Dave

MiamiTV
10-29-2003, 10:50 PM
Dave, is saying no such device???

MiamiTV
10-29-2003, 10:51 PM
Oh , I have a Linksys USB200m

MiamiTV
10-29-2003, 11:14 PM
movin on, I got the ifconfig lines to take. then did the

tnlited 23 /bin/bash -login &

and telnet started right up and the light on the USB adapter are on.

will post later, thanks guys

MiamiTV
10-29-2003, 11:37 PM
this is my next challange, any advice? thanks again all most there.


bash-2.02# #Telnet and FTP
bash-2.02# tnlited 23 /bin/bash -login &
Couldn't bind to socket.
[1] 193
[1] Exit 127 tnlited 23 /bin/bash -login
bash-2.02# tivoftpd
bash-2.02# chmod 777 /var/hack/hackinit
bash-2.02# restart
WARNING: couldn't scan startup script /tvlib/tcl/tv/tv.ini
WARNING: eval result : can't read "env(TIVO_ROOT)": no such element in arrayKill
ing processes...
Dismounting /var
Restarting system...
TmkLogger:

olscool
11-01-2003, 08:05 PM
Originally posted by MiamiTV
this is my next challange, any advice? thanks again all most there.


bash-2.02# #Telnet and FTP
bash-2.02# tnlited 23 /bin/bash -login &
Couldn't bind to socket.
[1] 193
[1] Exit 127 tnlited 23 /bin/bash -login
bash-2.02# tivoftpd
bash-2.02# chmod 777 /var/hack/hackinit
bash-2.02# restart
WARNING: couldn't scan startup script /tvlib/tcl/tv/tv.ini
WARNING: eval result : can't read "env(TIVO_ROOT)": no such element in arrayKill
ing processes...
Dismounting /var
Restarting system...
TmkLogger:


This was the tricky part that no one could answer for me. You have to replace (keyword) the hackinit file with this one. I spent hours and days trying to figure this one out. Good luck.