I have an old Apple USB DVD/CD external SuperDrive and wanted to listen to somes CDs while working on my Librem, and although the laptop would detect a usb device being plugged in (/dev/dvd and /dev/dvdrw were created) the drive itself wasn’t being activated. Googling for help I found this little article to unlock the drive.
The solution involves sending a series of byte to the drive to unlock it, and to do this you need to install the util package,
sudo apt-get install sg3-utils
you can then use the sg_raw command to send the magic byte sequence,
sg_raw /dev/dvd EA 00 00 00 00 00 01
(note, the drive was setup as /dev/dvd when plugged in my laptop, ls /dev to check this is the true for you too).
You can setup this as deamon rule, so that the magic happens each time you plug the drive,
Many people prefer to convert their CDs to files e.g. FLAC or MP3 and then the files can be accessible from anywhere, on any device, any time - without an ongoing need for a working optical media drive. I use abcde for this purpose.
for those that don’t know yet … mp3 is free right now but i don’t use it because it brings back too many unhappy memories … flac for audio (lossless but can be compressed or left uncompressed) no point in using mp3 unless you’d rather remember the “golden-days” when space USED to BE a problem …