View previous topic :: View next topic |
Author |
Message |
SVN n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Apr 2004 Posts: 45
|
Posted: Sun Jun 05, 2005 1:29 pm Post subject: which kernel source for dothan speedstep support? |
|
|
I've been reading several website about speedstep support for a dothan processor, but they were most of time about 2.6.8 kernels.
Can somebody tell me which kernel (vannila, gentoo-sources...) I have to use to get speedstepping properly working? Do I have to apply additional patches?
/proc/cpuinfo:
Code: | processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.70GHz
stepping : 6
cpu MHz : 1698.711
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 est tm2
bogomips : 3399.63
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Specialized Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/128143771542939d6b94ac0.jpg)
Joined: 11 Jan 2005 Posts: 264
|
Posted: Sun Jun 05, 2005 1:52 pm Post subject: |
|
|
I got a Banias Pentium -M Processor and I've got good experience with the vanilla-sources 2.6.11.10 Kernel.
Speedstepping works perfectly with powernowd and the speedstep-centrino kernel-module.
Also patching the kernel with the swsusp2- and the bootsplash-Patch works. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SVN n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Apr 2004 Posts: 45
|
Posted: Sun Jun 05, 2005 3:33 pm Post subject: |
|
|
Specialized wrote: | I got a Banias Pentium -M Processor and I've got good experience with the vanilla-sources 2.6.11.10 Kernel.
Speedstepping works perfectly with powernowd and the speedstep-centrino kernel-module.
Also patching the kernel with the swsusp2- and the bootsplash-Patch works. |
From what I found on the internet, Banias processors are correctly supported, but can somebody help me to get my dothan working . |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SVN n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Apr 2004 Posts: 45
|
Posted: Mon Jun 06, 2005 6:12 pm Post subject: |
|
|
up |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Mon Jun 06, 2005 9:57 pm Post subject: |
|
|
2.6.11-gentoo-r9 and speedstep-centrino works with my Dothan B1 (2.0 GHz) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SVN n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Apr 2004 Posts: 45
|
Posted: Tue Jun 07, 2005 7:30 am Post subject: |
|
|
dgaffuri wrote: | 2.6.11-gentoo-r9 and speedstep-centrino works with my Dothan B1 (2.0 GHz) |
Does it also work when you are running on battery? I think the kernel sees my processor as a banias centrino. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SVN n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Apr 2004 Posts: 45
|
Posted: Tue Jun 07, 2005 11:29 am Post subject: |
|
|
I have found these two patches: cpufreq-speedstep-dothan-3.patch and dothan-speedstep.patch.
I have applied these patches to my kernel (gentoo-sources 2.6.11-r9). Everything seems to be fine, but these patches are for older kernels. Are there somewhere patches like these for a 2.6.11.x kernel or is it safe to use these with my kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
toralf Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/10034462014367c4dfe33c1.gif)
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Tue Jun 07, 2005 12:37 pm Post subject: |
|
|
Specialized wrote: | ...
Speedstepping works perfectly with powernowd... | I use the ondemand governor from the kernel sources w/o sny addditional software like powernowd - and I am happy with the power management from the kernel itself. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dgaffuri Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Tue Jun 07, 2005 5:43 pm Post subject: |
|
|
SVN wrote: | dgaffuri wrote: | 2.6.11-gentoo-r9 and speedstep-centrino works with my Dothan B1 (2.0 GHz) |
Does it also work when you are running on battery? I think the kernel sees my processor as a banias centrino. |
I just noticed that no ACPI event is generated when I go on battery , so I can't tell you, but this should be a Toshiba BIOS problem.
To check the CPU model cat /proc/cpuinfo and take a look at the source code of speedstep-centrino: there are a couple of tables near the beginning mapping family, model and stepping to CPU type.
My CPU is a 755 (Dothan B1 at 2.0 GHz) and is 6,13,6. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|