home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2814 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!tad
  2. From: tad@wrq.com (Tad Marshall)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Toshiba 3301 and Adaptec 1542b
  5. Message-ID: <1it2q1INNcah@shelley.u.washington.edu>
  6. Date: 12 Jan 93 00:19:13 GMT
  7. Article-I.D.: shelley.1it2q1INNcah
  8. References: <1993Jan10.165204.355@csghsg5a.bitnet>
  9. Organization: Walker Richer & Quinn, Inc., Seattle, WA
  10. Lines: 43
  11. NNTP-Posting-Host: elmer.wrq.com
  12.  
  13. In article <1993Jan10.165204.355@csghsg5a.bitnet> msieber@csghsg5a.bitnet writes:
  14. >TOSHIBA CD ROM 3301 with ADAPTEC 1542B
  15. >======================================
  16. >
  17. >When I bought my Toshiba CD-ROM (3301), it was bundled
  18. >with a future domain controller. However, I installed
  19. >the Adaptec 1542B with my CD-ROM and it works fine 
  20. >under Windows NT !
  21. >Well when I tried to install the drivers for DOS, I
  22. >couldn't find a driver for the CD ROM with the 
  23. >Adaptec-Adapter. (If I had taken the FD, there would 
  24. >have been a driver, but I took the Adaptec because
  25. >of NT.)
  26. >There must be other people with Toshibas (because of
  27. >the SDK) that run them with an Adaptec, and even
  28. >run it sometimes under DOS.
  29. >
  30. >Could anybody tell me, where I find those DOS-Drivers?
  31. >
  32. >    Martin Sieber
  33.  
  34. I'm using an Adaptec 1542B with a CD Technology drive which is the Toshiba
  35. 3301.  Works fine under both DOS and NT.
  36.  
  37. You need two Adaptec software packages that are available from Adaptec's
  38. distributors:
  39.   ASW-1410 -- ASPI drivers for DOS
  40.   ASW-410  -- CD ROM ASPI drivers for several CDROM drives
  41.  
  42. My CONFIG.SYS has:
  43.   device=c:\asw1410\aspi4dos.sys
  44.   device=c:\asw410\aswcdtsh.sys /D:ASPICD0
  45.  
  46. My AUTOEXEC.BAT has:
  47.   c:\dos\setver
  48.   c:\asw410\mscdex /D:ASPICD0 /L:F /M:12 /V
  49.  
  50. The ASW-1410 package is included in the "kit" version of the 1542B (1542BK).
  51. I beleive that ASW-410 must be purchased separately.
  52.  
  53. I don't know of any freeware/shareware that can be used for this purpose.
  54.  
  55. -- Tad
  56.