Tom Deconinck wrote: > I'm trying to add a second gigabit ethernet nic to my system. > It's an Intel PRO/1OOOGT. (82541PI chip)
A good chipset. > It shows up when i do lspci > So I load the e1000 kernel module... but nothing happens, lsmod shows > it is loaded but that is it. > > I guess i need some way to link the newly added card to eth1? > I added eth1 to /etc/network/interfaces but when if ifup eth1 it dies > saying no invalid device eth1. Did you modify /etc/network/interfaces to configure the new device? auto eth1 iface eth1 inet dhcp For DHCP. Or you could use something like the following for a static IP. auto eth1 iface eth1 inet static address 192.0.34.166 netmask 255.255.255.0 network 192.0.34.0 broadcast 192.0.34.255 gateway 192.0.34.1 Bob
signature.asc
Description: Digital signature