Ubuntu Support Template
Ubuntu Version:Ubuntu Studio 24.04.1 LTS
Desktop Environment (if applicable):
KDE Plasma 5.27.12
Problem Description:
Optical drive drawer can no longer be opened, either by the front panel button or by software (K3B or terminal eject command).
This problem has existed off and on since Ubuntu Studio 22.04 LTS. In 24.04 LTS I was able to open the drive for a while with K3B and even with the front panel button thanks to workarounds involving udev/rules.d. However, these workarounds have repeatedly stopped working, and now nothing works at all. To be precise, one can hear the carriage motor engaging, but the door lock does not release.
Relevant System Information:
Drive is TSSTcorp CDDVDW SH-S203B
Screenshots or Error Messages:
No error messages
sudo dmesg | tail -20
What I’ve Tried
/etc/udev/rules.d/71-override-uaccess.rules, containing
# Override uaccess rules to enable front panel eject button
SUBSYSTEM=="block", ENV{ID_CDROM}=="1", TAG-="uaccess"
and
/etc/udev/rules.d/72-override-cdrom.rules, containing
# Override cdrom rules to enable front panel eject button
SUBSYSTEM=="block", KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}=="", MODE="0666", GROUP="cdrom"
and modifications to /lib/udev/rules.d/70-uacces.rules
which worked for a while, but no longer do.
All these changes have meanwhile been undone.
Before Posting:
Haven’t found anything similar