PDA

View Full Version : trying to get networking to work on hdvr2


hdvr2
07-21-2003, 10:31 PM
I installed the image, 80GB_U5_with_hacks-streams.bak, and stuff works, but I want to put my usb ethernet adapter on it now. I got the d-link dsb-650tx. I plug it in but the hub doesn't light up, so I guess it's not working. Should this image already have ethernet, or do I take the hard drive back out, boot to the tools cd, and then do the following to it? Or is there any other way, since I don't have a serial wire, and the machine is all screwed together, and in a rack.

type it in at your bash prompt:

insmod /diag/usbcore.o
insmod /diag/usb-ohci.o
insmod /diag/pegasus.o
ifconfig eth0 192.168.10.2 broadcast 192.168.10.255 netmask 255.255.255.0
route add default gw 192.168.10.1 netmask 0.0.0.0 metric 1

cobelli
07-22-2003, 12:10 AM
No. If ethernet is not working, the only way in is via serial bash or by pulling the hard drive. If you don't want to do the above, you need to ask the guy who hacked the image what drivers are being loaded and find an ethernet adapter that works with those.