James:
What type of NIC do you have?
As root,
cd /usr/src/linux
if you are not running X, run
start X
now run
make xconfig
After the GUI comes up, check the Ethernet 10/100 cards to make sure that
you have Y (yes) or M (module) support for the card you own built into the
kernel. Linuxconf allows you to choose cards that are NOT compiled in ;-(.
If you need to compile it in, the click the appropriate card, module is find.
The go to the main menu and click on save and exit.
In the same directory,
make dep
make
make modules
make modules_install
cp vmlinux /boot/vmlinux-KERNEL.VERSION.NUMBER
cp System.map /boot/System.map-KERNEL.VERSION.NUMBER
cd /boot
rm System.map (it is a symbolic link, you are not deleting a file)
ln -s /boot/System.map-KERNEL.VERSION.NUMBER System.map
shutdown -h now
Add the new kernel to your milo commands in the arc cmos control window
or however you configure the srm console.
Bob
> I have installed RH6.2 on my AS 800 but it wont bring up the Ethernet
> interface. When I boot the system it says testing network then the next line
> says change mode to internal loopback. When I do a ifconfig all it shows is
> my lo interface. It doesn't have a eth0 shown. Any help would be great. I
> have 6 of these things and don't want to put NT on them.
> I'm also having this same problem on the 5300. When it boots the system says
> bringing up eth0 [Failed]. Does this on both systems. Is it a setting in SRM
> console. The only interface isconfig shows it LO. When I go into linuxconfig
> and tell it to bring up the interface and it says delaying interface. Then
> in the log it tells me the interface failed to come up. Any ideals?