Xpe on biostar m7ncg 400

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
 
G

Gianluca Facca

I have EWF on my image but it's a SP2 image.
I have also a third party driver.
 
K

KM

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
 
G

Gianluca Facca

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top