In data lunedì 23 novembre 2015 11:05:27, Mario Vittorio Guenzi ha scritto:
> # CONFIG_SENSORS_W83795_FANCTRL is not set
> a questo punto la mia domanda e':
> esiste un modo per abilitare il fan control senza ricompilare tutto il
> kernel?

Attenzione[1]:

        SENSORS_W83795_FANCTRL
        Include fan control support (DANGEROUS)

        If you say yes here, support for the both manual and automatic 
        fan control features will be included in the driver.

        This part of the code wasn't carefully reviewed and tested yet,
        so enabling this option is strongly discouraged on production
        servers. Only developers and testers should enable it for the
        time being.

        Please also note that this option will create sysfs attribute
        files which may change in the future, so you shouldn't rely
        on them being stable.

> sensors-detect mi ha caricato questi in /etc/modules
> coretemp
> w83627ehf
> w83795

sensors-detect dovrebbe caricare i moduli utili alla rilevazione dei vari 
parametri, fra cui la temp. Dovresti cercare fancontrol per gestire, ove 
possibile, la velocità delle ventole.

        apt-cache show fancontrol                                               
                                                                                
             
                Package: fancontrol                                             
                                                                                
                                             
                Source: lm-sensors                                              
                                                                                
                                             
                Version: 1:3.4.0-2                                              
                                                                                
                                             
                Installed-Size: 96                                              
                                                                                
                                             
                Maintainer: Aurelien Jarno <aure...@debian.org>                 
                                                                                
                                             
                Architecture: all                                               
                                                                                
                                             
                Replaces: lm-sensors (<< 1:3.1.1-6)                             
                                                                                
                                             
                Depends: lsb-base (>= 3.2-13), init-system-helpers (>= 1.18~)   
                                                                                
                                             
                Conflicts: lm-sensors (<< 1:3.1.1-6)                            
                                                                                
                                             
                Description-it:[...]
                Questo pacchetto contiene un demone che calcola le velocità 
delle                       
                ventole a partire dalle temperature e imposta i corrispondenti 
valori di 
                modulazione di larghezza di impulso (PWM) in uscita ai valori 
calcolati. 
                Ciò è utile quando questa funzionalità non è fornita dal BIOS o 
da ACPI, 
                cosa che normalmente dovrebbe accadere per i laptop.

Una volta installato fancontrol c'è una procedura da seguire per configurarlo, 
lanciando (se non ricordo male ) /usr/sbin/pwmconfig.


[1]https://www.kernel.org/doc/menuconfig/drivers-hwmon-Kconfig.html

Rispondere a