home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / cdrom / XAmodeE.README < prev   
Encoding:
Text File  |  1994-02-03  |  1.2 KB  |  45 lines

  1. XAmode   (c)1993 KNOPS EDV-Anlagen Gerd Knops, Germany
  2.  
  3. Enables a TOSHIBA CD-ROM to read PHOTO-CD's.
  4.  
  5. Usage:
  6.  
  7.         XAmode -t<#>
  8.  
  9.         where <#> is the target-ID (0..7) of the
  10.         CD-ROM-drive
  11.  
  12.  
  13. This program must be run with superuser status.
  14. To accomplish that, run it as superuser.
  15.  
  16. Another way: log in as root, open a shell, and
  17. change to the same directory XAmode is in.
  18. Then enter the following two lines in the shell:
  19.  
  20. chown root.wheel XAmode
  21. chmod 6777 XAmode
  22.  
  23. Then you can run XAmode, even if you are not
  24. superuser.
  25.  
  26. You could either run XAmode prior to using a PHOTO-CD, or
  27. you can have XAmode automatically executed whenever
  28. your machine is powered up. To do that, follow
  29. these instructions:
  30.  
  31. 1. Login as root
  32. 2. If not existent, create a directory /usr/local/bin
  33. 3. Copy XAmode to /usr/local/bin
  34. 4. Add the following line to the end of /etc/rc.local:
  35.  
  36.     /usr/local/bin/XAmode -t<#>
  37.     
  38.         where <#> is the target-ID (0..7) of the
  39.         CD-ROM-drive
  40.  
  41. NOTE: Under rare circumstances it is possible that
  42. mach will reset the SCSI-Bus (like after a read-error on
  43. a hard disk or other device). In that case, XAmode needs
  44. to be started again to be able to use a PHOTO-CD.
  45.