-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closing disc tray should only happen when supported #615
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing instructions. |
I suppose we might be able to use the |
I have the same "No such file or directory" error on
I'd be happy to do some more investigation if someone could point me in the direction of where the capabilities are stored/checked. |
Not sure
I don't think that the kernel can reliably track whether the drive can close itself, as there were presumably too many that lied:
The only thing we get is an error when asking the drive to do it:
|
Using
whipper-0.10.0-11.fc39.x86_64
My CD drive is a Hitachi-LG BU40N blu-ray drive that doesn't have a tray that can be programmatically closed.
Ideally, whipper could detect that the device doesn't support closing the tray, and would set
drive_auto_close
for the drive itself rather than globally.The text was updated successfully, but these errors were encountered: