home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / cdrom / 4381 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.9 KB  |  40 lines

  1. Newsgroups: alt.cd-rom
  2. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!philica!adrie
  3. From: adrie@ica.philips.nl (Adrie Koolen)
  4. Subject: Re: Creative Labs CDROM and KODAK-CD
  5. Message-ID: <1992Nov10.082325.586@ica.philips.nl>
  6. Organization: Philips Consumer Electronics, Eindhoven, The Netherlands
  7. References: <1992Nov9.112859.28820@alf.uib.no>
  8. Date: Tue, 10 Nov 1992 08:23:25 GMT
  9. Lines: 29
  10.  
  11. In article <1992Nov9.112859.28820@alf.uib.no> s400@brems.ii.uib.no (Kurt Hatlevik) writes:
  12. >A few days ago, I got my first Kodak Photo-CD.  
  13. >I ran home to try it on my Creative Labs Multi-Media CDROM.
  14. >And guess what.  I could not access it.  It does not work.
  15. >Can anybody tell me why ???
  16.  
  17. Yes. The Kodak PhotoCD Access software uses MSDOS, MSCDEX and the (.SYS)
  18. device driver to read the (.PCD) photo image files on the CDROM. A PhotoCD
  19. disc is a CDROM-XA disc, which means that all sectors on the XA track are
  20. mode-2 sectors. Each mode-2 sector (2352 bytes) can be formatted in 2
  21. different formats, form-1 and form-2. In form-1, the sector contains 2048
  22. bytes of data, together with the sync pattern, header, subheader, EDC and
  23. ECC fields. In form-2 sectors, the data, EDC and ECC are merged into one
  24. raw data area.
  25.  
  26. If MSCDEX asks the driver for a `cooked' sector, it should deliver 2048
  27. bytes of data. A mode-1 sector (the format of `normal' yellow book CDROM's)
  28. can be read by all drivers. But most driver/drive combinations don't check
  29. if the sector is mode-2/form-1, so they generate an error or deliver the
  30. wrong data when they encounter a mode-2/form-1 sector.
  31.  
  32. To make a long story short, your CDROM drive/driver doesn't read mode-2/
  33. form-1 sectors, or the XA bit in the status record isn't set. Most drivers
  34. need to be updated for XA compatibility. Call Creative Labs.
  35.  
  36. Adrie Koolen (adrie@ica.philips.nl)
  37. Philips Consumer Electronics, Eindhoven, the Netherlands
  38.  
  39. PS. This should be in the FAQ. Does alt.cd-rom have a FAQ?
  40.