Hi, On Tue, 5 Jun 2007 15:32:07 +0200 Alan McKinnon <[EMAIL PROTECTED]> wrote:
> You will need to create a udev rule for this > > Something like: > > # cdrom symlinks and other good cdrom naming > KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]*", ACTION=="add", > IMPORT{program}="cdrom_id --export $tempnode" > ENV{ID_CDROM}=="?*", GROUP="cdrom" > # assign cdrom-permission also to associated generic device (for > cd-burning ...) > KERNEL=="sg[0-9]*", ACTION=="add", ATTRS{type}=="4|5", GROUP="cdrom" > > in /etc/udev/rules.d/50-udev.rules It should be already there, shouldn't it? In that case, probably /lib/udev/cdrom_id doesn't catch it, so just adding the above lines another time won't help. Of course, a simple rule like KERNEL=="sg0", SYMLINK="dvd" should be enough. And you certainly shouldn't edit distribution provided udev rules w/o good reason, but rather create a new rules file below /etc/udev/rules.d (so that further distribution updates of udev don't require you to merge config files). -hwh -- [EMAIL PROTECTED] mailing list