intel / thermal_daemon

Thermal daemon for IA
GNU General Public License v2.0
540 stars 117 forks source link

sysfs write failed /sys/class/thermal/cooling_device13/cur_state #392

Closed thorion3006 closed 1 year ago

thorion3006 commented 1 year ago

I'm getting the following errors when i run thermald:

[1680033922][MSG]sensor id 23 : No temp sysfs for reading raw temp [1680033922][MSG]sensor id 23 : No temp sysfs for reading raw temp [1680033922][MSG]sensor id 23 : No temp sysfs for reading raw temp [1680033922][ERR]Unsupported condition 4 (Motion) [1680033922][ERR]Unsupported condition 4 (Motion) [1680033922][ERR]Unsupported condition 4 (Motion) [1680033922][ERR]Unsupported condition 4 (Motion) [1680033922][ERR]Unsupported conditions are present

[1680033926][WARN]Unable to find a zone for TSSD

[1680033926][INFO]sysfs write failed /sys/class/thermal/cooling_device13/cur_state [1680034115][INFO]sysfs write failed /sys/class/thermal/thermal_zone5/mode

Are they safe to ignore? I see that issues #113 #148 are safe to ignore, but my path is different and I'm also getting some other warnings listed above.

I'm also attaching the whole log dump, if, in-case that would help: thermald-dump.txt

System Info: Thermald version: 2.5.2 Distro: ArchLinux Kernel: 6.2.8-zen1-1-zen CPU: Intel i7-1260P Machine: Dell XPS 13 plus (9320)

spandruvada commented 1 year ago

Some conditions can't be supported because of limitations of Linux user land so you see those motion issues. You can ignore these errors.

thorion3006 commented 1 year ago

thanks for the clarification :-)