On Mon, 2001-10-08 at 20:05, MarceI Figuerola Estrada wrote: > I was adding the ip of my network card in the interfaces ( ifconfig eth0 192.168.0.2) and it returned this message: > > SIOCSIFADDR: No such device > eth0: Unknown interface: No such device > > Now, what it can be?
Is your ethernet card module loaded? Your error message indicates that you need to modprobe via-rhine as root. Then try and bring up the network. In the future (for other boots) add: via-rhine into the /etc/modules file on it's own line. --mike