ubuntu-smart-fan icon indicating copy to clipboard operation
ubuntu-smart-fan copied to clipboard

Unable to find any fan device

Open MelissaDaCosta opened this issue 4 years ago • 0 comments

Hi, i followed all the steps but I always have this error:

$ sudo ubuntu-smart-fan
Looking for sensors
Unable to find any fan device
Try to run sensors-detect

This is my debug output:

$sudo ubuntu-smart-fan --debug
Looking for sensors

## hwmon0 :
  - name = AC0
  - temp1_label = temp
  - temp2_label = temp ambient
  - uevent = 

## hwmon1 :
  - name = acpitz
  - temp1_crit = 103000
  - temp1_input = 45000
  - uevent = 

## hwmon2 :
  - in0_input = 11550
  - name = BAT0
  - temp1_label = temp
  - temp2_label = temp ambient
  - uevent = 

## hwmon3 :
  - name = coretemp
  - temp1_crit = 100000
  - temp1_crit_alarm = 0
  - temp1_input = 55000
  - temp1_label = Package id 0
  - temp1_max = 100000
  - temp2_crit = 100000
  - temp2_crit_alarm = 0
  - temp2_input = 47000
  - temp2_label = Core 0
  - temp2_max = 100000
  - temp3_crit = 100000
  - temp3_crit_alarm = 0
  - temp3_input = 47000
  - temp3_label = Core 1
  - temp3_max = 100000
  - temp4_crit = 100000
  - temp4_crit_alarm = 0
  - temp4_input = 55000
  - temp4_label = Core 2
  - temp4_max = 100000
  - temp5_crit = 100000
  - temp5_crit_alarm = 0
  - temp5_input = 45000
  - temp5_label = Core 3
  - temp5_max = 100000
  - uevent = 

## hwmon4 :
  - name = pch_skylake
  - temp1_input = 42000
  - uevent = 

## hwmon5 :
  - fan1_input = 3000
  - fan1_label = cpu_fan
  - name = asus
  - pwm1_enable = 2
  - uevent = 

## hwmon6 :
  - name = iwlwifi_1
  - temp1_input = 46000
  - uevent = 
Unable to find any fan device
Try to run sensors-detect

Thanks

MelissaDaCosta avatar Feb 03 '21 10:02 MelissaDaCosta