Hi Ahmad, On 2023.09.16 009:43 Ahmad wrote: > Thanks for the detailed report, Doug. > Would you be able to test out a fix please? > That request was superseded by a subsequent email, already replied to. > It's a basic guard line as _alarm attributes are assumed to be there > when a sensor exists, but the device doesn't have an alarm for in5 (VIN8 > on the device) > > If you could also confirm that your /sys/class/hwmon/hwmon?/in5_alarm > file is there and showing 0, that would be great. But I forgot to reply to that part: The file is there, and the content is 0. $ ls -l /sys/class/hwmon/hwmon?/in5_alarm -r--r--r-- 1 root root 4096 Sep 17 14:14 /sys/class/hwmon/hwmon3/in5_alarm doug@s19:~$ ls -l /sys/devices/platform/eeepc-wmi/hwmon/hwmon4^C doug@s19:~$ cat /sys/class/hwmon/hwmon?/in5_alarm 0 I had to go back to an unpatched kernel 6.6-rc1 for the above. With the kernel I compiled yesterday for the test patch, the file was not there. ... Doug