home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / misc / 27556 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.6 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!wupost!waikato.ac.nz!comp.vuw.ac.nz!actrix!conrad
  2. Newsgroups: comp.os.os2.misc
  3. Subject: Re: Use your "unsupported" CD-ROM drive natively with OS/2!
  4. Message-ID: <1992Aug17.221800.7327@actrix.gen.nz>
  5. From: conrad@actrix.gen.nz (Conrad Bullock)
  6. Date: Mon, 17 Aug 1992 22:18:00 GMT
  7. References: <1992Aug17.194511.27929@inmet.camb.inmet.com>
  8. Organization: Actrix Information Exchange
  9. Lines: 45
  10.  
  11. In article <1992Aug17.194511.27929@inmet.camb.inmet.com> newbie@dylan.camb.inmet.com (Chris Newbold) writes:
  12. > This probably rates as a mild hack, but if you want CD-ROM support without
  13. > waiting or spending money...
  14. > After installing my Sony CDU-541 CD-ROM drive and having a ball under DOS,
  15. > Linux and Windows NT, I tried OS/2. No dice. The driver spat out the
  16. > id string for my drive and pompusly declared "Unsupported vendor." What a 
  17. > load of horsepucky. It's a SCSI CD-ROM drive, just like the Toshiba and
  18. > IBM drives which are supported. *SCSI* That means there is some semblance
  19. > of standardization. The driver shouldn't give a damn what's on the other
  20. > end, as long as it will talk SCSI with a supported host.
  21. > But, I though, par for the course, looking at the crappy video driver
  22. > support in OS/2.
  23. > So, I copied the CD-ROM driver CDROM.SYS off my HPFS partition into a FAT
  24. > parition; load it up under debug. Low and behold. There are a couple of
  25. > vendor id strings... So, I just replaced the word "TOSHIBA" with "SONY"
  26. > (filling the three remaining letters with spaces) and wrote it out.
  27. > Load up OS/2, copy it back into the HPFS partition, reboot and.. Voila!
  28. > The happy-little-camper driver installed itself running my Sony drive.
  29.  
  30. The easiest way is to add the /I parameter (I *think* it's /I), which tells
  31. the driver to ignore the manufacturer info.
  32.  
  33. > I seriously wonder if this whole "unsupported vendor" thing isn't a
  34. > marketing sham to get people to buy hardware from certain vendors or
  35. > get vendors to dump a load of money on IBM for some "driver development kit."
  36. > When will they learn that for an OS to be successful it must support a very
  37. > broad range of hardware? Passing the buck to a third party because you
  38. > are afraid of detracting from your own hardware sales because you write
  39. > a driver for someone else's product just isn't going to wash with me...
  40.  
  41. I believe the manufacturer-specific code is for 'non-data' extensions (ie
  42. audio). These will probably not work if you use the /I flag (or hack the
  43. ID string).
  44.  
  45. I can't remember which bit of documentation I read about the CDROM.SYS
  46. flags though - probably one of the (many) INF files available through IBM.
  47.  
  48.  
  49.  
  50.  
  51.