quantum_3
01-27-2003, 08:25 PM
i am trying to get a static IP to work but i dont see my NIC when i do an IFCONFIG but all the green lights are on the tivo and the back of the PC. any ideas anyone has would be greatly appreciated.
ok i am now getting closer this is IFCONFIG:
ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
eth0 Link encap:Ethernet HWaddr 00:20:18:B0:F6:76
inet addr:192.168.0.105 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:29 Base address:0x300
still cant ping though......now what?:)
ps..i renamed the dchclient in /sbin to dchclient.bak as well..here is my rc.net: etc/rc.d# joe rc.net
Couldn't load termcap entry. Using ansi default
Processing '/hack/etc/joerc'...done
IW rc.net Row 1 Col 1 11:49 Ctrl-K H for help
#!/bin/bash
# Copyright (c) 2001-2002 TiVo Inc.
#
if [ "$DEBUG_BOARD" != true -o "$dhcp" == true ]; then
if detectDynamicNet; then
# mkdir -p /var/state/dhcp
# /sbin/dhclient -q "$DYNAMIC_NET_DEV" 2>/dev/null &
/sbin/ifconfig eth0 192.168.1.105 up
fi
fi
ok i am now getting closer this is IFCONFIG:
ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
eth0 Link encap:Ethernet HWaddr 00:20:18:B0:F6:76
inet addr:192.168.0.105 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:29 Base address:0x300
still cant ping though......now what?:)
ps..i renamed the dchclient in /sbin to dchclient.bak as well..here is my rc.net: etc/rc.d# joe rc.net
Couldn't load termcap entry. Using ansi default
Processing '/hack/etc/joerc'...done
IW rc.net Row 1 Col 1 11:49 Ctrl-K H for help
#!/bin/bash
# Copyright (c) 2001-2002 TiVo Inc.
#
if [ "$DEBUG_BOARD" != true -o "$dhcp" == true ]; then
if detectDynamicNet; then
# mkdir -p /var/state/dhcp
# /sbin/dhclient -q "$DYNAMIC_NET_DEV" 2>/dev/null &
/sbin/ifconfig eth0 192.168.1.105 up
fi
fi