[SOLVED] Something cause BSOD. A device attached to the system is not functioning

evdokimovm

Commendable
Jun 27, 2018
11
0
1,510
For some time now I started getting BSOD screens. Just now after the one IRQL NOT LESS OR EQUAL, right after system rebooting I opened Event Viewer and the last one error message was:

The Network Connection Broker service terminated with the following error:
A device attached to the system is not functioning.

Screenshot: View: https://imgur.com/a/M51ckjm


I saved all events from Event Viewer -> Windows Logs -> System: https://gist.github.com/Zx-EvM/a01626e9ef70433a06a9ed6fd29384d5

The last 4 dmp files from C:\Windows\Minidump: https://www.dropbox.com/s/xpc4d2x2l05vp05/thealldmpfiles.zip

Bugcheck Analysis of C:\Windows\MEMORY.DMP with WinDbg Preview: https://pastebin.com/xyhYWE41

The BSOD appears after about 5 - 6 hours of PC working.

How can I determine what device (according to the message) actually is broken and cause BSOD screens? The only devices attached is USB Headset, Keyboard and Mouse. Router also I have in ethernet.

Hardware setup:

CPU: AMD Ryzen 5 3600 @stock
MOBO: ASUS PRIME B350 M-A
RAM: HX430C15PB3K2/16 3000 Mhz
GPU: MSI GTX 1080 GAMING X

I have now using Windows 10 20H2 19042.867.
 
Last edited:
Solution
Dump file conversion - https://jsfiddle.net/spnqa4u5/show
all 4 of them mention ppm and the last mentions amdppm, they are processes used by windows to talk to CPU, and power management.

Try updating chipset drivers - https://www.amd.com/en/support/chipsets/amd-socket-am4/b350
Update Ryzen master via the option in its settings

I have seen these cause BSOD before
Nov 12 2018dtlitescsibus.sysDAEMON Tools Lite Virtual SCSI Bus (Disc Soft Ltd)
Nov 26 2018dtliteusbbus.sysDAEMON Tools Lite Virtual USB Bus (Disc Soft Ltd)

Johnwmel

Notable
Jan 21, 2021
275
21
865
"The BSOD appears after about 5 - 6 hours of PC working "

Information about cleaning computer components, including the power supply.
View: https://youtu.be/gcUSl9K2bZs

https://www.computerhope.com/cleaning.htm
https://www.brighthub.com/computing/hardware/articles/57820.aspx
 

Colif

Win 11 Master
Moderator
Dump file conversion - https://jsfiddle.net/spnqa4u5/show
all 4 of them mention ppm and the last mentions amdppm, they are processes used by windows to talk to CPU, and power management.

Try updating chipset drivers - https://www.amd.com/en/support/chipsets/amd-socket-am4/b350
Update Ryzen master via the option in its settings

I have seen these cause BSOD before
Nov 12 2018dtlitescsibus.sysDAEMON Tools Lite Virtual SCSI Bus (Disc Soft Ltd)
Nov 26 2018dtliteusbbus.sysDAEMON Tools Lite Virtual USB Bus (Disc Soft Ltd)
 
Solution