Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd February 2013, 01:12 AM
sconarid Offline
Registered User
 
Join Date: Feb 2012
Location: California
Posts: 8
linuxfirefox
Missing Cpufreq folders and content

I've recently upgraded to fedora 18, from 17, and with 17 I was able set my cpu frequency scaling governors with a simple script. I recently tried to run the script to set my cpu to ondemand and I've discovered that the folders and scaling_governor files are no longer. The path to these had been : /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor.

When I run cpupower frequency-info I get:

Quote:
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
boost state support:
Supported: no
Active: no
Any ideas?
Thanks
Reply With Quote
  #2  
Old 23rd February 2013, 01:41 AM
mikee's Avatar
mikee Offline
Registered User
 
Join Date: Aug 2011
Location: Minnesota
Posts: 435
linuxfirefox
Re: Missing Cpufreq folders and content

I have fedora 18 and that program is working for me.
Maybe scour your dmesg output to see if a module is not loading?

I see stuff like this in mine:

[ 1.302700] ACPI: acpi_idle registered with cpuidle


[ 1.700949] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
[ 1.702161] acpi-cpufreq: overriding BIOS provided _PSD data


Quote:
Originally Posted by sconarid View Post
I've recently upgraded to fedora 18, from 17, and with 17 I was able set my cpu frequency scaling governors with a simple script. I recently tried to run the script to set my cpu to ondemand and I've discovered that the folders and scaling_governor files are no longer. The path to these had been : /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor.

When I run cpupower frequency-info I get:



Any ideas?
Thanks


---------- Post added at 07:30 PM ---------- Previous post was at 07:29 PM ----------

Also, if you are using boot option noacpi, I bet that would mess it up.

---------- Post added at 07:41 PM ---------- Previous post was at 07:30 PM ----------

