LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-18-2008, 08:34 PM   #1
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Rep: Reputation: 15
AMD Athalon64 (Turion) 2x overheats under 2.6.27.x kernel ...


Hello. Thanks for reading my post. hopefully someone will be able to figure out what i'm doing wrong.

As background, i am (trying to ) build a new kernel for a Gateway M1624. I've installed Slackware 12.1 ( which uses kernel 2.6.24.5 ), and most things run fine. This older kernel doesn't have working drivers for the Realtek RTL8187b, which is part of my motivation for trying to upgrade kernel's ... and new is better right ? * ...

so, i've configured a new kernel with the what i think are needed options and everything except heat/throttle control seems to work. i'm not sure whether it is a fan problem, cpu throttling problem, or something else. i know the problem is definitely within the newer kernel build/configuration though because running gkrellm under the 2.6.24.5 kernel the temperature stays steady between 46-48 degrees unless the CPU starts to work and then it slowly goes up to the low 70's. under the 2.6.27.x kernels, as soon as the computer is started the temperature is immediately in the high 60s and continues to climb until i can barely keep my hands on the keyboard long enough to type "halt."

so, i've tried a couple of options -- i read in a thread someone fixed a seemingly similar sounding problem by building the ACPI options as built-in rather than modules, but this didn't seem to fix my problem.

please let me know what information you would find helpful to be posted in trying to deduce a solution ...

go easy,

-daniel
 
Old 12-18-2008, 09:48 PM   #2
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Either you have a cooling problem or you don't. If you do, change the fan or heat sink or whatever the problem is. If not, then you probably want to consider what would happen if you didn't "know" you were having a cooling problem. If, as is probably the case, nothing would happen, then it's simply a matter of the machine lying to you. It's unreasonable to believe that there are execution loops which can damage a properly cooled computer. Check to see if there is a fixup or multiplier or whatever it's called for your motherboard/CPU combination that will give you the correct value for the temperature.
 
Old 12-19-2008, 06:37 PM   #3
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
it's definitely a cooling problem ...

if i don't shut down the laptop, it will hard-lock for me after about 30 minutes or so. between that and the stark difference in behaviour between the two kernel versions, i'm pretty certain it is a software or configuration issue.

-daniel
 
Old 12-19-2008, 07:13 PM   #4
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by brokencog View Post
if i don't shut down the laptop, it will hard-lock for me after about 30 minutes or so. between that and the stark difference in behaviour between the two kernel versions, i'm pretty certain it is a software or configuration issue.

-daniel
Ah, sorry, there was nothing to indicate it was a laptop. And, yeah, they have cooling issues that desktops don't have. I've noticed a couple of posts lately where laptops have been acting up, some with fans running all the time, and some with the fan never coming on and overheating.

Have you checked to see if there is an installable driver for the rtl8187b for you old/good kernel?

So, this is a kernel you downloaded from kernel.org? What did you use for a .config file? Did you try to just manually put one together with the options you thought right, or did you copy the one from your "good" kernel and start with that?
 
Old 12-19-2008, 07:22 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
I did some searching here on LQ. Have you seen this thread?

http://www.linuxquestions.org/questi...aptop+overheat

Someone recommends checking these:
/proc/acpi/thermal_zone/TZ1/trip_points and /proc/acpi/thermal_zone/TZ1/polling_frequency.

A success comment:
http://www.linuxquestions.org/questi...0/#post2213803
 
Old 12-19-2008, 09:36 PM   #6
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
i hadn't seen either of those. it's a bummer the "success" writer didn't list the 'extra feature' which he compiled the kernel with.

To answer, i've mostly been trying the 2.6.27.7 kernel, however today i downloaded the baseline 2.6.27 and then applied the 2.6.28-rc6 patch.

As for the config file, i've usually done defoldconfig from a config while generated via:
Code:
zcat /proc/config.tgz > .config
while running the 2.6.24.5 kernel. this seems like the safest option but perhaps not ?

