(E-Mail Removed) wrote:
> I am using debian stable with a 2.6.26-1-amd64 kernel.
> Since I added a
> 02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
> Connection
> but, despite everything looks good, I actually *don't* have a device eth2.
> neither ethtool
> ifconfig eth2 up
> eth2: ERROR while getting interface flags: no such device
Is it a udev problem? Check /etc/udev/rules.d/70-persistent-net.rules for
a mention of your new card. If it's not there, copy the file somewhere
safe, run /lib/udev/write_net_rules (as root), and recheck the file. Once
it's there, try rebooting (yes, uck!) or otherwise persuading udev to
notice the device and its newly associated rule.
Chris