<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Udev_rules_-_wyrfel</id>
	<title>Udev rules - wyrfel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Udev_rules_-_wyrfel"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Udev_rules_-_wyrfel&amp;action=history"/>
	<updated>2026-04-07T10:59:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Udev_rules_-_wyrfel&amp;diff=15574&amp;oldid=prev</id>
		<title>Wyrfel at 21:43, 24 September 2004</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Udev_rules_-_wyrfel&amp;diff=15574&amp;oldid=prev"/>
		<updated>2004-09-24T21:43:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This creates the usual /dev/floppy, /dev/cdrom, /dev/mouse etc. symlinks.&lt;br /&gt;
Additionally it also creates a dir /dev/names.d which includes symlinks which consist&lt;br /&gt;
of more expressive names, which you can then use in scripts to provide nice names.&lt;br /&gt;
For instance /dev/names.d/DVD-CDRW will point to /dev/names.d/sr0, when the Toshiba SD-R9012&lt;br /&gt;
drive is inserted into the Ultrabay. So you can make a script realise that the human readable&lt;br /&gt;
descriptor of /dev/names.d/sr0 is DVD-CDRW.&lt;br /&gt;
&lt;br /&gt;
Save this as i.e. &amp;lt;tt&amp;gt;/etc/udev/rules.d/00-t41p.rules&amp;lt;/tt&amp;gt; to make it take affect.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
 # /etc/udev/rules.d/00-t41p.rules: Rule definitions for the 2373-GHG T41p.&lt;br /&gt;
 #&lt;br /&gt;
 # creates useful symlinks and a names.d folder with symlinks that can&lt;br /&gt;
 # be used by scripts to trigger expressive names for some devices&lt;br /&gt;
  &lt;br /&gt;
 # create a /dev/mouse symlink for /dev/psaux&lt;br /&gt;
 KERNEL=&amp;quot;psaux&amp;quot;, SYMLINK=&amp;quot;mouse names.d/Mouse&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
 # get the /dev/floppy symlink&lt;br /&gt;
 KERNEL=&amp;quot;fd0&amp;quot;, SYMLINK=&amp;quot;floppy names.d/Floppy&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
 # create the /dev/dvd, /dev/cdrom and /dev/cdrw symlinks&lt;br /&gt;
 BUS=&amp;quot;scsi&amp;quot;, KERNEL=&amp;quot;sr[0-9]&amp;quot;, SYSFS{vendor}=&amp;quot;TOSHIBA&amp;quot;, SYSFS{model}=&amp;quot;DVD-ROM SD-R9012&amp;quot;, NAME=&amp;quot;%k&amp;quot;, SYMLINK=&amp;quot;cdrom dvd cdrw names.d/DVD-CDRW&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
 # add a /dev/flash symlink for PCMCIA mounted CompactFlash cards&lt;br /&gt;
 BUS=&amp;quot;ide&amp;quot;, SYSFS{dev}=&amp;quot;33:*&amp;quot;, NAME=&amp;quot;%k&amp;quot;, SYMLINK=&amp;quot;flash%n names.d/CompactFlash&amp;quot;&lt;/div&gt;</summary>
		<author><name>Wyrfel</name></author>
		
	</entry>
</feed>