The technical string ACPI\GenuineIntel_-_Intel64_Family_6_Model_58 is a hardware identifier used by operating systems like Windows to identify your processor and its power management capabilities.
It looks like you’ve provided a string that resembles a , likely extracted from a Linux system log ( dmesg , lscpu , or /proc/cpuinfo ), or from an ACPI/DSDT table. acpi genuineintel---intel64-family-6-model-58
intel_idle driver supports C-states up to C7.acpi-cpufreq works for P-states (intel_pstate driver may not default auto-enable for pre-Haswell, but can be forced).perf events for uncore and core PMU.intel-microcode.On older ACPI versions, hibernation files can become corrupt. Use powercfg -h off in Command Prompt to refresh it. intel_idle driver supports C-states up to C7
If you want, I can: