diff options
author | kraxel <kraxel> | 2005-02-09 11:34:37 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2005-02-09 11:34:37 +0000 |
commit | 73671a2f4f0e6e03a509ff5a97ab70d7b0db12b1 (patch) | |
tree | d0099f50705e45392d9666c0aaa64bd69fc18b32 /INSTALL | |
parent | 92a99fec1e7c0c05568a3abd647c9ae781acbd2f (diff) | |
download | scsi-changer-73671a2f4f0e6e03a509ff5a97ab70d7b0db12b1.tar.gz |
- add files to repository.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ + +Compiling the package +--------------------- + +The driver itself is provided as patch. There are patches for both +2.2.x and 2.4.x kernels. Apply the patch, configure the kernel, +recompile. The 2.2.x version isn't maintained any more. The old patch +is still there, but the latest and greatest stuff is available for 2.4.x +only. + +A simple 'make' should compile the tools. After compiling you should +have the following files: + + mover - a small program for testing the driver / sending commands + to the changer + xmover - a X11 frontend for the driver -- needs Motif. + autojuke - a tool for using a changer with autofs. + unload - a even smaller program to send a eject to any SCSI device + load - (symlink to unload) sends a load instead of eject. + +man-pages for these utilities are available. Also have a look at the +README for some general informations about scsi changers and about the +driver. + +In the todo subdirectory is autojuke version with support for +double-sided media hacked in. Drawback is that volume tag support is +broken in this version. To be merged some day ... + +Have fun, + + Gerd + +-- +Gerd Knorr <kraxel@bytesex.org> |