Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-04 Thread Marco d'Itri
On May 03, Kirill <[EMAIL PROTECTED]> wrote: > Hmm, so it looks like the > > [ "$ID_CDROM_DVD_RW" ] && write_rule "$match" "dvdrw$link_num" > > line in /lib/udev/write_cd_rules needs to be > > [ "$ID_CDROM_DVD_R" ] && write_rule "$match" "dvdrw$link_num" Looking again at the flags list, I see

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-03 Thread Marco d'Itri
On May 03, Kirill <[EMAIL PROTECTED]> wrote: > Hmm, so it looks like the > > [ "$ID_CDROM_DVD_RW" ] && write_rule "$match" "dvdrw$link_num" > > line in /lib/udev/write_cd_rules needs to be > > [ "$ID_CDROM_DVD_R" ] && write_rule "$match" "dvdrw$link_num" No, because a DVD_R is obviously not wr

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-03 Thread Kirill
Hmm, so it looks like the [ "$ID_CDROM_DVD_RW" ] && write_rule "$match" "dvdrw$link_num" line in /lib/udev/write_cd_rules needs to be [ "$ID_CDROM_DVD_R" ] && write_rule "$match" "dvdrw$link_num" -- Kirill -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-03 Thread Kirill
On May 03, Marco d'Itri <[EMAIL PROTECTED]> wrote: > Please report the content of /etc/udev/rules.d/z25_persistent-cd.rules > and the output of /lib/udev/cdrom_id --export /dev/your-dvdrw-device . /etc/udev/rules.d# cat z25_persistent-cd.rules # This file was automatically generated by the /lib/ud

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-03 Thread Marco d'Itri
On May 03, Kirill <[EMAIL PROTECTED]> wrote: > 1. The dvdrw link is no longer being created. It should be created and > should point to the DVD writer device node. Please report the content of /etc/udev/rules.d/z25_persistent-cd.rules and the output of /lib/udev/cdrom_id --export /dev/your-dvdrw-d

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-03 Thread Kirill
reopen 365224 thanks OK, --purge removing udev, removing /etc/udev, and then installing udev back generated a new rules.d that does link to cd-aliases-generator.rules. All cd* links as well as a dvd link are now created correctly. Haven't rebooted yet, so haven't tested consistency. A few problem

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-05-02 Thread Kirill
reopen 365224 thanks So it appears that the remaining issues that need to be addressed to resolve this bug are: 1. The cd-aliases.rules used by default contains deprecated %e parameters. 2. The cd-aliases-generator.rules file that presumably would solve the bug is not used by default. Please co

Bug#365224: udev: missing and incomplete links to CD and DVD devices

2006-04-28 Thread Kirill
Package: udev Version: 0.091-1 Severity: important The system has two drives on the second IDE: a DVD writer (which can also read and write CDs) and a CD writer. udev creates four links in /dev on boot: dvd, dvdrw, cdrom and cdrw. Of these cdrom and cdrw point to the DVD drive after some boots, an