README.unixware
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:3k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. CDRTOOLS compiles without changes on any UnixWare 7.0.1 or later installation 
  2. having the UnixWare/OpenServer DevKit (UODK) or GCC-2.95 and smake-1.2 
  3. installed.
  4. You can get pre-packaged, pkgadd installable binaries from:
  5.  
  6.    http://www.sco.com/skunkware/cdrtools
  7.    
  8. Some general notes on CDRTOOLS are available from:
  9.    http://www.sco.com/skunkware/cdrtools/SCO-NOTES.html
  10. Limitations for CDRTOOLS-1.8 on UnixWare:
  11. 1) SCO UnixWare 2.1.X and UnixWare 7.0.0 are not supported
  12.    - UW2.1.X will compile/work with little changes
  13.    - UW7.0.0 wasn't tested at all 
  14. 2) There is only support for SCSI devices
  15. 3) UnixWare 7.0.1 requires additional PTF's to enable some
  16.    host bus adapters to work with a logical block size of more than
  17.    512 bytes. (Please see the above SCO_NOTES document for details!)
  18. ===================================================================
  19. NOTE: cdrecord now supports the -scanbus option. Therefore the 
  20.       old addressing methods are NO LONGER AVAILABLE !!!
  21. ===================================================================
  22. The correct dev= syntax on UnixWare 7 is:
  23.     dev=scsibus,target,lun (and scsibus is scsibus now!!!)
  24. A sample output from cdrecord -scanbus looks like:
  25. #cdrecord -scanbus
  26. Cdrecord 1.8 (i586-sco-sysv5uw7.0.1) Copyright (C) 1995-2000 J鰎g Schilling
  27. Using libscg version 'schily-0.1'
  28. scsibus0:
  29.         0,0,0     0) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  30.         0,1,0     1) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  31.         0,2,0     2) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  32.         0,3,0     3) *
  33.         0,4,0     4) *
  34.         0,5,0     5) 'PIONEER ' 'CD-ROM DR-U06S  ' '1.05' Removable CD-ROM
  35.         0,6,0     6) 'TEAC    ' 'CD-R56S         ' '1.0E' Removable CD-ROM
  36.         0,7,0     7) *
  37. The first column showing the triple x,y,z tells you the address to use.
  38. As you can see the TEAC CD-R56S CD-Writer does have the following address:
  39.      dev=0,6,0
  40.      
  41. ===================================================================
  42.            THE OLD ADDRESSING IS NO LONGER AVAILABLE!
  43.     
  44.          PLEASE ADJUST YOUR /etc/default/cdrecord FILES!
  45. ===================================================================
  46. Running cdrecord with the old address method will result in an error!
  47. #cdrecord dev=/dev/rcdrom/cdrom1:6,0 -inq
  48. Cdrecord 1.8 (i386-pc-sco3.2v5.0.5) Copyright (C) 1995-2000 J鰎g Schilling
  49. scsidev: '/dev/rcd1:6,0'
  50. devname: '/dev/rcd1'
  51. scsibus: 0 target: 6 lun: 0
  52. cdrecord: Invalid argument. Open by 'devname' no longer supported on this OS. Cannot open SCSI driver.
  53. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
  54. To compile cdrtools, you need 'smake' from:
  55.    ftp://ftp.sco.com/skunkware/uw7/Packages
  56. or 'gmake'. Smake is preferred as gmake bugs will cause bogus warnings
  57. and may confuse about the state of the make run.