Same Stop code as last time STOP 0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
Usual causes: Device driver
This time it is blaming USBPORT.SYS - Windows USB 1.1 & 2.0 Port Driver
This is not the cause but the result of the crash.
Update all of your drivers from the
Asus P5Q SE PLUS support site.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 000000000cb35430, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
Arg4: fffff88002db3f52, address which referenced memory
Debugging Details:
------------------
MODULE_NAME: USBPORT
IMAGE_NAME: USBPORT.SYS
STOP 0x00000050: PAGE_FAULT_IN_NONPAGED_AREA
Usual causes: Defective hardware (particularly memory - but not just RAM), Faulty system service, Antivirus, Device driver, NTFS corruption, BIOS
Driver blamed is nvlddmkm.sys - nVidia Video drivers
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: fffffa7fff144fab, memory referenced.
Arg2: 0000000000000001, value 0 = read operation, 1 = write operation.
Arg3: fffffa80079d8730, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000007, (reserved)
Debugging Details:
------------------
MODULE_NAME: nvlddmkm
IMAGE_NAME: nvlddmkm.sys
Download the latest graphics driver from nVidia.
First uninstall the old ones.
Then run Driver Sweeper:
How to Clean Left Over Driver Files with Driver Sweeper
Then install the new drivers.
If you have any issues, use this procedure and install an earlier version.
Old and problem drivers
Code:
AsIO.sys Mon Dec 17 17:11:49 2007 - Asus PCProbe Utility
Asus utility drivers are known to cause crashes in Windows 7, and these are very old.
Uninstall all Asus utility programs.
Code:
emBDA64.sys Fri Sep 12 14:21:35 2008 - USB 28xx BDA Driver by eMPIA Technology
Update all of your drivers from the Asus P5Q SE PLUS support site.
Code:
pcouffin.sys Tue Dec 05 22:39:30 2006 - low level access layer for CD devices (A part of many different CD/DVD burning programs)
Uninstall the CD burning program or rename to pcouffin.BAK and see what CD/DVD program it breaks.