PDA

View Full Version : Turbo & Tivo net challanged


colklink
09-14-2003, 12:27 PM
Hi Guys,

Installed 2.52 from 2.5 no problem,
Installed Turbo bet card, has lite, router has lites (for this)
Installed this text to rc.sysinit

# add Turbonet card support to DirectTivo With serial bash already running.
# replace the IP adresses as needed...
# example Tivo IP address = 192.168.1.105
# example Network Mask = 255.255.255.0
# example Default Gateway = 192.168.1.1

tnlited 23 /bin/bash -login &
insmod -f /lib/modules/ax88796.o macaddr=010203 timing=5
ifconfig eth0 192.168.1.105 netmask 255.255.255.0 up
route.tivo add default gw 192.168.1.1


Xpluz claims that telnet and tivoweb are running when i try to run them manuall

from my desk computer the ping times out, yet if I ping 127.0.0.1 it is ok.

ifconfig does not reflect changes,
router does not show tivo on client table
Reading and reading, cannot find out why the changes are not going in,
tell me what I am doing wrong, please??

BubbleLamp
09-14-2003, 12:47 PM
What is the IP address of your desktop PC? It has to be on the same network subnet as the Tivo to be able to ping it.

colklink
09-14-2003, 12:56 PM
I have several computers on my 8 port router

Here is a copy of my client table

U0013321-XPA 192.168.1.100 00-09-6B-30-F7-8D (my laptop)

christyk 192.168.1.101 00-C0-F0-1F-58-67

richk 192.168.1.102 00-E0-18-E4-39-66

audi 192.168.1.103 00-04-5A-9E-6E-34

The extra set of numbers is the mac address

Gateway is 192.168.1.1

BubbleLamp
09-14-2003, 01:30 PM
Sounds like the driver might not be loading. What happens if you execute those last 4 lines manually via a serial connection? Does it work then?

colklink
09-14-2003, 02:53 PM
~# tnlited 23 /bin/bash -login &
[1] 154
~# Couldn't bind to socket.
insmod -f /lib/modules/ax88796.0
/lib/modules/ax88796.0: /lib/modules/ax88796.0: No such file or directory
[1]+ Exit 127 tnlited 23 /bin/bash -login
~# ifconfig eth0 192.168.1.105 netmask 255.255.255.0up
IP struct was not filled in!
sa is: 0x20000 0xc0a80169 0x7ffffc34 0x7ffffc4c
sa.sin_addr = 0x7ffffb98 a sockaddr is 16 bytes
SIOCSIFADDR: Operation not supported by device
eth0: unknown interface.
Illegal Instruction
~# ifconfig eth0 192.168.1.105 netmask 255.255.255.0 up
IP struct was not filled in!
sa is: 0x20000 0xc0a80169 0x7ffffc14 0x7ffffc30
sa.sin_addr = 0x7ffffb78 a sockaddr is 16 bytes
SIOCSIFADDR: Operation not supported by device
eth0: unknown interface.
SIOCSIFNETMASK: Operation not supported by device
eth0: unknown interface.
~# route.tivo add default gw 198.168.1.1
bash: route.tivo: command not found
~#

If so why would telnet and tivoweb show it is active from the xpluz command?? Can the module without the drivers being in place?

Why would I be able to ping 127.0.0.1 and get a respnse if the drivers are not loading??

BubbleLamp
09-14-2003, 07:21 PM
That's an oooo, not a zero for the driver name.

Pinging 127.0.0.1 is meaningless, that's the loopback address. It means you can ping yourself!