Blue Screen of Death Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I keep getting this following BSoD meesage on my Win2kSP4 pc, it goes:

STOP: hex sequence (3 hex sequences)
DRIVER_IRCL_NOT_LESS_OR_EQUAL

I can find no references in Microsoft Tech Supp site.
 
Sci_Wilson said:
I keep getting this following BSoD meesage on my Win2kSP4 pc, it goes:

STOP: hex sequence (3 hex sequences)
DRIVER_IRCL_NOT_LESS_OR_EQUAL

I can find no references in Microsoft Tech Supp site.

do a google search with that exact error message. a driver name (*.sys,
*.dll) would be helpful as well.

steve.
 
Hardly surprising you didn't find any references to that because there
aren't any with that spelling. Also the first hex sequence is quite
important, the one right after the STOP:

I'm guessing it is something like this

0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL

Check up some of the possibles here and they will point back to the KB's
on MS Site.

http://aumha.org/win5/kbestop.htm
 
You are trying to track down a poorly written device driver. If this
happened soon after you updated a driver or installed a new device you might
want to rollback.
 
Back
Top