Gentoo Archives: gentoo-user

From: Andrea Conti <alyf@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] new mobo : no Eth0
Date: Sat, 21 Apr 2012 12:12:16
Message-Id: 4F92A363.7060906@alyf.net
In Reply to: [gentoo-user] new mobo : no Eth0 by Philip Webb
1 > Does anyone have suggestions ?
2
3 Your logs show that the interface is being detected and is named 'eth0'.
4 If you can't see eth0 at the end of the boot process, the device node
5 has probably been renamed by udev (you should see it as eth1, e.g. in
6 the output of "ifconfig -a"). So:
7
8 # rm /etc/udev/rules.d/70-persistent-net.rules
9
10 and reboot
11
12 andrea