On 5/21/23 04:42, Aleix Piulachs wrote:
I’m using bullseye 23 and a intel core i3 3110m in an Asus F75A laptop and
I can’t to activate thermal drivers



Open a root terminal (or use sudo).


Verify that the package "lm-sensors" is installed:

# dpkg -s lm-sensors


If not, install it:

# apt-get install lm-sensors


Verify that the SUID bit is set on /usr/sbin/hddtemp:

# ls -l /usr/sbin/hddtemp


If not, set it:

# chmod u+s /usr/sbin/hddtemp


Try running sensors(1):

# sensors


If you are using Xfce, add the panel plugin "Sensors" and configure it to display the parameter(s) you are interest in.


David

Reply via email to