PDA

View Full Version : Unlock dvd tray


bluetick
January 21st, 2009, 23:30
I have a dvd burner with the tray locked.
I know the unit is working otherwise, I can "pin" open the tray and burn a cd or dvd and it will eject the tray when finished.
But within a little bit the tray is locked again.
I've tried to force the tray to eject and to reset the unit. The light on the unit blinks but no joy.
burncd -f /dev/acd1 eject
camcontrol eject 1:1:0
cdrdao scanbus
Using libscg version 'schily-0.8'
1,0,0 : HL-DT-ST, CD-ROM GCR-8483B, 1.05
1,1,0 : DVDRW , IDE1008 , 0054

Any ideas what to try next??

ale
January 21st, 2009, 23:55
Look in /var/log/messages if you find something saying that /dev/acd1 has been removed.

bluetick
January 22nd, 2009, 00:09
Nothing in /var/log/messages about it being removed.

ale
January 22nd, 2009, 00:42
Reading your post again, I would think that it's a mechanical problem and not what I was thinking about.
Maybe the gears the lead the tray aren't working well?
Does pressing the button on the unit always eject the tray? It's just a problem using commands from the OS?

bluetick
January 22nd, 2009, 03:25
Using growisofs will eject the tray when a cd or dvd is complete, and the button will work. But after a few minutes the tray is locked, the button will not open the tray. If it would not open after the burn program completes, I'd say yes it's hardware. Even if the button/switch was bad the camcontrol command should open it. If the button was jammed, tray gears, I would think growisofs would be unable to open the tray.

SirDice
January 22nd, 2009, 09:33
If the CD is mounted the tray will be locked. Watch out for automount as nautilus (gnome) does.

morbit
January 22nd, 2009, 14:37
Mounted medium would be my first guess.

bluetick
January 22nd, 2009, 15:55
I found the commands.
To prevent removal:
camcontrol cmd cd1 -v -c "1e 0 0 0 1 0"
To allow removal:
camcontrol cmd cd1 -v -c "1e 0 0 0 0 0"