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

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!crchh327!bnr.ca!ctjones
  3. From: ctjones@bnr.ca (Clifton Jones)
  4. Subject: Device Driver Questions
  5. Message-ID: <1992Nov05.222315.29019@bnr.ca>
  6. Sender: news@bnr.ca (News on crchh327)
  7. Nntp-Posting-Host: 131.253.206.106
  8. Organization: BNR
  9. Date: Thu, 05 Nov 1992 22:23:15 GMT
  10. Lines: 44
  11.  
  12. I have installed Windows NT on my system and there seems to be problems with
  13. NT drivers installing themselves.  Here is my current setup:
  14. Micronics 386-33 w/ 12MB RAM (PRT: =IRQ5)
  15. Future Domain TMC-1660 SCSI controller (IRQ14)
  16. Logitec Bus Mouse (IRQ2)
  17. Soundblaster 2.0 (IRQ7)
  18. Genoa 5400 SVGA (No IRQ)
  19.  
  20. When I start NT, the printer never sends data. It seems to be waiting forever.
  21. (I think that its looking on IRQ7.)
  22. The soundblaster driver will not install on IRQ7 because it says its already
  23. in use.  (Thats why I think that the print driver is on IRQ7).
  24. I have no mouse pointer so I have to use the keyboard for everything.  The
  25. event viewer gives the following info on the mouse driver:
  26.     EventID: 3
  27.     Source: Mouclass
  28.     Type: Error
  29.     Category: None
  30.     Desc: Driver or device is incorrectly configured
  31.     Data bytes: 0000: 00 00 00 00 01 00 52 00
  32.                 0008: 00 00 00 00 03 00 04 00
  33.                 0010: 2a 4e 00 00 34 00 00 c0
  34.                 0018: 00 00 00 00 00 00 00 00
  35.                 0020: 00 00 00 00 00 00 00 00
  36.  
  37. This setup is a result of soundblaster needing IRQ7 for historical
  38. compatibility.  This setup works for SCO Unix, MSDOS 5.0, OS/2 2.0.
  39.  
  40. What I want to know is why can't NT's drivers find the correct IRQ's
  41. (if that's the problem), and is there a way of manually setting the
  42. IRQ's.  Windows 3.1 has resource variables that can be set for port
  43. addresses, etc?  I have no documentation of these for NT as far as I
  44. know.  Also, of what use is the "Data bytes" field in the Event Log?
  45. I would really appreciate any help that I could get.  Thanks in advance.
  46. Please email me with your response, I don't get on the news server every
  47. day.
  48.  
  49. -- 
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51. Clifton Jones
  52. Bell Northern Research
  53. Research Triangle Park, North Carolina
  54. Email: ctjones@bnr.ca
  55. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.