[Bug 283316] Re: opening /dev/scdN causes tray to be closed

prower2000@hotmail.com prower2000 at gmail.com
Sat Nov 1 12:04:14 UTC 2008


i can confirm this issue exists, brasero is currently (for me at least)
impossible due to the speed at which the tray opens and closes itself

i made a one-line fix to /etc/udev/rules.d/60-persistent-storage.rules
that seemed to solve the problem without even rebooting the machine, it
was mentioned in another thread...look for the following in said file:

# 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"

just beneath the second line, add the following (make sure to back up
your original):

ENV{DEVTYPE}=="disk", KERNEL=="sd*|sr*", ATTR{removable}=="1",
GOTO="persistent_storage_end"

(the subtle difference is in the "KERNEL" portion)

i'll attach my "version" of the file in case anyone would like to try it
themselves as a temporary workaround:


** Attachment added: "Modified to include untested patch for cd/dvd tray issue"
   http://launchpadlibrarian.net/19177758/60-persistent-storage.rules

-- 
opening /dev/scdN causes tray to be closed
https://bugs.launchpad.net/bugs/283316
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.




More information about the kernel-bugs mailing list