You are not logged in.

#1 2007-05-29 18:27:17

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

set up cpufreq for pentium805d

Hello fellow arch users... Ive been trying to figure out how to set up cpufreq daemon.

i need to load a module for this model name      : Intel(R) Pentium(R) D  CPU 2.66GHz
that is what i got when i ran cat /proc/cpuinfo.

i need to type in a module name into my rc.conf file and i wasnt sure if it would be that whole line i get from the cat command or if there is a list i can locate.
and once i set that up how low can i go with the processor frequency?

Offline

#2 2007-05-29 20:52:15

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: set up cpufreq for pentium805d

is this waht your looking for
http://wiki.archlinux.org/index.php/SpeedStep

Offline

#3 2007-05-29 21:14:40

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: set up cpufreq for pentium805d

will try her out. appreciate it.

Offline

#4 2007-05-30 03:55:39

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: set up cpufreq for pentium805d

im having issues with this step:

2. Load the speedstep_centrino (from kernel 2.6.21 on don't load speedstep_centrino - load acpi_cpufreq !), cpufreq_powersave, cpufreq_userspace and freq_table modules using modprobe. Alternatively, you can add these modules to the modules list in /etc/rc.conf to load them at boot time. Addition: As of kernel 2.6.20, the speedstep_centrino module is redundant. Load acpi_cpufreq instead.

I ran modprobe acpi_cpufreq and after i ran it i got this :

FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.21-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device


Thank You for assisting.

Offline

#5 2007-05-30 23:15:57

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: set up cpufreq for pentium805d

anyone?

Offline

#6 2007-05-31 01:45:46

dejitarob
Member
From: Gainesville, FL
Registered: 2007-04-28
Posts: 10
Website

Re: set up cpufreq for pentium805d

To find out what package a file belongs to, use 'pacman -Qo /path/to/file'. For me, pacman lists acpi_cpufreq.ko as belonging to the kernel26 package. Which kernel are you running (get with 'uname -a')? Have you updated recently with 'pacman -Syu'?


We do not want a world in which the guarantee that we will not die of starvation is bought by accepting the risk of dying of boredom. -Raoul Vaneigem / Students for a Human Society

Offline

#7 2007-05-31 01:51:29

dejitarob
Member
From: Gainesville, FL
Registered: 2007-04-28
Posts: 10
Website

Re: set up cpufreq for pentium805d

Also, try 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies' to see if your cpu supports scaling.


We do not want a world in which the guarantee that we will not die of starvation is bought by accepting the risk of dying of boredom. -Raoul Vaneigem / Students for a Human Society

Offline

#8 2007-05-31 02:09:35

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: set up cpufreq for pentium805d

pacman -Qo /lib/modules/2.6.21-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko let me knopw that it belonged to the kernel, which is 2.6.21, ive just did Pacman -Syu recently.   Also i tried to cat the directory u talked about and it didnt exist. but instead of scaling_avaliable_frequencies i did see thermal_throttle.

Offline

#9 2007-05-31 19:48:58

dejitarob
Member
From: Gainesville, FL
Registered: 2007-04-28
Posts: 10
Website

Re: set up cpufreq for pentium805d

When you modprobe acpi_cpufreq and get that error message, try 'dmesg' and see if there are any additional error messages. Also, can you modprobe p4_clockmod?


We do not want a world in which the guarantee that we will not die of starvation is bought by accepting the risk of dying of boredom. -Raoul Vaneigem / Students for a Human Society

Offline

#10 2007-06-01 02:21:23

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: set up cpufreq for pentium805d

ok i ran dmesg and scanned it as much as i could and didnt see no errors. i then ran dmesg | grep error and actually came up with one :

ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.


now i just ran modprobe p4_clockmod and i got no response so that seems to be working i guess... so let me try the rest of the steps i guess.

Offline

Board footer

Powered by FluxBB