Am Sonntag, 21. Mai 2006 19:12 schrieb Marco d'Itri:
> On May 17, Joerg Platte <[EMAIL PROTECTED]> wrote:
> > This bug showed up again with version 0.092-1 from incoming. I tested it
> > to check, if my cardreader now is not recognized as a cdrom (Bug#367265).
> > But unfortunately, the symlinks are again the same for my internal and my
> > USB cdrom drive:
> >
> > tail -f /etc/udev/rules.d/z25_persistent-cd.rules
>
> Please send me the exact file as an attachment.
Done. Note, that for both drives the name of the symlink is the same.
> This is hard to believe unless /lib/udev/cdrom_id /dev/DEVICE returned
> ID_CDROM=1 for your cardreader too. Please check.
Maybe I dod not describe my problem properly. The problem is not the
cardreader (it now doesn't get a cdrom link any more), but the second USB-DVD
drive. It gets the same /dev/{dvd,cdrom} name as the internal drive. With the
old version, the external drive gets /dev/{dvd1,cdrom1}.
regards,
Jörg
# This file was automatically generated by the /lib/udev/write_cd_rules
# program, probably run by the cd-aliases-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line
# and set the $GENERATED variable.
# UJDA745_DVDCDRW (pci-0000:00:1f.1-ide-1:0)
ENV{ID_CDROM}=="?*", BUS=="ide", ID=="1.0", SYMLINK+="cdrom", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", BUS=="ide", ID=="1.0", SYMLINK+="cdrw", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", BUS=="ide", ID=="1.0", SYMLINK+="dvd", ENV{GENERATED}="1"
# USB_Storage_Adapter (pci-0000:00:1d.7-usb-0:3.2:1.0-scsi-0:0:0:0)
ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1d.7-usb-0:3.2:1.0-scsi-0:0:0:0", SYMLINK+="cdrom",
ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1d.7-usb-0:3.2:1.0-scsi-0:0:0:0", SYMLINK+="cdrw",
ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1d.7-usb-0:3.2:1.0-scsi-0:0:0:0", SYMLINK+="dvd",
ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1d.7-usb-0:3.2:1.0-scsi-0:0:0:0", SYMLINK+="dvdrw",
ENV{GENERATED}="1"