Search found 2 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- Tue 24. Apr 2018, 17:58
- Forum: PHC Help
- Topic: [K10] no phc files in /sys/devices/system/cpu/cpu*/cpufreq/
- Replies: 4
- Views: 7548
Re: [K10] no phc files in /sys/devices/system/cpu/cpu*/cpufr
Thanks for the very thorough report. I have been very busy lately, but I will try to look into it as soon as possible. Your CPU family appears to be 16 (0x10) so that BUG should not be triggered. You could change that line into this to see if that helps: if (boot_cpu_data.x86 == 0x10) mhz = (100 * ...
- Mon 11. Jul 2016, 07:17
- Forum: PHC Help
- Topic: [K10] no phc files in /sys/devices/system/cpu/cpu*/cpufreq/
- Replies: 4
- Views: 7548
Re: [K10] no phc files in /sys/devices/system/cpu/cpu*/cpufr
Hi, It's Ubuntu so it's different. Try adding "cpufreq_driver=phc-k8" to your kernel command line. Probably you are using grub, so GRUB_CMDLINE_LINUX_DEFAULT or GRUB_CMDLINE_LINUX is the variable you have to look at in /etc/default/grub.cfg. Afterwards run update-grub. After restart, the phc-k8 dri...