I had sensors working in 18.04 but having difficulties with 20.04
I installed sensors and ran sensors-detect selecting the default choices.
I would appreciate the opportunity to learn what I need to do next.
Thanks.
sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +2.1°C (high = +70.0°C)
(crit = +80.0°C, hyst = +79.0°C)
radeon-pci-0008
Adapter: PCI adapter
temp1: +2.0°C (crit = +120.0°C, hyst = +90.0°C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: N/A (crit = 65.19 W)
And my hardware info. Not sure if you need other info.
sudo dmidecode | more
Base Board Information (Mother board)
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: F2A68HM-H
BIOS Information
Vendor: American Megatrends Inc.
Version: FB
Release Date: 04/22/2015
AMD A8-7600 Radeon R7, 10 Computer Cores 4C+6G x 4
Trying some other things suggested by some members:
E: Package 'hddtemp' has no installation candidate
Psensors does not show fan speeds.
I tried this to install hddtemp.
I tried this
sudo apt update wget http://archive.ubuntu.com/ubuntu/pool/universe/h/hddtemp/hddtemp_0.3-beta15-53_amd64.deb sudo apt install ./hddtemp_0.3-beta15-53_amd64.deb and got Download is performed unsandboxed as root as file '/home/andy/hddtemp_0.3-beta15-53_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
In 20.04,
hddtemp
is in the universe repository. Check to make sure that has been added to your system.Add it here:
Try these commands to install hddtemp:
For sensors, first load the kernel driver that can read drive temperatures using the following command:
Then run these commands: