Muli Ben-Yehuda wrote:
On Tue, Jan 20, 2004 at 11:27:20AM +0200, Lior Okman wrote:
Ok, more things to check: .config you compiled the kernel with do you have /proc/cpufreq? what do the files there say? if you mount
sysfs over /sys, what do the files in
/sys/devices/system/cpu/cpu0/cpufreq/ say?
I do not have a /proc/cpufreq file. I do however have cpufreq compiled into the kernel, and the files in /sys/devices/system/cpu/cpu0/cpufreq are consistent with the cpu speed being 1.6Ghz -
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq:
1599960
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies:
199995 399990 599985 799980 999975 1199970 1399965 1599960
/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver:
p4-clockmod
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq:
1599960
You proably want to read DOcumentation/cpu-freq/* to know how to
interpret the values in those files.
Also, unrelated question - I see you have an ALI 5451 sound card. Does
sound work for you with the ALSA driver you're using?
The sound works fine. I compile the stock 2.6.[01] kernel with the following settings:
# # Advanced Linux Sound Architecture # CONFIG_SND=y CONFIG_SND_SEQUENCER=y CONFIG_SND_SEQ_DUMMY=y CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=y # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set
# # PCI devices # CONFIG_SND_ALI5451=y
Cheers, Muli
Thanks, Lior
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
