- Edited
Hola, He configurado fancontrol, pero no puedo lograr que inicia automaticamente al encender la PC, sin embargo una vez iniciada la PC si activo manualmente el servicio (systemctl restart fancontrol.service), inicia correctamente.
Probablemente debo configurarlo para que inicia mas tarde, a lo mejor faltan cargar controladores y por eso falla al inicio, si me pueden decir como hacer para que retrase su inicio puedo probar si se soluciona, dejo a continuacion las salidas desde la consola:
esteban ~ systemctl status fancontrol.service -l
● fancontrol.service - Start fan control, if configured
Loaded: loaded (/usr/lib/systemd/system/fancontrol.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2018-07-01 22:25:28 -03; 3h 10min ago
Process: 298 ExecStart=/usr/sbin/fancontrol (code=exited, status=1/FAILURE)
Main PID: 298 (code=exited, status=1/FAILURE)
jul 01 22:25:28 esteban-pc fancontrol[298]: MAXTEMP=70
jul 01 22:25:28 esteban-pc fancontrol[298]: MINSTART=40
jul 01 22:25:28 esteban-pc fancontrol[298]: MINSTOP=0
jul 01 22:25:28 esteban-pc fancontrol[298]: MINPWM=0
jul 01 22:25:28 esteban-pc fancontrol[298]: MAXPWM=150
jul 01 22:25:28 esteban-pc fancontrol[298]: Device path of hwmon2 has changed
jul 01 22:25:28 esteban-pc fancontrol[298]: Device name of hwmon2 has changed
jul 01 22:25:28 esteban-pc fancontrol[298]: Configuration appears to be outdated, please run pwmconfig again
jul 01 22:25:28 esteban-pc systemd[1]: fancontrol.service: Main process exited, code=exited, status=1/FAILURE
jul 01 22:25:28 esteban-pc systemd[1]: fancontrol.service: Failed with result 'exit-code'.
esteban ~ systemctl restart fancontrol.service
esteban ~ systemctl status fancontrol.service -l
● fancontrol.service - Start fan control, if configured
Loaded: loaded (/usr/lib/systemd/system/fancontrol.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2018-07-02 01:40:25 -03; 20s ago
Main PID: 2161 (fancontrol)
Tasks: 2 (limit: 4915)
Memory: 2.2M
CGroup: /system.slice/fancontrol.service
├─2161 /bin/bash /usr/sbin/fancontrol
└─2282 sleep 15
jul 02 01:40:25 esteban-pc fancontrol[2161]: Depends on hwmon2/temp1_input
jul 02 01:40:25 esteban-pc fancontrol[2161]: Controls
jul 02 01:40:25 esteban-pc fancontrol[2161]: MINTEMP=40
jul 02 01:40:25 esteban-pc fancontrol[2161]: MAXTEMP=70
jul 02 01:40:25 esteban-pc fancontrol[2161]: MINSTART=40
jul 02 01:40:25 esteban-pc fancontrol[2161]: MINSTOP=0
jul 02 01:40:25 esteban-pc fancontrol[2161]: MINPWM=0
jul 02 01:40:25 esteban-pc fancontrol[2161]: MAXPWM=150
jul 02 01:40:25 esteban-pc fancontrol[2161]: Enabling PWM on fans...
jul 02 01:40:25 esteban-pc fancontrol[2161]: Starting automatic fan control...
esteban ~