Penguin

Differences between version 8 and predecessor to the previous major change of UDev.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Monday, July 31, 2006 10:03:00 am by IanMcDonald Revert
Older page: version 7 Last edited on Wednesday, October 5, 2005 9:46:45 am by IanMcDonald Revert
@@ -31,4 +31,8 @@
  
 blkid is provided by the libblkid1 package under [Ubuntu] (and [Debian] Sarge, I believe). 
  
 These approaches should all integrate reasonably well with the standard automounting facilities available in modern distributions. 
+  
+!! Locking down a device name  
+  
+If you have multiple sound cards, network cards or multiple any device the kernel might change the order randomly. One time eth0 will be one card and eth1 the other - next time it might be eth1 for the first card and udev doesn't seem to be able to override this. To get around this use udev to call them a different name e.g. lan0 and lan1. Your eth0 and eth1 will still exist but use the lan0 and lan1 in other areas instead.