Author Topic: (Solved) Overheated and shut down  (Read 4105 times)

kbz1960

  • Guest
(Solved) Overheated and shut down
« on: January 12, 2011, 04:36:14 PM »
Here are my specs.

http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01533413&tmp_task=prodinfoCategory&lc=en&dlc=en&cc=us&site=null&lang=en&product=3795258&key=null

My laptop gets pretty warm in windows also but has never shutdown. The fan is running in pclos all most all of the time, I had more windows/programs open tonight and all of a sudden the screen went blank and it shut off.

Are there drivers I'm missing or something I can change to keep this from happening or is my laptop just crap lol.
« Last Edit: January 13, 2011, 06:50:27 PM by kbz1960 »

Offline jaydot

  • Administrator
  • Super Villain
  • *****
  • Posts: 15568
  • there is no limitation on imagination
Re: Overheated and shut down
« Reply #1 on: January 12, 2011, 04:40:52 PM »
could there be an accumulation of dust and fluff on the fan?  i've had to have the keyboard off my laptop several times to de-fluff the fan.  it's mostly cat hair, so accumulates readily.  a laptop cooler set beneath can help to keep the temperature down.
PCLinuxOS  Get it?  Got it?  Good!!   8)

We don't have any millionare angels or corporate backers paying the bills here, PLEASE DONATE.
http://pclinuxos.com/?page_id=7

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #2 on: January 12, 2011, 04:59:11 PM »
Not sure that is it as I'm running the same machine in windows now and all most immediatly after it shut down and have never had the problem before. I see no need to get a cooler when I it has never happened before and is not now but thanks for the suggestion.

Offline coffeetime

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3426
  • Send me an Angel
Re: Overheated and shut down
« Reply #3 on: January 12, 2011, 05:02:29 PM »
Konsole, copy/paste:

Code: [Select]
cpufreq-info
and post back.
PCLinuxOS e17 Club member/e17 video/Wifi problems?
those who complain rarely read. those who read rarely complain
 

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #4 on: January 12, 2011, 05:03:40 PM »
Will do after I reboot out of windows and back into pclos, that is if I can get back into it as I haven't tried yet.

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #5 on: January 12, 2011, 05:09:26 PM »
Code: [Select]
[kevin@localhost ~]$ cpufreq-info
cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  no or unknown cpufreq driver is active on this CPU
  maximum transition latency: 0.00 ms.
analyzing CPU 1:
  no or unknown cpufreq driver is active on this CPU
  maximum transition latency: 0.00 ms.

Offline coffeetime

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3426
  • Send me an Angel
Re: Overheated and shut down
« Reply #6 on: January 12, 2011, 05:28:10 PM »
Driver problem.

Konsole/type su/enter password/ copy & paste:

Code: [Select]
modprobe p4-clockmod
Try again cpufreq-info

You'll find CPU drivers here ---> /lib/modules/2.6.33.7-pclos5.pae[your kernel!]/kernel/arch/x86/kernel/cpu/cpufreq/. If p4-clockmod will not work, try with the other ones:
powernow-k6
powernow-k7
powernow-k8

After modprobing different drivers run each time cpufreq-info. The output from Konsole should read something like this:


Quote
cpufreq-info
cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 800 MHz - 2.67 GHz
  available frequency steps: 2.67 GHz, 2.67 GHz, 2.13 GHz, 1.60 GHz, 800 MHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 800 MHz and 2.67 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 2.67 GHz.
analyzing CPU 1:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 10.0 us.
  hardware limits: 800 MHz - 2.67 GHz
  available frequency steps: 2.67 GHz, 2.67 GHz, 2.13 GHz, 1.60 GHz, 800 MHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 800 MHz and 2.67 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz.

and your lappy should calm down

