New issue by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/27806 Description: On my Thinkpad T460s (i5-6300U), even after running `powertop --auto-tune`, the package cannot go below pc3 state. This seems specific to Void, as on Arch Linux it can go below that. ``` $ xuname Void 5.10.5_1 x86_64-musl GenuineIntel uptodate hold rrnDDFFF ``` ``` $ sudo powertop --auto-tune Password: modprobe cpufreq_stats failedLoaded 147 prior measurements RAPL device for cpu 0 RAPL Using PowerCap Sysfs : Domain Mask f RAPL device for cpu 0 RAPL Using PowerCap Sysfs : Domain Mask f Devfreq not enabled glob returned GLOB_NOMATCH To show power estimates do 192 measurement(s) connected to battery only Leaving PowerTOP ``` Incidentally, I've been trying to use Arch Linux kernel in Void, with the final goal of pinning this powertop issue down to some kernel config difference between Arch and Void, but while I can successfully build it (after changing some part about signing modules, vary GCC version and add `zstd` as `hostmakedepends`), when I try to boot it fails at decrypting the partition, with ``` encrypted_key: failed to alloc_cypher (-2) modprobe: ERROR: could not insert 'dm_crypt': Unknown symbol in module, or unknown parameter (see dmesg) device-mapper: reload ioctl on failed: Invalid argument ``` Does anyone know what I'm missing? Thanks.