ABOUT THIS FILE: ================ This is a README for the file lmscd0.2.tar.gz. This tar file contains the files: lmscd0.2.diff lmscd.README The later file is identical to this README. ABOUT THE DRIVER: ================= lmscd0.2.diff is an experimental driver for the LMS/Philips CD-ROM CMS 205. On contiguous reads, the driver achieves a speed of about 70 kB/sec, which is about half of the maximum theoretical throughput of the drive. I have tested this driver quite a lot. For example, I mounted a Linux CD and started X windows from it. The driver reports a few timeouts here and then, if activity is high, but works fine for me else. Audio support is not yet implemented. I have not tested the driver with the CMS 225 (the external drive), but it may work as well. If you try it, please report me about success or failure. The file is a patch relative to the 99pl13 kernel. It should also work with some earlier versions, but it may yield problems with future kernels, when clustered read/writes are introduced. INCLUDING THIS DRIVER INTO YOUR KERNEL: ======================================= Unpack the .tar.gz file, then include the changes into your kernel using the patch command: cd /usr/src/linux zcat lmscd0.2.tar.gz | gtar xfv - patch -p1