home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / doc / More-Docs / README.openserver < prev    next >
Encoding:
Text File  |  1999-05-13  |  929 b   |  37 lines

  1. You need to have at least Openserver 5.0.4 in order to
  2. use cdrecord.
  3.  
  4. On SCO Openserver, there is no support for cdrecord -scanbus
  5.  
  6. As there is no real generic SCSI driver, cdrecord uses the
  7. pass through ioctl of the cdrom driver.
  8.  
  9. The correct dev= syntax on SCO Openserver is:
  10.  
  11. dev=cdrom-device:target,lun
  12.  
  13. If you want to talk to the 2nd cdrom device which is in target 6, you
  14. should use:
  15.  
  16. cdrecord dev=/dev/rcd1:6,0
  17.  
  18. To compile, you need 'smake' from:
  19.  
  20.     ftp://ftp.fokus.gmd.de/pub/unix/makefiles/bin/
  21.  
  22. or 'gmake'. Smake is preferred as gmake bugs will cause bogus warnings
  23. and may confuse about the state of the make run.
  24.  
  25.  
  26. Some general notes on cdrecord are on:
  27.  
  28.     http://www.sco.com/skunkware/cdrecord/SCO-NOTES.html
  29.  
  30. But note:
  31.  
  32. -    Do not change cdrecord-1.8a22 or later, it compiles without
  33.     changes on SCO Openserver.
  34.  
  35. -    It is currently not possible to compile the actual source
  36.     on SCO UnixWare. Get the 'skunkware' binary.
  37.