Here's some more info.
- I do not have "/etc/rc.d/rc.remote-login &" at the end of my rc.net file.
- I don't even have the rc.remote-login file in /etc/rc.d (what's it for and if I need to create it, what goes in it?)
- I've tried to edit my rc.net file to read as follows
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 net0 192.168.1.202 netmask 255.255.255.0 up
fi
fi
but that causes me to lose telnet access to the TiVo and its back to restoring the image.... again.


Reply With Quote