- ggCircuit Help Center
- ggRock User Manual
- Troubleshooting - Hardware
-
ggLeap User Manual
- Sales - Point of Sale
- Management - Users
- Configuration - Games and Apps
- Troubleshooting
- Management - Machines
- Management - Consoles
- Sales - Client Orders
- Reporting - Finance
- Getting Started
- Configuration - ggLeap Client
- Configuration - ggLeap Web Admin
- Start Up Commands
- Sales - Prize Redemption
- ggLeap Client
- Web Admin Settings
- Single Sign On (SSO)
- Configuration - Game Licenses
- Management - Machine Groups
- Getting Started with ggLeap
- Reporting - Statistics
- Management - Employee
- Sales - Guest Accounts
- Loyalty System
- Booking
- Events / Arcade
-
ggRock User Manual
- General
- Installation - Debian OS
- Installation - ggRock Server Application
- Administration - ggRock
- Administration - ggLeap
- Administration - Windows
- Administration - Debian OS
- Administration - Games
- Administration - Hardware
- Administration - Network
- Troubleshooting - ggRock
- Troubleshooting - Network
- Troubleshooting - ggLeap
- Troubleshooting - Hardware
- Troubleshooting - Boot
- Troubleshooting - Windows
- Troubleshooting - Games
- Troubleshooting - Debian OS
-
ggLeap Product Tours
Detected Hardware Unit Hang
Detected Hardware Unit Hang This article aims to help users troubleshoot Detected Hardware Unit Hang errors that usually lead to heavy performance impact on client PCs.
This error is most commonly encountered when the server’s NIC is not fully compatible with Linux.
Example of the error manifestation
Resolution
You need to add the following to the kernel startup parameters:
pcie_asmp=off
In Debian this can be done by modifying the following file:
/boot/grub/grub.cfg
Add the following line to the GRUB_CMDLINE_LINUX_DEFAULT value:
pcie_asmp=off
It would look like this:
GRUB_CMDLINE_LINUX_DEFAULT="pcie_aspm=off"
(or have more parameters if there are some parameters in place already)