Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck D1, {0, 2, 0, fffff801eb906bc3}
*** WARNING: Unable to verify timestamp for L1C60x64.sys
*** ERROR: Module load completed but symbols could not be loaded for L1C60x64.sys
*** WARNING: Unable to verify timestamp for afwcore.sys
*** ERROR: Module load completed but symbols could not be loaded for afwcore.sys
Probably caused by : L1C60x64.sys ( L1C60x64+6bc3 )
Followup: MachineOwner
Hi,
this dump file is usually caused by drivers using improper addresses to access pageable memory.
Your call stack, within the dump file, contained two drivers and it looks like your network driver is clashing with your firewall driver. The call stack is a record of the last routines or threads ran by the system and the first driver to appear is:
L1C60x64.sys Tue Jul 16 07:56:56 2013: Atheros NIC
This is shortly followed by this driver:
afwcore.sys Mon Apr 6 12:18:10 2015: Agnitum Firewall Driver
The issue is further complicated by the fact that your Atheros Network driver was originally released for windows 7 and nothing later is available. I also checked your motherboard support page and even though an Atheros driver is linked in the 8.1 section one can see it's still the same version as the win 7 one.
ASRock > N68-GS4 FX
I had a look around the net for other possibilities and it seems that some users have issues with this driver and some do not. You could try removing your Agnitum Firewall driver and just use the Windows version. See if this stops the bsod as it looks like it was just these two drivers which had issues with each other so it's worth a try..
Please post back on any results and new dump files.