The result is the unavoidable
Code: Select all
$ dmesg | grep ASPM
[ 0.000000] PCIe ASPM is forcibly enabled
[ 0.094612] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
I can also confirm it with
Code: Select all
$ cat /sys/module/pcie_aspm/parameters/policy
default [performance] powersaveHowever, I can change this value with
Code: Select all
$ echo default > /sys/module/pcie_aspm/parameters/policy
$ cat /sys/module/pcie_aspm/parameters/policy
[default] performance powersave The question is, does it actually enable ASPM, or does it just change the text value, leaving ASPM still inactive.




