JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
775 stars 545 forks source link

CPU temperature incorrect on Ubuntu 19.04 #192

Closed JayDDee closed 5 years ago

JayDDee commented 5 years ago

A change in the /sys file system in Ubuntu 19.04 has broken CPU temp.

It now needs to be read at: /sys/class/hwmon/hwmon2/temp1_input

Unfortunately that path doesn't exist on Ubuntu 18.04 so it still needs to read /sys/class/hwmon/hwmon0/temp1_input.

A fix will be in the next release.

JayDDee commented 5 years ago

Fixed in v3.9.5.1.