-daniel

Last edited by brokencog; 12-19-2008 at 09:45 PM.
 
Old 12-19-2008, 09:41 PM   #7
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
reading other posts got me to asking myself ...

Self, would having a different distrobution make a difference ? perhaps if Slackware 12.1 is having a problem, maybe Ubuntu [lastest-version-name] would work ?

any thoughts ?

-daniel
 
Old 12-19-2008, 09:52 PM   #8
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by brokencog View Post
As for the config file, i've usually done defoldconfig from a config while generated via:
<code>
zcat /proc/config.tgz > .config
</code>

while running the 2.6.24.5 kernel. this seems like the safest option but perhaps not ?

-daniel
If your kernel has a config there, then sure, why not? I usually copy from /boot/config-`uname -r`. Whatever works.

I guess I'm out of ideas. If you've enabled the following, then I dunno.
Code:
acpi_cpufreq
cpufreq_ondemand
cpufreq_powersave
cpufreq_porformance
processor
thermal
button
fan
ac
You mentioned enabling them as fixed rather than as loadable modules. You might try that, or at least run lsmod and check to verify they're all loaded. I see a lot of options under CPU Frequency Scaling, but I've never used them.
 
Old 12-19-2008, 10:22 PM   #9
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
thanks for the suggestions. i've been trying to troll on the chat channels to find an ACPI expert, but haven't yet. maybe after the holidays.

this link may prove interesting.

http://katherina.student.utwente.nl/.../BrandNew.html

it's dated, but the general idea might be valid still. i'm trying to find the compiler he mentions "iasl" and see if i can experiment with this a bit.

-daniel
 
Old 12-19-2008, 10:33 PM   #10
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
iasl is the Intel Assembler. It's a standard package.
 
Old 12-19-2008, 10:48 PM   #11
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
it doesn't seem to be installed with slackware 12.1 ... which i would have thought.
 
Old 12-19-2008, 10:51 PM   #12
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Is slackware a requirement or just a male-ego thing? Have you considered Ubuntu?
 
Old 12-19-2008, 10:56 PM   #13
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
this is a hardware issue that can be handled in bios. the generic drivers for the agp is not the problem. bios set to none os or none windows. then let the bios keep it cool instead of the bios waiting for some operating system to tell it that it is time to cool down. then it never comes and then bios at a critical point takes over to late you hot.

Last edited by Drakeo; 12-19-2008 at 11:01 PM.
 
Old 12-19-2008, 10:58 PM   #14
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
well, it's the distro i have at hand.
it'll take some time to make a partition and install Ubuntu ( and download it ) but i'll give that a try over the holiday weekend.

i haven't been able to find a link to download IASL. seems the intel.com download page which everyone links to has been removed.
 
Old 12-19-2008, 11:19 PM   #15
brokencog
Member
 
Registered: Aug 2008
Location: united states
Distribution: slack 12.1
Posts: 37

Original Poster
Rep: Reputation: 15
hmm, that is worth a try. i'll experiment with changing the BIOS settings.
however, i would ask you why would one kernel build manage the cooling correctly and another not ? i don't change the BIOS between re-boots ...

update: i just looked into the BIOS. unfortuantely this verison of Phoenix doesn't have any options for power of any sort.

Last edited by brokencog; 12-19-2008 at 11:25 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What Port to Use for HP DV9730US With AMD Turion 64 X2 TL-64? idoneous Linux - Newbie 2 03-04-2008 05:11 PM
AMD Turion 64 laptop rntr Linux - Laptop and Netbook 5 08-06-2007 03:54 PM
LXer: AMD Turion 64 X2 LXer Syndicated Linux News 0 07-12-2006 11:54 PM
Best Distro for AMD Turion 64 danishmr Linux - Distributions 1 01-20-2006 08:22 PM
AMD Turion™ 64 ML-30 processor NoKnower Linux - Newbie 4 01-03-2006 08:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration