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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-09-2007, 05:12 AM
|
#1
|
LQ Newbie
Registered: Apr 2007
Posts: 4
Rep:
|
WARNING: Error inserting freq_table
hi, morning to all,
was afraid about following message:
[root@dhcppc0 ~]# modprobe acpi
WARNING: Error inserting freq_table (/lib/modules/2.6.20-1.2933.fc6/kernel/drivers/cpufreq/freq_table.ko): Required key not available
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.20-1.2933.fc6/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): Device or resource busy
[root@dhcppc0 ~]# modprobe acpi-cpufreq
WARNING: Error inserting freq_table (/lib/modules/2.6.20-1.2933.fc6/kernel/drivers/cpufreq/freq_table.ko): Required key not available
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.20-1.2933.fc6/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): Device or resource busy
laptop with intel centrino, p-7010 lifebook from fujitsu-siemens
[martin@dhcppc0 ~]$ uname -r
2.6.20-1.2933.fc6
[martin@dhcppc0 ~]$ uname -a
Linux dhcppc0 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 11:38:26 EDT 2007 i686 i686 i386 GNU/Linux
[martin@dhcppc0 ~]$
cat /prov/version
[martin@dhcppc0 ~]$ cat /proc/version
Linux version 2.6.20-1.2933.fc6 (brewbuilder@hs20-bc2-4.build.redhat.com) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
[martin@dhcppc0 ~]$
I tried:
first
changed the line below in /etc/cpuspeed.conf:
DRIVER=powernow-k8
with no response
then add acpi=off in the /boot/grub/grub.conf file
and there is also no response, the error message still appears
i´m very confused about this
searched the web over for fusi modules + linux
can not find any useful articles or other sources
if anybody is aware of useful links to the subject of acpi
please quote
thanks to all
martin
|
|
|
04-09-2007, 05:44 PM
|
#2
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
Can’t help much, but the DRIVER= statement change you made would only be correct for an AMD processor, and, from your post, you have an Intel Centrino. You could try DRIVER=p4-clockmod, but the comments in /etc/cpuspeed.conf say that the proper driver should be autodetected, and already be in the kernel.
When you run
Code:
$ cat /proc/acpi/processor/CPU0/power
you should see something like this:
Code:
active state: C2
max_cstate: C8
bus master activity: 55554051
maximum allowed latency: 2000 usec
states:
C1: type[C1] promotion[C2] demotion[--] latency[000] usage[00394510] duration[00000000000000000000]
*C2: type[C2] promotion[C3] demotion[C1] latency[018] usage[06722739] duration[00000000018825729528]
C3: type[C3] promotion[--] demotion[C2] latency[083] usage[00003271] duration[00000000000005063540]
but that’s with cpuspee active.
|
|
|
04-10-2007, 01:16 PM
|
#3
|
LQ Newbie
Registered: Apr 2007
Posts: 4
Original Poster
Rep:
|
still appears......
thanks,
have done
first
cpuspeed is active
second
DRIVER= ( set on autodedect )
but the error message still appears
cat /proc...tells me
[martin@dhcppc0 ~]$ cat /proc/acpi/processor/CPU0/power
active state: C2
max_cstate: C8
bus master activity: ffffffff
maximum allowed latency: 2000 usec
states:
C1: type[C1] promotion[C2] demotion[--] latency[000] usage[00000010] duration[00000000000000000000]
*C2: type[C2] promotion[C3] demotion[C1] latency[001] usage[00180362] duration[00000000000570692366]
C3: type[C3] promotion[--] demotion[C2] latency[185] usage[00003110] duration[00000000000008819603]
in my /etc folder are two files of the cpuspeed.conf
/etc/cpuspeed.conf and /etc/cpuspeed.conf.rpmnew
thanks for your help
martin
|
|
|
04-10-2007, 03:40 PM
|
#4
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
The .rpmnew file is one that was created when the cpuspeed rpm was installed. Compare the two files or just mv the current one to a backup and the .rpmnew one to the active one, and see what happens.
Most rpm installations move the current .conf file to a .rpmsave one and install the .conf file the installation "thinks" you need, but some of them leave your current settings alone and put their "suggested settings" in an .rpmnew file for your edification. The later is, usually, done when there is no, or insignificant, changes from your current settings, so this suggestion will probably not help, but it's probably worth investigating, eh?
|
|
|
04-12-2007, 03:22 PM
|
#5
|
LQ Newbie
Registered: Apr 2007
Posts: 4
Original Poster
Rep:
|
cpuspeed - erase - install
hi,
sorry but it doesn´t works
also have done yum erase cpuspeed, yum install cpuspeed
no result
but I want to understand what is going on
please tell me: if I deinstall cpuspeed and the system runs
without cpuspeed what happens in the worst case ?
what lines in the .conf files I can manipulate once more ?
martin
|
|
|
04-12-2007, 04:55 PM
|
#6
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
Without cpuspeed the system won't reduce the power (and speed) of the CPU when it doesn't need to be working hard. (E.g., while waiting for your input, etc.) This extends the life of the CPU since it will run at a lower average temperature, and reduces power consumption so, if you're running on battery power, you can work (slightly) longer before the battery runs down.
Neither of these effects are of much significance: Failure of the CPU is almost never the cause of laptop failure (mechanical damage is much more likely), and the reduction is battery life from CPU usage (and the resulting more frequent need to run the cooling fan) is almost negligible compared with the power used by the display screen and disk drives.
The .conf file should have lots of comments describing the entries you can change, and something of the effect of those changes. Look at man cpuspeed for more information.
|
|
|
04-15-2007, 03:28 PM
|
#7
|
LQ Newbie
Registered: Apr 2007
Posts: 4
Original Poster
Rep:
|
fixed by kernel-update
hi,
thank you so much, yes have read the man page for cpuspeed and
I didn´t give up
after all
I tried to designed the driver for centrino/speedstep-centrino
following answers in the forum http://www.fedoraforum.org/forum/arc...p/t-19560.html
but first I did an kernel-update to kernel-2.6.20-1.2944.fc6 and now
everything works fine
this is the good answer, the more curious answer is finally I even don´t know why because this subject is not my favourite topic
thanks for your helpful answers
martin
|
|
|
All times are GMT -5. The time now is 01:57 AM.
|
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
|
|