Richard Bradbury writes:
> > alias eth0 8390
> > alias eth0 etherh
> 
> Looks healthy

The alias should just be:

alias eth0 etherh

Since 8390 will be loaded by the dependencies automatically.

> > /etc/sysconfig/network-scripts/ifcfg-eth0
> > 
> > DEVICEth0 
> > IPADDR.1.1.50
> > NETMASK%5.255.255.0
> > NETWORK.1.1.0
> > BROADCAST.1.1.255
> > ONBOOTyes
> 
> Looks plausible.  I take it this is a private subnet then?

Erm, what's happened here?  It should look like:

DEVICE=eth0 
IPADDR=10.1.1.50
NETMASK=255.255.255.0
NETWORK=10.1.1.0
BROADCAST=10.1.1.255
ONBOOT=yes

> I always thought the boot sequence was supposed to do a '/sbin/depmod -a'
> automatically.  This should have created /lib/modules/2.0.35/modules.dep
> with the following line in it somewhere:

It always has been done in the past.  It might be worth checking that
/lib/modules/`uname -r`/misc contains the modules as well.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |  http://www.arm.linux.org.uk/~rmk/armlinux.html    /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to