Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
dvd_eject [2021/10/17 17:55] beandog |
dvd_eject [2021/10/17 17:55] (current) beandog |
||
---|---|---|---|
Line 4: | Line 4: | ||
Along with [[dvd_drive_status]], I wrote my own little standalone C program that ejects a DVD drive. | Along with [[dvd_drive_status]], I wrote my own little standalone C program that ejects a DVD drive. | ||
+ | |||
+ | A man page is included with the program (see ''man dvd_eject'') that comes with the ''dvd_info'' package. | ||
It's very simple, and is not in the least designed to be a replacement for other eject programs. What it does do is it solves the problems that I run into: waiting for a drive to be in a "ready" state after opening / closing the tray, and working with fussy DVD drives that need to be told to open more than once before it actually does it. | It's very simple, and is not in the least designed to be a replacement for other eject programs. What it does do is it solves the problems that I run into: waiting for a drive to be in a "ready" state after opening / closing the tray, and working with fussy DVD drives that need to be told to open more than once before it actually does it. |