James <wireless <at> tampabay.rr.com> writes:
> > 2. Write a custom rule for your device, and add it to > > /etc/udev/rules.d/10-local.rules. Something like this should do the > > trick: > OK, this file does not exist, only: > -rw-r--r-- 1 root root 54 Sep 14 10:38 30-svgalib.rules > -rw-r--r-- 1 root root 11492 Nov 17 18:31 50-udev.rules > so I created it: > -rw-r--r-- 1 root root 120 Nov 17 18:47 10-local.rules > > KERNEL=="hdc", NAME="%k", GROUP="cdrom", ACTION=="add", > > SYMLINK+="_dvd%e", IMPORT="/sbin/cdrom_id --export $tempnode" > cat /etc/udev/rules.d/10-local.rules > KERNEL=="hdc", NAME="%k", GROUP="cdrom", ACTION=="add", > SYMLINK+="dvd%e", IMPORT="/sbin/cdrom_id --export $tempnode" I tried it with this line a 2 lines in the file /etc/udev/rules.d/10-local.rules and as a single line. cat /etc/udev/rules.d/10-local.rules KERNEL=="hdc", NAME="%k", GROUP="cdrom", ACTION=="add", SYMLINK+="dvd%e", IMPORT="/sbin/cdrom_id --export $tempnode" Neither way workd and I get the same error messages from kaffeine as before? I guess it's time to remove vixie-cron and emerge 'syslog-ng' ? -- [email protected] mailing list

