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
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
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
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
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
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
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
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
8 matches
Mail list logo