« Last Edit: January 13, 2011, 01:31:01 PM by old-polack »
PCLinuxOS e17 Club member/e17 video/Wifi problems?
those who complain rarely read. those who read rarely complain
 

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #7 on: January 12, 2011, 05:53:06 PM »
Thanks a lot! I got this response from the powernow-k8
Quote
[root@localhost kevin]# cpufreq-info
cpufrequtils 007: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: powernow-k8
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 1000 ns.
  hardware limits: 500 MHz - 2.00 GHz
  available frequency steps: 2.00 GHz, 1000 MHz, 500 MHz
  available cpufreq governors: userspace, performance
  current policy: frequency should be within 500 MHz and 2.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 2.00 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: powernow-k8
  CPUs which run at the same hardware frequency: 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 1000 ns.
  hardware limits: 500 MHz - 2.00 GHz
  available frequency steps: 2.00 GHz, 1000 MHz, 500 MHz
  available cpufreq governors: userspace, performance
  current policy: frequency should be within 500 MHz and 2.00 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 2.00 GHz (asserted by call to hardware).

But being the noob that I am I'm not sure how to get the driver /lib/modules/2.6.33.7-pclos5.pae[your kernel!]/kernel/arch/x86/kernel/cpu/cpufreq/ is my kernel 2.6.33.7-pclos6.bfs and do I find it in synaptic?
« Last Edit: January 15, 2011, 02:31:58 PM by kbz1960 »

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #8 on: January 12, 2011, 06:01:22 PM »
OK, I have the driver and I know I have to unzip it but to where and how to install?

Offline coffeetime

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3426
  • Send me an Angel
Re: Overheated and shut down
« Reply #9 on: January 12, 2011, 06:24:58 PM »
You don't need to unzip anything. Open Konsole, copy/paste:

kdesu dolphin /etc/modprobe.preload

Code: [Select]
kdesu kwrite /etc/modprobe.preload
and add the line powernow-k8

Save! Reboot.


Post back cpufreq-info
« Last Edit: January 13, 2011, 01:40:07 PM by coffeetime »
PCLinuxOS e17 Club member/e17 video/Wifi problems?
those who complain rarely read. those who read rarely complain
 

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #10 on: January 12, 2011, 06:37:30 PM »
OK  I didn't do something right because the cpufreq-info reports the same as when we started.
In konsole I put kdesu dolphin /etc/modprobe.preload powernow-k8 but not sure how to save I also tried the code first  enter and then powernow-k8 and enter.

Maybe if things get running right I can learn more, sure running like crap right now.

Offline coffeetime

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3426
  • Send me an Angel
Re: Overheated and shut down
« Reply #11 on: January 12, 2011, 06:44:11 PM »
Open Konsole, copy/paste:

kdesu dolphin /etc/modprobe.preload

Code: [Select]
kdesu kwrite /etc/modprobe.preload
Enter password. A new window will open. Here's mine:




Add here the following line:

powernow-k8

Save! Reboot.


Post back cpufreq-info
« Last Edit: January 13, 2011, 01:38:10 PM by coffeetime »
PCLinuxOS e17 Club member/e17 video/Wifi problems?
those who complain rarely read. those who read rarely complain
 

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #12 on: January 12, 2011, 06:50:17 PM »
Posting from my roomies computer. Laptop shut down again. Now windows is borked and running startup repair.

kbz1960

  • Guest
Re: Overheated and shut down
« Reply #13 on: January 12, 2011, 06:55:35 PM »
Did I do something wrong when I installed that it didn't get my hardware right?

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11579
  • ----IOFLU----
Re: Overheated and shut down
« Reply #14 on: January 12, 2011, 07:07:11 PM »
OK  I didn't do something right because the cpufreq-info reports the same as when we started.
In konsole I put kdesu dolphin /etc/modprobe.preload powernow-k8 but not sure how to save I also tried the code first  enter and then powernow-k8 and enter.

Maybe if things get running right I can learn more, sure running like crap right now.

Try from root konsole;

[root@fatman ~]# echo powernow-k8 >> /etc/modprobe.preload
[root@fatman ~]# cat /etc/modprobe.preload
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
fuse
sbp2
ohci1394
evdev
pata_atiixp
powernow-k8            <-- Success

Nothing to open other than the Konsole terminal, then su...<Enter> root password when asked, <Enter> then the above two commands, to first add the line, and then check that it was successful.
« Last Edit: January 13, 2011, 01:33:42 PM by old-polack »
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...