Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] Cpu scaling, strano problema
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
MaTz
Apprentice
Apprentice


Joined: 28 Aug 2005
Posts: 166
Location: Genova (IT)

PostPosted: Sat Mar 22, 2008 3:16 pm    Post subject: [Risolto] Cpu scaling, strano problema Reply with quote

ciao a tutti.
Un mese fa mi si è rotto il notebook ( scheda madre andata e hd ). L'ho fatto riparare ( sostituita mobo e hd ), ora mi sto reinstallando gentoo sulla macchina. Tutto ok... non dovrebbero esserci problemi, avevo un tar-backup. Ho solo fatto il passaggio da suspend-sources a ice.

Qui si presenta un problema alquanto strano: lo scaling della cpu non funziona piu. Effettivamente andando a vedere l'albero di sys non trovo piu' il sottoalbero in cui mi mostra governor,scaling,freq ecc ecc.

Subito ho pensato ad un errore in fase di configurazione del kernel ( in realtà ho fatto un oldconfig )... Guardo nel .config ma mi pare sia tutto impostato correttamente.

Alche' inizio a guardare i vari messaggi del kernel giusto per capire se qualcosa va storto ... anche qui tutto ok...

Ora visto che tutte le prove del caso sono state fatte non so dove sbattere la testa.

al fine di darvi qualche informazione in piu' vi allego il .config
Code:
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set

#
# shared options
# CONFIG_X86_SPEEDSTEP_LIB is not set


e ora il /proc/cpuinfo
Code:


#processor   : 0
vendor_id   : GenuineIntel
cpu family   : 6
model      : 13
model name   : Intel(R) Pentium(R) M processor 1.50GHz
stepping   : 6
cpu MHz      : 1497.132
cache size   : 2048 KB
fdiv_bug   : no
hlt_bug      : no
f00f_bug   : no
coma_bug   : no
fpu      : yes
fpu_exception   : yes
cpuid level   : 2
wp      : yes
flags      : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe bts est tm2
bogomips   : 2996.39
clflush size   : 64


altra informazione:
Code:

 /etc/init.d/cpufreqd start
 * cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ


il testa fallisce qui:
Code:

if [[ ! -e /proc/cpufreq ]] && [[ ! -e /sys/devices/system/cpu/cpu0/cpufreq ]]; then
                eerror "cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ"
                return 1
        fi


francamente non so cosa pensare. Avete qualche idea in merito?

Grazie.


Last edited by MaTz on Sat Mar 22, 2008 6:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Sat Mar 22, 2008 4:41 pm    Post subject: Reply with quote

Se non ricordo male l'opzione relativa allo speedstep è stata deprecata in favore di CONFIG_X86_ACPI_CPUFREQ=y
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
MaTz
Apprentice
Apprentice


Joined: 28 Aug 2005
Posts: 166
Location: Genova (IT)

PostPosted: Sat Mar 22, 2008 6:04 pm    Post subject: Reply with quote

mrfree wrote:
Se non ricordo male l'opzione relativa allo speedstep è stata deprecata in favore di CONFIG_X86_ACPI_CPUFREQ=y


perfetto ti ringrazio!

Non mi era molto chiaro da doc/cpu-freq.

Taggo nella speranza che serva a qualcuno.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum