Bug 218499
Summary: | Intel Corporation Ethernet Controller I226-V - Prevent higher C-States | ||
---|---|---|---|
Product: | Drivers | Reporter: | JT (justin) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | NEW --- | ||
Severity: | normal | CC: | email+bugzilla.kernel.org, plainred, tobias.diendorfer |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.1.64 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Powertop whit Networkcable
Asus Support Windows with PowerHousemountain |
Description
JT
2024-02-16 08:54:00 UTC
Created attachment 305892 [details]
Powertop whit Networkcable
Unraid
Created attachment 305893 [details]
Asus Support Windows with PowerHousemountain
According to creator of powertop, issue is caused by a bug in the kernel driver for the Intel I226-V ethernet network controller. https://github.com/fenrus75/powertop/issues/143 Can replicate bug on an Odroid H4+ board running Ubuntu Server 24.04 LTS. Bug still present in new release Ubuntu 24.04.1 LTS. Driver fails when power management is activated. When enabling the power-saving tunable for the Intel Ethernet Controller I226-V using powertop, the system hangs. This issue occurs consistently and requires a hard reboot to recover. The problem persists across multiple kernel versions. Manually enabling the tunable using `echo "auto" > /sys/bus/pci/devices/0000:05:00.0/power/control` also causes the system to hang. Steps to Reproduce: Install powertop on a system with the Intel Ethernet Controller I226-V. Run powertop with superuser privileges: sudo powertop. Navigate to the Tunables tab. Enable the tunable for the Intel Ethernet Controller I226-V. Alternatively, manually enable the tunable using: echo "auto" > /sys/bus/pci/devices/0000:05:00.0/power/control. Observe that the system hangs and becomes unresponsive. Expected Result: The Ethernet controller should enter a low-power state without causing the system to hang. Actual Result: The system hangs and becomes unresponsive, requiring a hard reboot. i can confirm that the system gets unresponsive if your turn on power saving. Hey guys. Kernel 6.12 (new LTS) dropped a few months back. I read somewhere that the issue was solved around ~6.11 kernel. Can anyone of you please confirm the issue is solved in 6.12? |