[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
On 09/12/13 23:36, bad apple wrote:
That's right.. a Pioneer BluRay drive.. also when I last checked a USB CDROM automounted correctly.Did you actually say this device was a BluRay/DVD, come to think of it? Shouldn't make any difference, but every little helps at this point.
What do the following get you? I detect the moronic hand of udev potentially working behind the scenes here: cat /var/log/udev | grep sr0 cat /etc/udev/rules.d/70-persistent-cd.rules Cheers
julian@Cerce ~ $ cat /var/log/udev | grep sr0
So basically nothing returned..
julian@Cerce ~ $ cat /etc/udev/rules.d/70-persistent-cd.rules
# This file maintains persistent names for CD/DVD reader and writer devices.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-cd-aliases-generator.rules
# file; however you are also free to add your own entries provided you
# add the ENV{GENERATED}=1 flag to your own rules as well.
# PIONEER_BD-RW_BDR-207M (pci-0000:00:09.0-scsi-0:0:0:0)
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:09.0-scsi-0:0:0:0", SYMLINK+="cdrom",
ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:09.0-scsi-0:0:0:0", SYMLINK+="cdrw",
ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:09.0-scsi-0:0:0:0", SYMLINK+="dvd",
ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:09.0-scsi-0:0:0:0", SYMLINK+="dvdrw",
ENV{GENERATED}="1"
# CDDVDW_SE-S084F (pci-0000:00:02.1-usb-0:1.3:1.0-scsi-0:0:0:0)SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_SERIAL}=="TSSTcorp_CDDVDW_SE-S084F_R96X498-0:0", SYMLINK+="cdrom1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_SERIAL}=="TSSTcorp_CDDVDW_SE-S084F_R96X498-0:0", SYMLINK+="cdrw1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_SERIAL}=="TSSTcorp_CDDVDW_SE-S084F_R96X498-0:0", SYMLINK+="dvd1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_SERIAL}=="TSSTcorp_CDDVDW_SE-S084F_R96X498-0:0", SYMLINK+="dvdrw1", ENV{GENERATED}="1"
julian@Cerce ~ $ Cheers, Julian -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/listfaq