OR.....
CHECK IT OUT!!! (On a whim, I switched to overclocking my cpu, and cpupower didn't like that. The /sys directories are gone too.)

[root@math16-16 mejh]# cpupower frequency-info
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
boost state support:
Supported: yes
Active: yes
Boost States: 1
Total States: 5
Pstate-Pb0: 3200MHz (boost state)
Pstate-P0: 2700MHz
Pstate-P1: 2000MHz
Pstate-P2: 1400MHz
Pstate-P3: 800MHz
__________________
Fedora 18 x86_64 on Vertex IV SSD || Foxconn A7GM-S 2.0 || AMD Phenom II X6 1045T || Radeon HD3200 graphics || 8 GB DDR2-800 || Emachines T5452 carcass
Fedora 17 PAE on 500GB Seagate Barracuda
Windows Vista on 320GB Western Digital Caviar SE
Reply With Quote
  #3  
Old 23rd February 2013, 01:47 AM
sconarid Offline
Registered User
 
Join Date: Feb 2012
Location: California
Posts: 8
linuxfirefox
Re: Missing Cpufreq folders and content

I get this from dmesg: ACPI: Invalid Power Resource to register!
Basically, I use to be able to set my cpus to performance for audio work and back to ondemand for general computer use. I'm not sure what has changed--besides the change from 17 to 18. I have the kernel-tools installed, so I am at a loss--no surprise there!
Reply With Quote
  #4  
Old 23rd February 2013, 01:51 AM
mikee's Avatar
mikee Offline
Registered User
 
Join Date: Aug 2011
Location: Minnesota
Posts: 435
linuxfirefox
Re: Missing Cpufreq folders and content

Did you change to overclocking?
__________________
Fedora 18 x86_64 on Vertex IV SSD || Foxconn A7GM-S 2.0 || AMD Phenom II X6 1045T || Radeon HD3200 graphics || 8 GB DDR2-800 || Emachines T5452 carcass
Fedora 17 PAE on 500GB Seagate Barracuda
Windows Vista on 320GB Western Digital Caviar SE
Reply With Quote
  #5  
Old 23rd February 2013, 01:56 AM
sconarid Offline
Registered User
 
Join Date: Feb 2012
Location: California
Posts: 8
linuxfirefox
Re: Missing Cpufreq folders and content

Quote:
Originally Posted by mikee View Post
Did you change to overclocking?
No. The only changes I've ever made regarding my cpu's were changing the scaling governor. Like I sad, they initially set to ondemand. I would change them to performance and back to ondemand, so they were never overclocked. What is strange is that the folders are missing. Something must have been lost during the upgrade. I upgraded shortly after release and today was the first time I've tried to change the scaling_governors.
Reply With Quote
  #6  
Old 23rd February 2013, 02:28 AM
mikee's Avatar
mikee Offline
Registered User
 
Join Date: Aug 2011
Location: Minnesota
Posts: 435
linuxfirefox
Re: Missing Cpufreq folders and content

Might be a kernel bug in the 3.7 series..
I have been poking around some..

---------- Post added at 08:28 PM ---------- Previous post was at 08:05 PM ----------

What kind of cpu is yours?

I just booted a 3.6 kernel on my F17 and it loads k8powenow instead of the acpi-cpufreq.
that is a difference.
k8 is am AMD thingy
__________________
Fedora 18 x86_64 on Vertex IV SSD || Foxconn A7GM-S 2.0 || AMD Phenom II X6 1045T || Radeon HD3200 graphics || 8 GB DDR2-800 || Emachines T5452 carcass
Fedora 17 PAE on 500GB Seagate Barracuda
Windows Vista on 320GB Western Digital Caviar SE
Reply With Quote
  #7  
Old 23rd February 2013, 03:15 AM
sconarid Offline
Registered User
 
Join Date: Feb 2012
Location: California
Posts: 8
linuxfirefox
Re: Missing Cpufreq folders and content

Quote:
Originally Posted by mikee View Post
Might be a kernel bug in the 3.7 series..
I have been poking around some..

---------- Post added at 08:28 PM ---------- Previous post was at 08:05 PM ----------

What kind of cpu is yours?

I just booted a 3.6 kernel on my F17 and it loads k8powenow instead of the acpi-cpufreq.
that is a difference.
k8 is am AMD thingy
I have intel e6800 dual core.
I have a 3.6.xx realtime kernel and when I booted into that all issues were the same--
I suppose it's not too big of a deal but I'd like to be able to switch the scaling_governors as before. When I read the fedora docs for 18 the cpufreq folders should be there. Somehow I'm seem to be missing the frequency driver. I'm having trouble tracking down a possible fix. I've tried various suggestions but nothing has thusfar worked.
Thanks, though, for the help. Maybe the next kernel update will solve the issue.

---------- Post added at 07:15 PM ---------- Previous post was at 06:45 PM ----------

Also:
when I look in /lib/modules/[kernel version]/kernel/arch/[architecture]/kernel/cpu/cpufreq/ there is no cpu directory or cpufreq directory there either.

when I run cpupower frequency-info --governors it states it's analyzing cpu0 and then immediately goes to the prompt.
Reply With Quote
  #8  
Old 23rd February 2013, 04:26 AM
mikee's Avatar
mikee Offline
Registered User
 
Join Date: Aug 2011
Location: Minnesota
Posts: 435
linuxfirefox
Re: Missing Cpufreq folders and content

Welcome to the bleeding edge!
It could be worth reporting as a bug, if it has not been already.
__________________
Fedora 18 x86_64 on Vertex IV SSD || Foxconn A7GM-S 2.0 || AMD Phenom II X6 1045T || Radeon HD3200 graphics || 8 GB DDR2-800 || Emachines T5452 carcass
Fedora 17 PAE on 500GB Seagate Barracuda
Windows Vista on 320GB Western Digital Caviar SE
Reply With Quote
Reply

Tags
content, cpufreq, folders, missing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
missing folders in my home directory TechGeek Using Fedora 1 23rd January 2013 06:32 AM
[SOLVED] missing folders bardminz Using Fedora 7 4th October 2010 02:17 AM
VAR folders went missing mgerhab Using Fedora 3 27th December 2008 05:08 AM
Missing orbit folders in /tmp toxicshock Using Fedora 1 23rd December 2004 02:51 PM


Current GMT-time: 13:21 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat