Files
cd_check/README.md
Veit Heller 4d28d48162 Updated doc
2014-09-16 00:03:16 +02:00

27 lines
814 B
Markdown

cd\_check
=========
This repository contains small utilities for checking the CD tray
under Linux. I am sure that there are other, more capable tools out there,
but it is useful, lightweight and easy to install.
Installing
----------
After pulling, just run `make && make install`. You may need superuser
priviliges to run `make install`.
You can run the following tools afterward:
* cd\_check\_eject: Checks whether ejecting a CD works
* cd\_check\_capabilities: Checks which capabilities the CD tray has
* cd\_check\_read\_toc: Checks whether reading the "table of content" works
* cd\_check\_read: Checks whether reading works. Also one of the most basic audio
players that exists.
All of those commands may require superuser privileges, as they are making use
of ìoctl()`often.