| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
11-09-2006, 10:06 AM
|
#1
|
|
Member
Registered: Sep 2006
Distribution: Gentoo, SuSE 10
Posts: 94
Rep:
|
acpi-cpufreq device not found?
This is a rather odd problem. Whenever I try and enable cpu frequency scaling, I get the following:
Code:
[root@localhost grub]# modprobe acpi-cpufreq
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.18-1.2798.fc6/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
I'm pretty much stumped. I'm runing an Intel Pentium-M ULV 1.0GHz i686 processor. However, some quality time with the terminal and yum shows that the "kernel.i386" version is installed. Should I change to the i686 version? Is there some kmod package I need? My kernel version is 2.6.18, so I don't think there's a issue with that.
Thanks for any help.
|
|
|
|
11-09-2006, 01:29 PM
|
#2
|
|
Member
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982
Rep:
|
You need to be sure your processor supports it. According to:
http://ubuntu.wordpress.com/2005/11/...uency-scaling/
you can have a look at:
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
and
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
which gives feedback from the processor hardware as to what it supports and doesn't.
Have you tried
# modprobe cpufreq_ondemand
instead? This is the module that governs my cpu frequency in FC6.
Regards
Chris
|
|
|
|
11-10-2006, 12:48 AM
|
#3
|
|
Member
Registered: Sep 2006
Distribution: Gentoo, SuSE 10
Posts: 94
Original Poster
Rep:
|
I know that my CPU supports it since it worked all the time in Gentoo and Kubuntu.
I tried modprobe cpufreq_ondemand, and that worked without error messages, however, the CPU frequency scaling applet for Gnome doesn't seem to work still (which is how I want to control the frequency scaling, since that'd be easier - I'm trying to keep my system more GTD, rather than my personal Linux playground).
Thanks for your help though. I'm sure I'm getting closer to the solution with your suggestion of cpufreq_ondemand
|
|
|
|
11-10-2006, 08:06 PM
|
#4
|
|
Member
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299
Rep:
|
Yes, you need the 686 kernel. I had the exact same problem with FC6 - it, by default, installed the 586 kernel. Deleted that, and without reboot, installed the 686 kernel. Works with reboot.
|
|
|
|
11-10-2006, 08:57 PM
|
#5
|
|
Member
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120
Rep:
|
If you want to know if you have the i586 or i586 kernel installed, in a console:
Code:
rpm -q kernel --qf '%{ARCH}\n'
If you want to replace the 586kernel with the i686 kernel, in a console
Code:
su -
yumdownloader kernel-2.6.18-1.2798.fc6.i686
rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2798.fc6.i686.rpm
|
|
|
|
11-13-2006, 03:24 PM
|
#6
|
|
Member
Registered: Sep 2006
Distribution: Gentoo, SuSE 10
Posts: 94
Original Poster
Rep:
|
I found better luck with
Code:
# yum install kernel-2.6.18-1.2798.fc6.i686
Installing now, going to see how it works.
|
|
|
|
11-13-2006, 04:07 PM
|
#7
|
|
Member
Registered: Sep 2006
Distribution: Gentoo, SuSE 10
Posts: 94
Original Poster
Rep:
|
Switching to the i686 kernel worked.
A small hitch for future reference: the i586 kernel that was installed was slightly more up to date than the replacement i686 kernel. After it finished downloading (btw: an easier download would be "$ yum kernel.i686") it quit because the installed was more recent than the replacement. Going to /var/cache/yum/core/packages and then using "$ rpm --force --install kernel-{VERSION}.{ARCH}.rpm" worked.
Thanks for the help! I really appreciate it!
|
|
|
|
08-22-2009, 09:12 AM
|
#8
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Rep:
|
Hello
I am having the same issue, running kmuto backported last version of debian.
Code:
modprobe -i acpi
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.30-1-686/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
p4-clockmod is giving too
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:07 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|