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


Reply via email to