📎 AI Summary:
A user initially experienced BSOD errors with driver_power_state_failure after upgrading to Windows 10. A suggested analysis pointed to atapi.sys, associated with hard drive controllers, and recommended checking related drivers and updating BIOS. The user resolved the issue temporarily by removing the ATK0110 ACPI Utility driver, indicating it was likely causing the crashes, and plans further testing if problems recur.
A user initially experienced BSOD errors with driver_power_state_failure after upgrading to Windows 10. A suggested analysis pointed to atapi.sys, associated with hard drive controllers, and recommended checking related drivers and updating BIOS. The user resolved the issue temporarily by removing the ATK0110 ACPI Utility driver, indicating it was likely causing the crashes, and plans further testing if problems recur.
Solution
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 9F, {3, ffffe00136876390, fffff80304c35990, ffffe001353bc010}
Probably caused by : atapi.sys
Followup: MachineOwner
This particular bugcheck is caused when drivers change power states from say active to sleep or perhaps in your case from off to on. Now although we...
kemical
Essential Member
Member details
- Joined
- Aug 28, 2007
- Messages
- 36,163
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 9F, {3, ffffe00136876390, fffff80304c35990, ffffe001353bc010}
Probably caused by : atapi.sys
Followup: MachineOwner
This particular bugcheck is caused when drivers change power states from say active to sleep or perhaps in your case from off to on. Now although we know why the machine is crashing the dump file fails to mention which component it is so some detective work is needed.
Atapi.sys is a driver associated with IDE/Hard drive controllers although checking your drivers i see almost everything is up to date. You do have a couple of things which may or may not be part of the issue.
ASACPI.sys Fri Nov 02 01:54:34 2012: Asus ATK0110 ACPI Utility (a known BSOD maker in Win7 and Win8). Please remove to test.
AtiPcie.sys Mon Aug 24 09:25:26 2009: ATI PCIE Driver for ATI PCIE chipset or ATI PCI Express (3GIO) Filter please either remove or update using the AMD chipset drivers:
Link Removed
BiosVersion = 1601
BiosReleaseDate = 12/07/2012
Current release stands at version 2101 and dated this year. I notice several stability updates too please update:
Link Removed
Post any new dump files.
Last edited by a moderator:
Hey I deleted ATK0110 and I the first time it dindt crash when I turned my computer on. So for now it seems like it is solved. So Thanks for the help. But I will do more testing and if I still get a bsod I will put up a dump file.