Re: thermal drivers

2023-05-22 Thread Charles Curley
On Mon, 22 May 2023 10:29:41 +0200
Aleix Piulachs  wrote:

> I’m using a laptop ASU’s f75a i3 3110m with bullseye 11.7 and I can’t
> to activate the thermal drivers: fancontrol.service, fancontrol.pid,
> lm_sensors.service. fancontrol.pid I don’t know to configure it

Some modern computer firmware insists on retaining control of fans and
won't let the operating system so much as see them. And there are
computers that don't have any fans.

Assuming you have lm-sensors installed and have run sensors-detect, show
us what you get when you run "sensors | grep -i fan".

For example:

root@jhegaala:~# sensors | grep -i fan
fan1:   0 RPM
root@jhegaala:~# 



-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: Fwd: thermal drivers

2023-05-22 Thread piorunz

On 22/05/2023 09:32, Aleix Piulachs wrote:



-- Mensaje reenviado -
De: *Aleix Piulachs* mailto:ap77@gmail.com>>
Fecha: El lun, 22 may 2023 a las 10:29
Asunto: thermal drivers
Para: mailto:debian-user@lists.debian.org>>


I’m using a laptop ASU’s f75a i3 3110m with bullseye 11.7 and I can’t to
activate the thermal drivers: fancontrol.service, fancontrol.pid,
lm_sensors.service. fancontrol.pid I don’t know to configure it with gnome


Hi Aleix,

Why would you need these drivers? Does your laptop not work properly?
Normally, BIOS controls all fans via ACPI, no further configuration of
fans is required unless you are overclocker etc.

You say you can't activate these services, what is the error you are
getting?


--
With kindest regards, Piotr.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄



Fwd: thermal drivers

2023-05-22 Thread Aleix Piulachs
-- Mensaje reenviado -
De: Aleix Piulachs 
Fecha: El lun, 22 may 2023 a las 10:29
Asunto: thermal drivers
Para: 


I’m using a laptop ASU’s f75a i3 3110m with bullseye 11.7 and I can’t to
activate the thermal drivers: fancontrol.service, fancontrol.pid,
lm_sensors.service. fancontrol.pid I don’t know to configure it with gnome


thermal drivers

2023-05-22 Thread Aleix Piulachs
I’m using a laptop ASU’s f75a i3 3110m with bullseye 11.7 and I can’t to
activate the thermal drivers: fancontrol.service, fancontrol.pid,
lm_sensors.service. fancontrol.pid I don’t know to configure it


Fwd: thermal drivers

2023-05-21 Thread Aleix Piulachs
-- Mensaje reenviado -
De: Aleix Piulachs 
Fecha: El lun, 22 may 2023 a las 4:23
Asunto: thermal drivers
Para: 


Thanks for to explain about lm_sensors although i use gnome and it’s more
difficult to configure it fancontrol, fancontrol.pid, fancontrol.service,
lm_sensors.service..


Re: thermal drivers

2023-05-21 Thread David Christensen

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



thermal drivers

2023-05-21 Thread Aleix Piulachs
I’m using bullseye 23 and a intel core i3 3110m in an Asus F75A laptop and
I can’t to activate thermal drivers