Just an update to my post.
I think I identified the problem:
- cpu throttling is set at state T6 at boot
- I can change it up up to T7 but not downgrading it lower than T6
Could it comes from ACPI kernel management, BIOS, hardware...
I'm using a SMP kernel because whitout SMP activated, I've got an interrupt conflict with my ide controller. I can solve this problem by deactivating ACPI at boot or activate SMP (IO-APIC interrupts use solves the conflict I guess).
Anyway, as I said, the gentoo install kernel is a generic 2.4.26, without SMP, and the speed was the same. But maybe cpufreq was also activated, I'm going to try without, as said below.
UPDATE: I've tried with cpufreq disabled, it gives the same results, also without ACPI. I'm pretty sure it's an hardware problem at this point, due to motherboard relpacement.
I had what seems to be the exact same problem, see my post, here:
http://forums.us.dell.com/supportforums/board/message?board.id=insp_general&message.id=148354
this could be a problem with the bios. the bios holds the DSDT tables which the system uses to figure out what your hardware is and how to use it with ACPI. This may be the problem - but it's just a wild guess.
another thing to look at are the files in /sys/devices/system/cpu/cpu0/cpufreq/ which will tell you what scaling etc that cpufreqd is using. might be some leads in there.
kerso
4 Posts
0
August 25th, 2004 14:00
I think I identified the problem:
- cpu throttling is set at state T6 at boot
- I can change it up up to T7 but not downgrading it lower than T6
Could it comes from ACPI kernel management, BIOS, hardware...
Any suggestion would be greatly appreciated.
Kerso.
msbridges
1 Message
0
August 27th, 2004 16:00
reefcrazed
81 Posts
0
August 28th, 2004 00:00
kerso
4 Posts
0
August 30th, 2004 09:00
Anyway, as I said, the gentoo install kernel is a generic 2.4.26, without SMP, and the speed was the same. But maybe cpufreq was also activated, I'm going to try without, as said below.
UPDATE: I've tried with cpufreq disabled, it gives the same results, also without ACPI. I'm pretty sure it's an hardware problem at this point, due to motherboard relpacement.
Message Edited by kerso on 08-30-2004 02:53 PM
seancoates
16 Posts
0
September 13th, 2004 03:00
http://forums.us.dell.com/supportforums/board/message?board.id=insp_general&message.id=148354
Maybe you got my dud. (-:
S
Agent Orange
203 Posts
0
September 13th, 2004 06:00
another thing to look at are the files in /sys/devices/system/cpu/cpu0/cpufreq/ which will tell you what scaling etc that cpufreqd is using. might be some leads in there.