Do you have any /dev/sr* devices at all or only cdrom* and sc*?

I don't know exactly how this part works but I thnik you need to fiddle
with i at least if you don't have any /dev/sr* device names.

/etc/udev/rules.d/60-persistent-storage.rules

# skip unpartitioned removable media devices from drivers which do not send 
"change" events
ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", 
GOTO="persistent_storage_end"
ENV{DEVTYPE}=="disk", KERNEL=="sr*", ATTR{removable}=="1", 
GOTO="persistent_storage_end"

-- 
Tray retracts automatically after eject with 2.6.27-6 and -7
https://bugs.launchpad.net/bugs/280931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to