Fixing Random Disconnect Issues with Intel I225-V Network Adapters
Introduction
This article provides a detailed solution for users experiencing random disconnect issues with Intel I225-V network adapters on their systems. The context covers key concepts, subtitles, and paragraphs to help users effectively troubleshoot and resolve the issue.
Cause of the Issue
QNAP NAS, a popular network-attached storage device, has been discovered to cause random disconnect issues with Intel I225-V network adapters. The issue appears to be related to the PCI Express Port Power Management (PME) feature, which is enabled by default on QNAP devices.
Solution: Disable PCI Express Port Power Management
To resolve the issue, it is recommended to disable the PCI Express Port Power Management (PME) feature during bootup. This can be done by following these steps:
- Press the Windows key + X and select "Command Prompt (Admin)" or "PowerShell (Admin)".
- Type the following command and press Enter:
bcdedit /set pcie_port_pm off
After running the command, restart your system, and the issue should be resolved.
Additional Information
It seems that QNAP may restrict access to certain system settings, making it difficult to disable PME through the device's interface. This workaround should help resolve the issue for most users.