LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-26-2012, 10:08 AM   #1
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Rep: Reputation: 6
Question firefox running hot on laptop Toshiba Satellite A-100


My laptop is running very hot and I fear for its longevity.
After googling, I am (maybe mistakenly) blaming it on firefox and its plugins.
I like firefox because it is useful and it is open source and that is important to me.
Question: Is it really Firefox?
 
Old 07-26-2012, 10:11 AM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
You could try installing Google Chrome or the open source version Chromium. Chromium should be in the repositories for your distro, assuming you're running Linux with a package manager.
Then just use Chrom[e|ium] instead for a while and see whether your laptop overheats.
Can't think of a simpler way of testing it than that.
 
1 members found this post helpful.
Old 07-27-2012, 12:51 AM   #3
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
Thanks. Should have thought of that.
I didn't know about chromium, though, and for me that makes a difference.
 
Old 07-27-2012, 12:46 PM   #4
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
I've been running chromium for several hours and my laptop runs much cooler. I don't hear the fan as much.
This is sad, because I have been using Firefox for several years. It would remain open on my laptop for several days (weeks) on end as I used it extensively.
I still haven't learned to use Chromium to do all I did with Firefox. However, it ran so hot that I was afraid of shortening the lifetime of my laptop.
Were Firefox to run cooler on my laptop, I would run back to it in a minute.
 
Old 07-27-2012, 01:52 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
It may be that Chromium just is less CPU hungry than Firefox and therefore the symptoms are not occurring in that extreme way.
I would recommend to nonetheless check the cooling system for dust and make sure that you have the usual powersaving options enabled.
 
1 members found this post helpful.
Old 07-28-2012, 02:43 AM   #6
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
Checked the power saving settings. For some reason, I had disabled the suspend function.
I put it back on for 10 mins. I'll make it longer if necessary. Thanks.
Now to find the in hole for ventilation. The out hole is on the side because I can feel the heat, but the in hole is not as evident. Guess I'll google for it.
 
Old 07-28-2012, 03:27 AM   #7
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
Just googled it. There are even youtube videos of guys completely disassembling a laptop to clean the fan.
I used to open my desktop, back when I had an AT, then XT. 386 I think. Then a pentium running Windows 95 and something like fedora core 3. Then I assembled a box from parts at the local pawn shop, an 866 mhz, I think, which I had upgraded to 3.5 ghz. But I haven't opened a box in quite a while, since I started buying new, and I specially have never opened a miniaturized laptop. Scares me. Every thing in there is so tiny and costly. (sigh!)
Guess I'll just have to renew my stock of screwdrivers and tweezers and brushes and pull up my sleeves and dive into it.
 
Old 07-29-2012, 05:01 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by S. Chapelin View Post
Checked the power saving settings. For some reason, I had disabled the suspend function.
I put it back on for 10 mins. I'll make it longer if necessary. Thanks.
Aczually I mean things like: is the powersaving module for your CPU loaded, are you using the ondemand governor?
 
Old 07-30-2012, 03:54 AM   #9
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
How would I go about finding out if the powersaving module for my CPU is loaded and if I am using the ondemand governor?
BTW, this is the first time I hear about the beasts.
 
Old 07-30-2012, 03:55 AM   #10
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
How would I go about finding out if the powersaving module for my CPU is loaded and if I am using the ondemand governor?
BTW, this is the first time I hear about the beasts.
 
Old 07-30-2012, 05:28 AM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Since you have an Intel CPU
Code:
lsmod | grep cpufreq
should show the the modules acpi-cpufreq and cpufreq_ondemand.
 
Old 07-30-2012, 06:52 AM   #12
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
Code:
$ lsmod | grep cpufreq
$ su
Password: 
# lsmod | grep cpufreq
# exit
exit
This is the result, both as ordinary user and as root: no result.
I am running Fedora 16.
Code:
$ uname -a
Linux portable 3.4.4-4.fc16.i686 #1 SMP Thu Jul 5 20:58:10 UTC 2012 i686 i686 i386 GNU/Linux
BTW, sorry about that double post. I don't know how that happened.
 
Old 07-30-2012, 06:57 AM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Seems that the powersaving modules are not loaded. Try, as root:
Code:
modprobe acpi-cpufreq
modprobe cpufreq-ondemand
Then again have a look at the temperatures.
 
Old 07-30-2012, 10:01 AM   #14
S. Chapelin
Member
 
Registered: Jan 2010
Location: Quebec
Posts: 144

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by TobiSGD View Post
Seems that the powersaving modules are not loaded. Try, as root:
Code:
modprobe acpi-cpufreq
modprobe cpufreq-ondemand
Then again have a look at the temperatures.
lm_sensors gives the following:
$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +56.0°C (crit = +106.0°C)
temp2: +57.0°C (crit = +96.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0: +54.0°C (high = +85.0°C, crit = +85.0°C)
Core 1: +57.0°C (high = +85.0°C, crit = +85.0°C)
 
Old 07-31-2012, 04:04 AM   #15
dhruvats
LQ Newbie
 
Registered: Jun 2012
Location: Bangalore,India
Distribution: Linux Mint 13 XFCE,Windows XP
Posts: 29

Rep: Reputation: Disabled
You could try to see which CPU frequency scaling governor is active on your system:
Quote:
#cpufreq-info
Usually, this is set to "ondemand".

If the above command indicates that no governor is available, then I think that is the problem.

---------- Post added 07-31-12 at 02:35 PM ----------

You could try to see which CPU frequency scaling governor is active on your system:
Quote:
#cpufreq-info
Usually, this is set to "ondemand".

If the above command indicates that no governor is available, then I think that is the problem.
 
  


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
PuppyLinux v5.2.8 on Toshiba Satellite 1800-100 ciaopaulo Linux - Laptop and Netbook 3 12-29-2011 09:24 AM
solaris 9 on Toshiba satellite laptop tataros3 Solaris / OpenSolaris 3 07-15-2005 01:58 AM
toshiba satellite laptop alg Linux - Laptop and Netbook 2 01-24-2004 05:01 PM
FreeBSD 5.1 on Toshiba Satellite laptop zsejk *BSD 6 11-20-2003 08:09 PM
Mandrake 8.1, Toshiba Satellite 2800/100, CD-ROM troubles kris.kj.jacobs Linux - Software 0 02-11-2002 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:57 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