[arch-general] [arch-dev-public] blacklisting issue, perhaps initscripts or kernel 3.0 related

Fons Adriaensen fons at linuxaudio.org
Mon Aug 1 04:29:12 EDT 2011


On Mon, Aug 01, 2011 at 09:57:00AM +0200, Heiko Baums wrote:
 
> I don't know how it is for other modules like network cards. There are
> several modules which don't have an index parameter.

For network cards you can use udev rules to set the names based
on the MAC address, e.g.

SUBSYSTEM=="net", ATTR{address}=="00:0a:48:02:1c:73", NAME="eth0"
SUBSYSTEM=="net", ATTR{address}=="00:30:85:87:3d:76", NAME="wlan0"

(as explained on the Arch wiki page for udev)

-- 
FA




More information about the arch-general mailing list