Cannot set power profile or view fan speed

I just made the jump from Ubuntu 22.04 on my Dell Latitude 5420 to Leap 15.6.
Something that I was able to do view my fan speed using lm-sensors.

Things I have tried so far:

  1. Running sensors-detect pressing yes to every option
  2. This forum post
  3. Looking here

I know Dell support for Linux as a whole can be hit or miss, wondering if there is a/are package(s) I’m missing for my specific laptop that Ubuntu may have packaged as a default? I am aware of a i8kutils but that doesn’t have a candidate for 15.6 so I’m not sure what else to try.

My system:
. Dell latitude 5420
. 16GB RAM
. I7-1185G7
. OpenSuse Leap 15.6

Thanks

Did you try running “sensors”, like this (I’m running on a Dell Latitude 5500 … and yes, like it shows below, the fan is not running now)

:~> sensors

iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +44.0°C  

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +53.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +52.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +52.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:        +53.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:        +53.0°C  (high = +100.0°C, crit = +100.0°C)

ucsi_source_psy_USBC000:001-isa-0000
Adapter: ISA adapter
in0:          +5.00 V  (min =  +5.00 V, max =  +5.00 V)
curr1:        +0.00 A  (max =  +0.00 A)

BAT0-acpi-0
Adapter: ACPI interface
in0:          +8.37 V  
curr1:        +2.33 A  

dell_smm-isa-0000
Adapter: ISA adapter
fan1:           0 RPM  (min =    0 RPM, max = 5300 RPM)
temp1:        +54.0°C  
temp2:        +43.0°C  
temp3:        +36.0°C  
temp4:        +49.0°C  

pch_cannonlake-virtual-0
Adapter: Virtual device
temp1:        +53.0°C  

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +25.0°C  

nvme-pci-3b00
Adapter: PCI adapter
Composite:    +25.9°C  (low  = -273.1°C, high = +82.8°C)
                       (crit = +86.8°C)
Sensor 1:     +25.9°C  (low  = -273.1°C, high = +65261.8°C)
:~> 

I have indeed, maybe wasn’t specific about it. But yes after switching from Ubuntu to Suse, the fan speed section disappeared. Just want to know if there is a package I’m missing somewhere.

Thanks

Hmmm. I’ll show a couple of different discoveries, for my laptop (zypper - see Requires section … and then screenshot via Yast2)

# zypper info --requires sensors
Loading repository data...
Reading installed packages...

Information for package sensors:
--------------------------------
Repository     : Leap 15.6 Main repo
Name           : sensors
Version        : 3.5.0-4.6.1
Arch           : x86_64
Vendor         : SUSE LLC <https://www.suse.com/>
Installed Size : 367.7 KiB
Installed      : Yes
Status         : up-to-date
Source package : sensors-3.5.0-4.6.1.src
Upstream URL   : https://github.com/lm-sensors/lm-sensors
Summary        : Hardware health monitoring for Linux
Description    : 
    This package includes programs that show data from some sensor chips.
    The interface /proc/bus/i2c/ is provided by loading kernel modules.
    Which modules to load can be interactively detected as root by calling
    /usr/sbin/sensors-detect. Warning, before using the sensors the default
    configuration in /etc/sensors.conf has to be checked and changed to fit
    the actual set up of the mainboard and the BIOS used on that specific
    mainboard!
Requires       : [7]
    libc.so.6(GLIBC_2.4)(64bit)
    /bin/bash
    /usr/bin/perl
    modutils
    libsensors.so.4()(64bit)
    /bin/sh
    systemd
# 

and Yast2

Reading this article I think it might help to install i8k:

I see there is a community package for tumbleweed but not for leap.

Hello,

I don’t know if this will work for you as I don’t have a Dell.

In order to read fan speeds on my Asus mobo, I must use the “acpi_enforce_resources=lax” boot parameter.

ox@orca$ grep ^GRUB_CMDLINE_LINUX_DEFAULT /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="splash=silent preempt=full quiet acpi_enforce_resources=lax noresume security=apparmor mitigations=auto"

@marel The i8k modules is part of the kernel…

1 Like

Some more info on what sensors needs (on my Dell laptop) …
“ldd” tells us the shared libraries loaded

user@machine :~>  ldd /usr/bin/sensors
        linux-vdso.so.1 (0x00007ffcc976e000)
        libsensors.so.4 => /usr/lib64/libsensors.so.4 (0x00007f944ae00000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f944aa00000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f944b116000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f944b420000)
user@machine :~>

This one will certainly show a lot of detail about the files the command (sensors) wants to open and read (configuration files, etc) - might be a bit overwhelming :slight_smile: :

