no cpufreq on new install (32-bit)

For issues with MX that has been modified from the initial install. Example: adding packages that then cause issues.
Message
Author
GregH
Posts: 6
Joined: Fri May 13, 2016 2:06 am

no cpufreq on new install (32-bit)

#1 Post by GregH »

I downloaded the MX-15 original CORE DVD .iso (from December), 32-bit. I ran all updates, and at first everything seemed fine. However, the computer gets very hot, and I discovered that cpufreq is not available. The "CPU Information" panel widget says that "no scaling driver is available".

cpufrequtils is installed and is the latest version. If I type cpufreq-info I get:
$ cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
maximum transition latency: 0.00 ms.
This happens with both the default kernel (shows in GRUB as i686) and the alternate i586 available in the advanced options menu. The computer is a Dell Inspiron 700 with a single-core Pentium M cpu. cpufreq worked fine in the previous linux I had installed on this machine. Its "full" speed is 2.0 GHz, with a slower 1.0 GHz the rate at which it spent most of its time. Under MX it's been pegged at 2 GHz all the time.

What would I try to fix this?
$ uname -a
Linux InspironMX1 3.16.0-4-586 #1 Debian 3.16.7-ckt25-1 (2016-03-06) i686 GNU/Linux
Last edited by GregH on Mon May 23, 2016 8:59 am, edited 1 time in total.

User avatar
Jerry3904
Administrator
Posts: 21962
Joined: Wed Jul 19, 2006 6:13 am

Re: no cpufreq on new install (32-bit)

#2 Post by Jerry3904 »

Maybe you have to run as root the command described in the Users Manual (Section 4.7.6):

Code: Select all

sensors-detect 
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: no cpufreq on new install (32-bit)

#3 Post by Richard »

CORE is a stripped version of MX15.
It is designed so that you fill in the blanks.

You might have better result if you install the latest from here:
http://mxrepo.com/snapshots/
probably the http://mxrepo.com/snapshots/MX-15_May_386.iso

Then you can eliminate things you don't need.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: no cpufreq on new install (32-bit)

#4 Post by Richard »

In my MX15 there exists the following utilities:
cpufreq-aperf cpufreq-info cpufreq-set

Code: Select all

man cpufreq-set
offers info on setting the freq.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

GregH
Posts: 6
Joined: Fri May 13, 2016 2:06 am

Re: no cpufreq on new install (32-bit)

#5 Post by GregH »

Jerry3904 wrote:Maybe you have to run as root the command described in the Users Manual (Section 4.7.6):

Code: Select all

sensors-detect 
Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.

User avatar
Jerry3904
Administrator
Posts: 21962
Joined: Wed Jul 19, 2006 6:13 am

Re: no cpufreq on new install (32-bit)

#6 Post by Jerry3904 »

No idea how to interpret that message. You have a GUI alternative: click Start menu > System > System Profiler and Benchmark.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

GregH
Posts: 6
Joined: Fri May 13, 2016 2:06 am

Re: no cpufreq on new install (32-bit)

#7 Post by GregH »

cpufreq-aperf
CPU doesn't support APERF/MPERF
The directory referenced in the man for cpufreq doesn't exist. Files should be in:
/sys/devices/system/cpu/cpu0/cpufreq
/sys/devices/system/cpu/cpu0# ls
crash_notes crash_notes_size microcode power subsystem topology uevent

User avatar
kmathern
Developer
Posts: 2409
Joined: Wed Jul 12, 2006 2:26 pm

Re: no cpufreq on new install (32-bit)

#8 Post by kmathern »

GregH wrote:...Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.
The lm-sensors site is down http://www.phoronix.com/scan.php?page=n ... -Site-Down

GregH
Posts: 6
Joined: Fri May 13, 2016 2:06 am

Re: no cpufreq on new install (32-bit)

#9 Post by GregH »

Richard wrote:CORE is a stripped version of MX15.
It is designed so that you fill in the blanks.

You might have better result if you install the latest from here:
http://mxrepo.com/snapshots/
probably the http://mxrepo.com/snapshots/MX-15_May_386.iso

Then you can eliminate things you don't need.
Since it was a brand-new install, I decided to "take the easy way out" and downloaded the May snapshot, above. That worked, I now have the proper cpu speed scaling.

User avatar
Stevo
Developer
Posts: 12842
Joined: Fri Dec 15, 2006 8:07 pm

Re: no cpufreq on new install (32-bit)

#10 Post by Stevo »

I didn't think the December CORE version is even online anymore.

Anyway, this thread should be in the modified MX section.

Post Reply

Return to “MX Modified”