I tried using the cpufreq utility. However, cpufreq-info yields the following output:
Code:
analyzing CPU 0: no or unknown cpufreq driver is active on this CPU maximum transition latency: 0.00 ms. analyzing CPU 1: no or unknown cpufreq driver is active on this CPU maximum transition latency: 0.00 ms.
So I tried sudo modprobe acpi-cpufreq and other combinations as suggested elsewhere. Loading these modules usually yields
Code:
ERROR: could not insert 'acpi_cpufreq': No such device
So I thought the BIOS doesn't allow scaling. Its configuration is very limited, though, and I couldn't find anything related.
My BIOS is the following (sudo dmidecode):
Code:
BIOS Information Vendor: Phoenix Technologies Ltd. Version: CDVW712M[2012/04/14] X64 Release Date: 09/18/2012 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 2048 kB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) NEC PC-98 ACPI is supported USB legacy is supported BIOS boot specification is supported Function key-initiated network boot is supported Targeted content distribution is supported BIOS Revision: 0.1
I couldn't find any information about this BIOS model. Any pointers?