LinuxQuestions.org
Help answer threads with 0 replies.
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 09-09-2021, 09:39 PM   #1
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,192

Rep: Reputation: 276Reputation: 276Reputation: 276
How do I know whether the fan is working?


Code:
 pwmconfig
returns:
Quote:
There are no pwm-capable sensor modules installed
. The 'fan' module has loaded. /sys/devices/virtual/thermal/cooling_device2/type is fan; cur_state and max_state are both 1, but the fan is off.
My computer started shutting off every few minutes Wednesday. It stayed off for a while so I suspected it was heat. I changed the BIOS setting from high performance to low - it hasn't shut off since. I haven't noticed the fan coming on for a while. Nothing in /var/log/syslog or /var/log/messages reveals a problem.
 
Old 09-09-2021, 09:48 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,828
Blog Entries: 28

Rep: Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329
The monitoring application lm_sensors might help: https://www.cyberciti.biz/faq/how-to...r-cpu-and-gpu/
 
Old 09-09-2021, 11:40 PM   #3
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,192

Original Poster
Rep: Reputation: 276Reputation: 276Reputation: 276
Quote:
Originally Posted by frankbell View Post
The monitoring application lm_sensors might help
sensors-detect returns no sensors.
 
Old 09-10-2021, 12:31 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by RandomTroll View Post
I haven't noticed the fan coming on for a while.
AFAIK it must come on during early boot. If it doesn't, it's shot.
 
1 members found this post helpful.
Old 09-12-2021, 01:18 PM   #5
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,192

Original Poster
Rep: Reputation: 276Reputation: 276Reputation: 276
Quote:
Originally Posted by ondoho View Post
AFAIK it must come on during early boot. If it doesn't, it's shot.
Thanks. It spins, but I can't feel it move air. It shut off today at the 'low performance' setting for the first time, perhaps because it was building a kernel. I used to could feel it move air.
 
Old 09-12-2021, 02:37 PM   #6
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,324
Blog Entries: 24

Rep: Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269
Quote:
Originally Posted by RandomTroll View Post
It spins, but I can't feel it move air...I used to could feel it move air.
If the heat exchanger downstream of the fan has very fine passages they may become blocked with dusts, carpet fibers, cat hair and all the stuff that is in the air we breathe. If it is accessible just remove it and clean it up, otherwise blow air into the air outlet vents and see if it raises a dust cloud from the intake.
 
Old 09-13-2021, 04:52 PM   #7
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,192

Original Poster
Rep: Reputation: 276Reputation: 276Reputation: 276
Quote:
Originally Posted by astrogeek View Post
If the heat exchanger downstream of the fan has very fine passages they may become blocked with dusts, carpet fibers, cat hair and all the stuff that is in the air we breathe. If it is accessible just remove it and clean it up, otherwise blow air into the air outlet vents and see if it raises a dust cloud from the intake.
I vacuumed it, then sprayed it with contact cleaner, then compressed air. I have no carpets or pets, have an effective air filtration system, found nothing clogging it. I've considered getting one of those platforms with fans that some put laptops on. This one is 12 years old; perhaps I'll replace it instead.
 
Old 09-13-2021, 05:13 PM   #8
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,324
Blog Entries: 24

Rep: Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269Reputation: 4269
Yea, it is probably shot. If you hear it running but feel no airflow, and the path is clear, then it may be the fan blades are no longer attached to the motor, or if it is a stepper motor perhaps one winding is dead and the running motor sound is actually the sound of the motor moving back and forth between two poles as opposed to continuous rotational motion - I have seen that happen.

But in thos last case, if it is the current driver that is bad then obviously replacing the fan will still not fix it, so worth getting eyes on the fan to see what it is really doing.

Last edited by astrogeek; 09-13-2021 at 05:15 PM.
 
Old 09-22-2021, 04:11 PM   #9
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,192

Original Poster
Rep: Reputation: 276Reputation: 276Reputation: 276
Quote:
Originally Posted by astrogeek View Post
it may be the fan blades are no longer attached to the motor
I can see the fan blades spinning. It's as if they were feathering.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Selenium: Check whether button exist or not and if exist whether the the text is in it is desired one or not daichiash General 0 07-03-2020 10:17 AM
Testing whether my fan and CPU temperature monitoring program is ok powah Linux - Hardware 2 05-09-2010 11:06 PM
chassis fan speed control (case fan) wastingtime Linux - Hardware 12 12-02-2007 07:08 PM
/proc/acpi/fan is empty and the fan always work akasa Linux - Laptop and Netbook 1 04-08-2006 01:02 PM
howto: control CPU fan speed and Northbridge fan speed? hedpe Linux - Software 2 04-18-2005 02:18 AM

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

All times are GMT -5. The time now is 10:38 AM.

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