
		leonardo683272
		
		(usa Kali)
		
		Enviado em 29/07/2018 - 21:35h 
		Preciso de ajuda, sou novo aqui perdoe-me a ignorância. 
Me expliquem detalhadamente o que é cada termo o tal do ac_high e ac_low além do higt_batt e low_batt
Minha configuração atual Inspiron 14 3442 com dual bott kali e windows ambos em UEFI, secure boot ativado.
Estou controlando o speed fan do meu notebook, usando i8kmon + lm sensors + outros módulos 
Está quase funcionando adequadamente, entretanto eu não sei o que colocar de parâmetro nas funções "set config".
Eu quero que o fan fique sempre ligado no baixo(1 1) até 43ºC
Acima dos 43º o fan ligue em força total(2 2). 
O (0 0) é desligado, e não quero isso, uso o notebook sempre na tomada.
 
set config(0)   {{1 1}  -1  43  -1  43}
set config(1)   {{2 2}  -1  47  -1  47}
set config(2)   {{2 2}  -1  55  -1  55}
Segue o aquivo i8kmon.config
# Sample i8kmon configuration file (/etc/i8kmon.conf, ~/.i8kmon).
# External program to control the fans
set config(i8kfan)	/usr/bin/i8kfan
# Report status on stdout, override with --verbose option
set config(verbose)	1
# Status check timeout (seconds), override with --timeout option
set config(timeout)	2
# Temperature threshold at which the temperature is displayed in red
set config(t_high)	80
# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
# These were tested on the I8000. If you have a different Dell laptop model
# you should check the BIOS temperature monitoring and set the appropriate
# thresholds here. In doubt start with low values and gradually rise them
# until the fans are not always on when the cpu is idle.
set config(0)   {{1 1}  -1  43  -1  43}
set config(1)   {{2 2}  -1  47  -1  47}
set config(2)   {{2 2}  -1  55  -1  55}
# Speed values are set here to avoid i8kmon probe them at every time it starts.
set status(leftspeed)	"0 1000 2000 3000"
set status(rightspeed)	"0 1000 2000 3000"
# end of file