Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 35368  / 2 Years ago, tue, march 1, 2022, 10:31:27

I have this message in syslog and dmesg output:



r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control


Is it a configuration problem or hardware issue?


More From » boot

 Answers
1

r8169 is the name of a module for the Realtek RTL8169 Network Interface Controller which may be included in your /etc/modules file. ASPM stands for Active State Power Management. ASPM enablement can be configured by BIOS or by an OS.



To run the aspm test in the Firmware Test Suite (fwts), open the terminal and run:



sudo apt-get install fwts  
sudo fwts aspm


To show the verbose results of sudo fwts aspm run the following command:



cat results.log


This test checks the enablement method in ACPI table and verifies the correctness of the ASPM configuration. Visit the Ubuntu Firmware Test Suite/Reference/aspm wiki for information about how to evaluate the results of running sudo fwts aspm .


[#28529] Thursday, March 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
algicuade

Total Points: 317
Total Questions: 89
Total Answers: 106

Location: Saint Pierre and Miquelon
Member since Fri, Jan 28, 2022
2 Years ago
;