home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / kernel.13 / readme.opt < prev    next >
Encoding:
Text File  |  1995-09-10  |  1.3 KB  |  39 lines

  1. This is the README file for the Optics Storage 8000 AT CDROM device driver.
  2.  
  3. The driver contains code to enable an ISP16 interface if it finds one, so if
  4. you have that, you're lucky.
  5.  
  6. My configuration code for the ISP-16 card can get found at
  7.       dutette.et.tudelft.nl:/pub/linux/
  8. and at Eberhard's mirror
  9.       ftp.gwdg.de:/pub/linux/cdrom/drivers/optics/
  10.  
  11. Much more elaborate information can be found at ftp:rbrf.msk.su,
  12. where Vadim Model (vadim@rbrf.msk.su) has made available an ISP16
  13. device driver.
  14. Vadim's directory is
  15.       rbrf.msk.su:/linux/mediamagic/
  16. and Eberhard is holding a mirror at
  17.       ftp.gwdg.de:/pub/linux/cdrom/drivers/sanyo/
  18.  
  19.  
  20. Before you can use the driver, you have to create the device file once:
  21.  # mknod /dev/optcd0 b 17 0
  22.  
  23. To specify the base address if the driver is "compiled-in" to your kernel,
  24. you can use the kernel command line item (LILO option)
  25.              optcd=0x340
  26. with the right address.
  27.  
  28. If you have compiled optcd as a module, you can load it with
  29.  # insmod /usr/src/linux/modules/optcd.o
  30. or
  31.  # insmod /usr/src/linux/modules/optcd.o optcd=0x340
  32. with the matching address value of your interface card.
  33.  
  34. I have tried the module with several 1.2.x kernel versions, and it seems to
  35. work, as far as I tested. If you use it, I'd appreciate success/failure
  36. reports.
  37.  
  38. Leo Spiekman (spiekman@dutette.et.tudelft.nl)
  39.