user@machine  :~>     strace -fe trace=open,openat sensors
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib64/libsensors.so.4", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib64/gconv/gconv-modules.cache", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/sys/class/i2c-adapter", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/bus/i2c/devices", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-3/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-10/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-1/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-8/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-6/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-4/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-2/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-0/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-9/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-7/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/bus/i2c/devices/i2c-5/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon8/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon8", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon4/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon4", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/AC/name", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon5/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon5", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon3/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon3", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/name", O_RDONLY) = 4
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
openat(AT_FDCWD, "/etc/sensors3.conf", O_RDONLY) = 3
openat(AT_FDCWD, "/etc/sensors.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
openat(AT_FDCWD, "/usr/lib64/gconv/ISO8859-1.so", O_RDONLY|O_CLOEXEC) = 3
iwlwifi_1-virtual-0
Adapter: Virtual device
openat(AT_FDCWD, "/sys/class/hwmon/hwmon8/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon8/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon8/temp1_input", O_RDONLY) = 3
temp1:        +32.0°C  

coretemp-isa-0000
Adapter: ISA adapter
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp2_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp3_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp4_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp5_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp1_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp1_crit_alarm", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp1_max", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp1_crit", O_RDONLY) = 3
Package id 0:  +36.0°C  (high = +100.0°C, crit = +100.0°C)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp2_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp2_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp2_crit_alarm", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp2_max", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp2_crit", O_RDONLY) = 3
Core 0:        +35.0°C  (high = +100.0°C, crit = +100.0°C)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp3_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp3_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp3_crit_alarm", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp3_max", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp3_crit", O_RDONLY) = 3
Core 1:        +35.0°C  (high = +100.0°C, crit = +100.0°C)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp4_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp4_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp4_crit_alarm", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp4_max", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp4_crit", O_RDONLY) = 3
Core 2:        +35.0°C  (high = +100.0°C, crit = +100.0°C)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp5_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp5_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp5_crit_alarm", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp5_max", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon6/temp5_crit", O_RDONLY) = 3
Core 3:        +34.0°C  (high = +100.0°C, crit = +100.0°C)

ucsi_source_psy_USBC000:001-isa-0000
Adapter: ISA adapter
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/in0_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/curr1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/in0_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/in0_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/in0_min", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/in0_max", O_RDONLY) = 3
in0:          +5.00 V  (min =  +5.00 V, max =  +5.00 V)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/curr1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/curr1_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon2/curr1_max", O_RDONLY) = 3
curr1:        +0.00 A  (max =  +0.00 A)

BAT0-acpi-0
Adapter: ACPI interface
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/in0_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/curr1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/in0_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/in0_input", O_RDONLY) = 3
in0:          +7.99 V  
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/curr1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon0/curr1_input", O_RDONLY) = 3
curr1:        +0.27 A  

dell_smm-isa-0000
Adapter: ISA adapter
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp2_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp3_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp4_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_min", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_max", O_RDONLY) = 3
fan1:           0 RPM  (min =    0 RPM, max = 5300 RPM)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp1_input", O_RDONLY) = 3
temp1:        +35.0°C  
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp2_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp2_input", O_RDONLY) = 3
temp2:        +30.0°C  
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp3_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp3_input", O_RDONLY) = 3
temp3:        +29.0°C  
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp4_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp4_input", O_RDONLY) = 3
temp4:        +29.0°C  

pch_cannonlake-virtual-0
Adapter: Virtual device
openat(AT_FDCWD, "/sys/class/hwmon/hwmon5/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon5/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon5/temp1_input", O_RDONLY) = 3
temp1:        +35.0°C  

acpitz-acpi-0
Adapter: ACPI interface
openat(AT_FDCWD, "/sys/class/hwmon/hwmon3/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon3/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon3/temp1_input", O_RDONLY) = 3
temp1:        +25.0°C  

nvme-pci-3b00
Adapter: PCI adapter
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp2_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_alarm", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_min", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_max", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp1_crit", O_RDONLY) = 3
Composite:    +23.9°C  (low  = -273.1°C, high = +82.8°C)
                       (crit = +86.8°C)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp2_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp2_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp2_min", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon1/temp2_max", O_RDONLY) = 3
Sensor 1:     +23.9°C  (low  = -273.1°C, high = +65261.8°C)

+++ exited with 0 +++
user@machine :~>

EDIT: here;s the interesting stuff … first the config files

openat(AT_FDCWD, "/etc/sensors3.conf", O_RDONLY) = 3
openat(AT_FDCWD, "/etc/sensors.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3

and here’s where sensors gets the fan info and then prints it out

dell_smm-isa-0000
Adapter: ISA adapter
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp1_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp2_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp3_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/temp4_label", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_label", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_input", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_min", O_RDONLY) = 3
openat(AT_FDCWD, "/sys/class/hwmon/hwmon7/fan1_max", O_RDONLY) = 3
fan1:           0 RPM  (min =    0 RPM, max = 5300 RPM)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.