jwk
08-21-07, 08:43 AM
Hello,
I'm trying to fix the DSDT of my DFI Lanparty UT NF680i motherboard, which misses support for processor C-states (power) and T-states (throttling).
Does anybody have a nForce 680i-based motherboard with working C-states and/or T-states and can share their DSDT?
to check for working C-states you can:
cat /proc/acpi/processor/CPU0/power
(if there's anything below "states:")
to check for working T-states you can:
cat /proc/acpi/processor/CPU0/throttling
(if there's anything below "states:")
DSDT contents are available in /proc/acpi/dsdt.
I'm trying to fix the DSDT of my DFI Lanparty UT NF680i motherboard, which misses support for processor C-states (power) and T-states (throttling).
Does anybody have a nForce 680i-based motherboard with working C-states and/or T-states and can share their DSDT?
to check for working C-states you can:
cat /proc/acpi/processor/CPU0/power
(if there's anything below "states:")
to check for working T-states you can:
cat /proc/acpi/processor/CPU0/throttling
(if there's anything below "states:")
DSDT contents are available in /proc/acpi/dsdt.