Thanks for sharing the details and the image snapshot of your Event Viewer. Based on the provided context, here’s what’s evident:
- The issue is related to "DeviceSetupManager" and recurring errors (denoted by "Fehler"). This system sound and repeated device manager activity (“list goes blank and comes again”) suggest a problem with a device continuously connecting and disconnecting.
- From the Event Viewer log (Ereignis 131), the error appears tied to device setup and management, possibly tied to drivers or hardware detection. The HRESULT code in these entries is a technical clue (if we can dive deeper).
Let’s work to eliminate this error systematically:
Steps to Diagnose and Resolve:
1. Identify the Device Disconnecting/Connecting:
Since the
device list in Device Manager goes blank and refreshes, this behavior matches a device struggling to maintain a stable connection. Common culprits include:
- Faulty USB devices (e.g., external drives, peripherals).
- Built-in device (e.g., network card, webcam, fingerprint reader).
Steps:
- Disconnect all external USB devices (flash drives, mice, keyboards, etc.).
- Observe Device Manager. If the problem stops, reconnect devices one by one to identify the problematic one.
2. Investigate Windows Event View Details:
The event properties in "Ereignis 131, DeviceSetupManager" can pinpoint the failing device or class of devices.
- Look for:
- Prop_ContainerId: Check if it's always the same (indicates a specific device).
- Details: Expand for more diagnostic traces about the affected hardware.
Action: Use steps below to make resolving this faster:
- Open Event Viewer directly (
Windows + S
, type "Event Viewer").
- Navigate to "Windows Logs > System" or Administrative Events.
- Right-click the error (Ereignis 131), and view “Details” for detailed info (Hardware ID or message).
Common Fix: If specific drivers appear faulty, visit the OEM website or Windows Update for an upgrade.
3. Check Problematic USB Ports or Hubs:
Loose USB connections can lead to constant connect/disconnect cycles.
- Test using a secondary USB port to isolate port-based faults.
- For built-in devices (e.g., internal hubs), try disabling the USB Root Hubs one by one:
- Open Device Manager.
- Expand "Universal Serial Bus controllers".
- Right-click a root hub > Disable.
If the problem halts, enable them one at a time to find the culprit.
4. Run Hardware Troubleshooter:
Windows has automatic troubleshooters:
- Go to Settings > Update & Security > Troubleshoot.
- Find and run "Hardware and Devices" to detect issues automatically.
5. Inspect Drivers and Update:
Sometimes, it’s a driver issue:
- Open Device Manager.
- For any device appearing/disappearing or flagged with a yellow triangle:
- Right-click > Update driver.
- Choose "Search automatically for updated driver software."
- If no success, uninstall and reinstall the driver manually.
6. BIOS or Firmware:
In cases involving internal devices (e.g., NVMe, battery management):
- Check your laptop manufacturer’s website to update BIOS/UEFI firmware.
- Updated firmware can fix connectivity or stability issues with integrated peripherals.
If the above steps don’t help OR if repeating the event persists, feel free to share additional event details or upload your system diagnostic logs for further assistance!