Results 1 to 6 of 6
Hello - I am new to this forum and also somewhat new to linux. I am thinking about getting a used laptop to install linux on. I really would like ...
- 11-10-2004 #1Just Joined!
- Join Date
- Nov 2004
- Location
- Nebraska
- Posts
- 34
IBM notebook with Intel Speedstep
Hello - I am new to this forum and also somewhat new to linux. I am thinking about getting a used laptop to install linux on. I really would like to become more familiar with this OS but cant spend a lot of money on a new laptop. here is the one i was thinkin of getting :
http://www.tigerdirect.com/applicati...602&CatId=1064
This notebook uses Intel' s popular SpeedStep technology and i was wondering if Speed Step is supported in Linux? Also would this be a good laptop to run linux or does anyone forsee some problems such as hardware?
thanks a lot, any input would be great.
- 11-10-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Is SpeedStep that technology to regulate the CPU clock freq? In that case, I haven't used it myself, but the kernel config has these entries:
Code:│ CONFIG_X86_SPEEDSTEP_CENTRINO: │ │ │ │ This adds the CPUFreq driver for Enhanced SpeedStep enabled │ │ mobile CPUs. This means Intel Pentium M (Centrino) CPUs. │
Code:│ CONFIG_X86_SPEEDSTEP_ICH: │ │ │ │ This adds the CPUFreq driver for certain mobile Intel Pentium III │ │ (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all │ │ mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2, │ │ ICH3 or ICH4 southbridge. │
That sounds promising enough to me, but since I haven't tried it personally, I can't tell if there are any special cases to be considered.Code:│ CONFIG_X86_SPEEDSTEP_SMI: │ │ │ │ This adds the CPUFreq driver for certain mobile Intel Pentium III │ │ (Coppermine), all mobile Intel Pentium III-M (Tualatin) │ │ on systems which have an Intel 440BX/ZX/MX southbridge. │
- 11-10-2004 #3
Yes as Dolda said it is supported by the Kernel, You also need a program to control it I use speedfreq.
- 11-10-2004 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I think you can have an in-kernel speed policy handler. I think it's only handled by a user-space program in case you select the userland frequency policy. I don't really remember, though... I haven't been dealing much with CPU frequency scaling.
- 11-11-2004 #5Just Joined!
- Join Date
- Nov 2004
- Location
- Nebraska
- Posts
- 34
Thanks for the help.
When you say that I need a program to control it, you mean just if i want to modify the default settings? I know that on Windows that paticular computer will run at 1.13Ghz on AC power and at 733Mhz on DC power.
I was just wondering if it would work at these defaults without an add on program or will i need the speedfreq program reguardless?
Thanks again.
- 11-12-2004 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Rest assured that if you need the speedfreq program, it will most likely be installed by default.


Reply With Quote
