On Tue 20 Dec 2011 at 02:39:17 +0100, Marco d'Itri wrote:
> You will need to start debugging this by yourself, sorry.
And here was me thinking you might consider coming round to the house
later today. :)
>From /lib/udev/rules.d/75-persistent-net-generator.rules:
# ignore interfaces with locally administered or null MAC addresses
# and VMWare, Hyper-V, KVM and Xen virtual interfaces
ENV{MATCHADDR}=="?[2367abef]:*", ENV{MATCHADDR}=""
ENV{MATCHADDR}=="00:00:00:00:00:00", ENV{MATCHADDR}=""
ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*|00:05:69:*|00:1C:14:*",
ENV{MATCHADDR}=""
ENV{MATCHADDR}=="00:15:5d:*", ENV{MATCHADDR}=""
ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}=""
ENV{MATCHADDR}=="00:16:3e:*", ENV{MATCHADDR}=""
Making the fifth line
ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*|00:05:69:*|00:1C:14:*",
ENV{MATCHADDR}=""
clears up the problem.
Thanks for your help and for giving me a prod in the right direction.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]