I installed lm-sensors and then I ran
sudo sensors-detect
Here's the last bit of the output from sensors-detect
I will now generate the commands needed to load the required modules.
Just press ENTER to continue:
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
it87
coretemp
#----cut here----
Do you want to add these lines automatically? (yes/NO)yes
I checked and the drivers were added to /etc/modules. So I ran
sensors
and got:
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
What am I missing?
sudo sensors-detect
Here's the last bit of the output from sensors-detect
I will now generate the commands needed to load the required modules.
Just press ENTER to continue:
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
it87
coretemp
#----cut here----
Do you want to add these lines automatically? (yes/NO)yes
I checked and the drivers were added to /etc/modules. So I ran
sensors
and got:
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
What am I missing?
Comment