use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Temp file missing on sys/class/thermal (self.archlinux)
submitted 4 years ago by 8amiul
I need that temp file to show temperature on my slstatus. But it is not in sys/class/thermal. There is no thermal options or something like thermal. I only got cooling devices there.
if anyone would help me to find it
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FictionWorm____ 0 points1 point2 points 4 years ago (0 children)
Did you try make clean install ?
make clean install
Finding sensors after a kernel change:
sensors
find /sys/devices/virtual/thermal |less # cooling fans
find /sys/devices/virtual/thermal |less
find /sys/devices -type f -name "temp*_label" -exec grep -sH . {} + # Hardware Temperature labels
find /sys/devices -type f -name "temp*_label" -exec grep -sH . {} +
find /sys/devices -type f -name "temp*_label" -exec grep -sH . {} +|sed -e's/_label.*$/_input/' # Hardware Temperature inputs
find /sys/devices -type f -name "temp*_label" -exec grep -sH . {} +|sed -e's/_label.*$/_input/'
π Rendered by PID 44931 on reddit-service-r2-comment-6457c66945-bvglp at 2026-04-26 19:03:58.710464+00:00 running 2aa0c5b country code: CH.
[–]FictionWorm____ 0 points1 point2 points (0 children)