Problemas al cargar tarjeta de red

Tengo un PC con Ubuntu Dapper. Este PC tenia una tarjeta de red que funciona sin problemas pero hace unas semanas instale una segunda tarjeta.

/etc/network/interfaces escribió:#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1

auto eth1
#iface eth1 inet dhcp
iface eth1 inet static
address 10.0.0.1
netmask 255.0.0.0
#gateway 192.168.0.1


Cuando inicio el PC la segunda tarjeta de red no se carga y si intento hacerlo a mano me da error.

$ sudo /etc/init.d/networking restart
* Reconfiguring network interfaces... SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth1: ERROR while getting interface flags: No such device
Failed to bring up eth1.


No acabo de entender ese error pero si hago ifconfig eth1 up la tarjeta de red se carga y funciona perfectamente.

Como puedo arreglar esto para que eth1 se inicie sin problemas automáticamente?


lspci escribió:0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
0000:00:14.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)



EDITO: Ahora ni con ifconfig eth1 up se inicia, el error que da es: eth1: ERROR while getting interface flags: No such device

He cargado el modulo a mano y pasa igual.
0 respuestas