DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 1st November 2024
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 128
Default toshiba laptop fan at max even at IDLE

hello,

here are the things :
Quote:
obsdfreqd -T 60.60 -S hw.sensors.acpithinkpad0.temp0


# sysctl hw.sensors
hw.sensors.cpu0.frequency0=2000000000.00 Hz
hw.sensors.cpu1.frequency0=2000000000.00 Hz
hw.sensors.cpu2.frequency0=2000000000.00 Hz
hw.sensors.cpu3.frequency0=2000000000.00 Hz
hw.sensors.acpiac0.indicator0=On (power supply)
hw.sensors.acpibtn1.indicator0=On (lid open)
hw.sensors.acpitz0.temp0=58.10 degC (zone temperature)
hw.sensors.km0.temp0=58.88 degC
I dont understand, even with obsdfreqd in action, why the fan hurries up at max even under 60°C

i tried with apmd, with obsdfreqd, but fan is always in intensive race... any idea pls? thx!
Reply With Quote
  #2   (View Single Post)  
Old 2nd November 2024
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,079
Default

I can't help you with fan speed, but I noticed two things you may want to correct:
Quote:
Originally Posted by hd77 View Post
Code:
-T 60.60
The -T option should be followed by a single temperature value, per the obsdfreqd(1) man page.
Quote:
Code:
-S hw.sensors.acpithinkpad0.temp0
Your hw.sensors output does not include this sensor. When -S is used, it should refer to an available sensor.

Last edited by jggimi; 2nd November 2024 at 12:58 AM. Reason: typos
Reply With Quote
  #3   (View Single Post)  
Old 3rd November 2024
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 128
Default

Quote:
Originally Posted by jggimi View Post
I can't help you with fan speed, but I noticed two things you may want to correct:The -T option should be followed by a single temperature value, per the obsdfreqd(1) man page.Your hw.sensors output does not include this sensor. When -S is used, it should refer to an available sensor.
Yep sorry i forgotten to update text before posted it, but even with :
Quote:
obsdfreqd -T 60.60 -S hw.sensors.acpitz0.temp0
obsdfreqd -T 60.60 -S hw.sensors.km0.temp0
fan still at huge speed, while on others computers it's totally quiet. I dont understand.

I precise i followed :
https://dataswamp.org/~solene/2022-0...frequency.html
Reply With Quote
  #4   (View Single Post)  
Old 3rd November 2024
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,079
Default

Your `-T` option still appears to be invalid.
Reply With Quote
  #5   (View Single Post)  
Old 3rd November 2024
jmccue jmccue is offline
Real Name: John McCue
Package Pilot
 
Join Date: Aug 2012
Location: here
Posts: 196
Default

Per the man page, seems -T may have changed, interesting.

I use "-T 70,60", where 70 use to be for "plugged in" and 60 would be max if "on battery". Maybe a hidden option

Anyway as jggimi said, your '-T' option does not look right. Check the man or compare what you have to what I noted above.
__________________
[t]csh(1) - "An elegant shell, for a more... civilized age."
- Paraphrasing Star Wars (tvtropes.org)
Reply With Quote
  #6   (View Single Post)  
Old 4th November 2024
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 128
Default

Quote:
Originally Posted by jggimi View Post
Your `-T` option still appears to be invalid.
Quote:
Originally Posted by jmccue View Post
Per the man page, seems -T may have changed, interesting.

I use "-T 70,60", where 70 use to be for "plugged in" and 60 would be max if "on battery". Maybe a hidden option

Anyway as jggimi said, your '-T' option does not look right. Check the man or compare what you have to what I noted above.


Hello,

I tried with -T 60.60
with -T 60,60

still same result.. fan at up speed.. I really dont understand, it's very strange.
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help with internet in Toshiba-C55-A-1EK msvnix OpenBSD Installation and Upgrading 3 4th September 2017 01:48 PM
OpenBSD 5.7, high idle interrupts with stable amd64 roggy OpenBSD General 7 21st September 2015 10:42 PM
any consequences to moving a laptop-based installed disk to another different laptop daemonfowl OpenBSD General 7 2nd August 2012 04:29 PM
cannot install freebsd on toshiba tecra R10 10K koukisaad FreeBSD Installation and Upgrading 5 24th September 2009 10:18 AM
Possible to idle / spin-down SCSI drives? sim FreeBSD General 3 6th November 2008 09:49 PM


All times are GMT. The time now is 07:51 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick