On Mon, 2004-05-24 at 14:20, Horst von Brand wrote: > [EMAIL PROTECTED] > > 1. Modconf --> cargar el driver --> 3c59x > Debianismo, supongo. > > 2. Editar /etc/modules.conf --> alias eth0 3c59x > > 4. Editar /etc/network/interfaces --> IP, mask, gateway, etc. > > 5. /etc/init.d/networking restart > > Mas debianismos.
Aunque son muchos, # echo "3c59x" >> /etc/modules # modprobe 3c59x # editar /etc/network/interfaces # ifup lo && ifup eth0 :-) Ah, en RH/Fedora (kern2.4) # echo "alias eth0 3c59x" >> /etc/modules.conf # modprobe 3c59x # netconfig :-D -- Juan Carlos Inostroza O. Registered Linux User #246002 [EMAIL PROTECTED] - http://www.tux.cl - http://foros.tux.cl Blogging for fun _and_ profit : http://jci.codemonkey.cl "Beyond the senses is the mind, and beyond the mind is the reason, its essence." -- Katha Upanisad 6.7

