SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just got an old 1750 armada compaq 333/64mb ram and was wondering why it overheated and shutdown when I was running Slack 10.2 on it?
---Is there something I need to configure for the cpu fan or is it just because I was trying to run KDE on it and it was too much for it?
Win98 ran fine on this notebook without heat problems and KDE is pathetically slow on this old compaq as I thought it would be (but not this slow!)....
Next time I will go with Blackbox but
---I need to know if there is some special configuring I need to do differently for a laptop other than using the bareacpi kernel.
I was running 2.4 kernel but I am going to try 2.6 and see how that goes to.
I have no knowledge about the said laptop. But, being and old laptop. The fan and CPU speed shouldn't be variable.
Use a system monitoring tool such as gkrellm to see what kind of CPU load you are own. I think blackbox or fluxbox would do you much good. Speed improvement will be a super noticable as compared to KDE on such a machine.
If you are getting very high CPU load even while (aparent) idling. Use
Code:
top
to identify which process(es) is hogging the CPU time.
You are sure it uses ACPI and not APM?
If ACPI: If fan support is built into the kernel, you can try the following evil hack, for which I deny all responsability, although I use it on my own laptop -
Code:
# echo -n 1 /proc/acpi/fan/FN1/state => sets it to full power
# echo -n 3 /proc/acpi/fan/FN1/state => sets it to auto,
which means it is activated automatically when the temperature reaches a certain stage.
look friend , that has probably nothing to do with software, when a machine overheats it's more likly to have to do with hardware than software, test by taking a hairblower and move it over your motherboard HD etc. Then you may find where the failure sits so to speak.
Then change that component, in case of the motherboard (which are most likely), you will either have to live with it, or get a new one.
Good luck.
Good luck with that on a laptop.
But I agree, it is more likely to be a hardware issue.
If you have thermal zone in the kernel, a temperature indicator called 'temperature' should show up somewhere in /proc/acpi/ -something (this is out of memory, I am sitting at a work computer with BuggyOS).
That way, you can get the system temperature by running - I believe it is:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.