home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1854 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.5 KB  |  57 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!europa.asd.contel.com!emory!sol.ctr.columbia.edu!usc!elroy.jpl.nasa.gov!jato!huey!brad
  3. From: brad@huey.Jpl.Nasa.GOV (Brad Hines)
  4. Subject: Re: Device Driver Questions
  5. Message-ID: <BxBvy7.oq@huey.jpl.nasa.gov>
  6. Sender: news@huey.jpl.nasa.gov
  7. Nntp-Posting-Host: huey
  8. Reply-To: brad@huey.Jpl.Nasa.GOV
  9. Organization: JPL Spatial Interferometry Group
  10. References:  <1992Nov05.222315.29019@bnr.ca>
  11. Date: Sat, 7 Nov 1992 04:18:07 GMT
  12. Lines: 43
  13.  
  14. >In article <1992Nov05.222315.29019@bnr.ca>, ctjones@bnr.ca (Clifton Jones) writes:
  15.  
  16. >When I start NT, the printer never sends data. It seems to be waiting forever.
  17. >(I think that its looking on IRQ7.)
  18. >The soundblaster driver will not install on IRQ7 because it says its already
  19. >in use.  (Thats why I think that the print driver is on IRQ7).
  20. >
  21. >This setup is a result of soundblaster needing IRQ7 for historical
  22. >compatibility.  This setup works for SCO Unix, MSDOS 5.0, OS/2 2.0.
  23.  
  24. I had the same problem.  The problem is that LPT1 uses IRQ7, and so does
  25. the Soundblaster.  I'm not sure why NT cares about this when other
  26. multitasking environments don't (for robustness, I guess?), but you
  27. need to change one of the devices to make things work.
  28.  
  29. At first, I changed the Soundblaster to IRQ5 (normally used by LPT2),
  30. but, for the historical reasons you mentioned, that wasn't so great.
  31.  
  32. So I changed my parallel port card to be LPT2 (changed it to be
  33. what the card refers to as LPTB, and changed it from IRQ7 to IRQ5).
  34. That made everything work great.  Now the soundblaster is happy and so
  35. is printing under NT (you have to use print manager to reconfigure your
  36. printer to be on LPT2 instead of LPT1).
  37.  
  38. When you go back to DOS, however, LPT2 exists but is not the default
  39. printer (that is, the PRN device does not refer to LPT2).  So, the first
  40. time you run the print command, when it asks "Output device [PRN]:" or
  41. some similar thing, you should answer "LPT2".  Then printing will be fine
  42. from then on.  Alternatively, use "print /D:LPT2" the first time you run
  43. print.  I have added the line "loadhi print /D:LPT2" to my autoexec.bat
  44. file to load the TSR portion of print and initialize it to LPT2 at boot
  45. time.
  46.  
  47. Of course, if you are already using LPT2 in your system, then none of this will
  48. work.
  49.  
  50. [BTW, this message is being sent by both email and by netnews, since you
  51. asked for it by mail but others might find this useful.]
  52.  
  53. -- 
  54. Brad Hines
  55. Internet: brad@huey.jpl.nasa.gov
  56. Jet Propulsion Lab, Pasadena, California
  57.