I am trying to read the fan status from an ADLS , Linux 5.15.0 kernel platform
Installed lm-sensor and tried to read it does not display anything about fan.
Came to know that there are two sensors one is lm-sensor and other one is impi sensor can be used to read for fan status.
Any idea here how to confirm that hardware has the right support for fan and lm-sensor would be able to read the fan status
Output from sensor command is
$sensor
acpitz-acpi-0
Adapter: ACPI interface
temp1: +32.0°C (crit = +105.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +31.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +29.0°C (high = +80.0°C, crit = +100.0°C)
Core 4: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 8: +30.0°C (high = +80.0°C, crit = +100.0°C)
Core 12: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 16: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 20: +26.0°C (high = +80.0°C, crit = +100.0°C)
Core 24: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 28: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 32: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 33: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 34: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 35: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 36: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 37: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 38: +28.0°C (high = +80.0°C, crit = +100.0°C)
Core 39: +28.0°C (high = +80.0°C, crit = +100.0°C)
Tried with inxi and does not show the fan speed rpm.
$sudo inxi -F
System:
Host: user-Alder-Lake-Client-Platform Kernel: 5.15.0-1026-intel-iotg x86_64
bits: 64 Console: pty pts/6 Distro: Ubuntu 22.04.2 LTS (Jammy Jellyfish)
Machine:
Type: Desktop System: Intel product: Alder Lake Client Platform v: 0.1
serial: GGAD0450010H
Mobo: Intel model: AlderLake-S ADP-S DDR5 UDIMM CRB v: 2
serial: GGAD0450010H UEFI: Intel v: ADLSFWI1.R00.4021.B01.2301100931
date: 01/10/2023
CPU:
Info: 16-core (8-mt/8-st) model: 12th Gen Intel Core i9-12900TE bits: 64
type: MST AMCP cache: L2: 14 MiB
Speed (MHz): avg: 800 min/max: 800/4800:3600 cores: 1: 800 2: 800 3: 800
4: 801 5: 800 6: 800 7: 800 8: 800 9: 800 10: 800 11: 800 12: 800 13: 800
14: 801 15: 800 16: 801 17: 800 18: 801 19: 800 20: 800 21: 800 22: 799
23: 800 24: 800
Graphics:
Device-1: Intel AlderLake-S GT1 driver: i915 v: kernel
Display: server: X.org v: 1.21.1.3 driver: gpu: i915 note: X driver n/a
Message: GL data unavailable for root.
Audio:
Device-1: Intel driver: snd_hda_intel
Sound Server-1: ALSA v: k5.15.0-1026-intel-iotg running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
Network:
Device-1: Intel driver: intel-eth-pci
IF: enp0s30f4 state: down mac: 90:12:10:b5:7d:f7
Device-2: Intel driver: N/A
Device-3: Intel Ethernet I219-LM driver: e1000e
IF: enp0s31f6 state: up speed: 1000 Mbps duplex: full
mac: 90:49:fa:07:1e:fc
IF-ID-1: docker0 state: up speed: 10000 Mbps duplex: unknown
mac: 02:42:be:03:2a:31
IF-ID-2: vethfb9b6da state: up speed: 10000 Mbps duplex: full
mac: 22:29:f7:c9:d0:41
Drives:
Local Storage: total: 580.37 GiB used: 29.68 GiB (5.1%)
ID-1: /dev/sda vendor: Samsung model: SSD 870 EVO 500GB size: 465.76 GiB
ID-2: /dev/sdb type: USB vendor: SanDisk model: USB 3.2Gen1
size: 114.61 GiB
Partition:
ID-1: / size: 456.89 GiB used: 17.87 GiB (3.9%) fs: ext4 dev: /dev/sda2
ID-2: /boot/efi size: 511 MiB used: 6.1 MiB (1.2%) fs: vfat
dev: /dev/sda1
Swap:
ID-1: swap-1 type: file size: 2 GiB used: 0 KiB (0.0%) file: /swapfile
Sensors:
System Temperatures: cpu: 35.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info:
Processes: 429 Uptime: 13d 6h 14m Memory: 31.1 GiB used: 2.85 GiB (9.2%)
Shell: Sudo inxi: 3.3.13
Is there any pointer here why it is not working?