Xpe on biostar m7ncg 400

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

On Biostar m7ncg 400 motherboard some times i see the error : Stop
0x0000000A or IRQL_NOT_LESS_OR_EQUAL

On Biostar m7ncg is all ok.

Can it be a driver matter?

The four parameters of this stop error are:

1) Memory address that was improperly referenced = 200
2) IRQL that was required to access the memory = 2
3) Type of access (0x00000000 = read operation, 0x00000001 = write
operation) = 0
4) Address of the instruction that attempted to reference memory specified
in parameter 1 = 804DE1F9

How can I determine which device driver was running when the memory access
occurred?

Regards
Gianluca
 
Gianluca,

I recall seeing a lot of IRQL_NOT_LESS_OR_EQUAL's with old EWF on SP1 but later it was fixed with a QFE there.
On SP2 it worked stable for me so I cannot comment.

Try removing all thrid party drivers and/or EWF (completely the driver, not just disabling) to see what was the cause for the BSOD.

Other than that you have the KD option.

KM
 
Thank you, I'll try.
KM said:
Gianluca,

I recall seeing a lot of IRQL_NOT_LESS_OR_EQUAL's with old EWF on SP1 but
later it was fixed with a QFE there.
On SP2 it worked stable for me so I cannot comment.

Try removing all thrid party drivers and/or EWF (completely the driver,
not just disabling) to see what was the cause for the BSOD.

Other than that you have the KD option.

KM
 
Back
Top