Hi,
for work, I have just got a Dell Precision 5560 with Intel i7-11800H.
I have installed Fedora 35 without any problems but I am not able to read the fan speed under /sys/class/hwmon/*/fan*.
I am just interested in reading the current fan speed, not in controlling it.
That output says there are no fan speed sensors found.
Looking at that laptop on the dell website it fails to tell me whether there is even a fan installed, but sensors certainly does not show a speed sensor.
My Asus laptop has 2 fans, but sensors only sees one.
If you monitor the CPU temp it should be adequate to tell you if the fan is providing enough cooling.
For sure there is a fan running as I can hear it under load.
I am interested in reading the fan rpm, as I can easily do on my Thinkpad W540, using the /sys/class/hwmon/*/fan* file.
Lenovo Thinkpad vs Dell Precision.
two different manufacturers, different motherboards, different bios —> ergo different approach to what they show the user.
I suspect you are out of luck unless you can get Dell to tell you how to read the fan speed. Dell does not directly support linux although Lenovo does. You probably are out of luck in that regard.
On my Asus laptop I get this
$ cat /sys/class/hwmon/*/fan*
5400
cpu_fan
and on my desktop with Asrock motherboard I get this
Hi, may be this what you looking for. It also available on Fedora Copr, you could search there and here one of them.
Btw for note only, not all fan have speed sensor (like mine). How this kind of fan work is the controller read the temperature sensor. If the temperature high, the controller send higher voltage to the fan and expect the fan run faster and doesn’t care with the fan speed.
$ i8kmon
can't open /proc/i8k: No such file or directory
while executing
"exec $config(i8kfan) $left $right"
(procedure "set_fan" line 29)
invoked from within
"set_fan $status(state)"
(procedure "main" line 8)
invoked from within
"main"
invoked from within
"if {$tcl_interactive == 0} {
main
vwait forever
}"
(file "/usr/bin/i8kmon" line 373)
$ i8kfan
can't open /proc/i8k: No such file or directory
$ sudo i8kfan
can't open /proc/i8k: No such file or directory
$ modprobe i8k
modprobe: ERROR: could not insert 'dell_smm_hwmon': Operation not permitted
$ sudo modprobe i8k
modprobe: ERROR: could not insert 'dell_smm_hwmon': No such device