You are not logged in.
I have upgraded from kernel 3.10 to 3.11.1-1 and now my CPU is at 1.9 Ghz all time.
I have no
/sys/devices/system/cpu/cpu0/cpufreq and https://wiki.archlinux.org/index.php/CP … ncy_driver says that I should use acpi-cpufreq instead of powernow-k8 (I have an AMD cpu) but when I try to load acpi-cpufreq I get
modprobe: ERROR: could not insert 'acpi_cpufreq': No such deviceloading powernow-k8 everything goes fine but the wiki says that this module is deprecated and I don't know if I was using this module in the old kernel and why this happened.
Last edited by Totoxa (2013-09-18 02:34:07)
Offline
Did you reboot after kernel update?
What's the output of
ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq/?
Offline
Did you reboot after kernel update?
Yes, I did.
What's the output of
ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq/?
$ ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq
acpi-cpufreq.ko.gz cpufreq_stats.ko.gz longrun.ko.gz powernow-k7.ko.gz
amd_freq_sensitivity.ko.gz cpufreq_userspace.ko.gz mperf.ko.gz powernow-k8.ko.gz
cpufreq_conservative.ko.gz e_powersaver.ko.gz p4-clockmod.ko.gz speedstep-ich.ko.gz
cpufreq-nforce2.ko.gz gx-suspmod.ko.gz pcc-cpufreq.ko.gz speedstep-lib.ko.gz
cpufreq_powersave.ko.gz longhaul.ko.gz powernow-k6.ko.gz speedstep-smi.ko.gzOffline
it seems systemd needs to be updated to alater version then 204, see https://bbs.archlinux.org/viewtopic.php?id=169372 .
systemd 207 is in testing, you could try that one.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Same problem here. Installed systemd 207-2 from testing, rebooted and problem is fixed.
Offline
Thanks.
Offline