Bonjour et merci pour vos réponses,
Effectivement j'avais pensé à un système externe, comme un module de commutation thermostatique branché sur le port de la carte graphique.
Le soucis c'est que ça renvoie un résultat on/off, ce qui serait pas très efficace au niveau du bruit, le ventilateur se coupant et redémarrant sans arrêt...
Et je ne sais pas si la sortie de la carte est 5V ou 12V (et je n'ai pas de voltmètre)
Pour lm-sensors, je ne comprend pas trop. Je pense qu'il ne détecte pas le composant thermique de la carte:
En lançant sudo sensors-detect (je ne met pas tout ici, juste la partie Nvidia)
Code :
- Do you want to probe the I2C/SMBus adapters now? (YES/no): y
- Found unknown SMBus adapter 8086:8ca2 at 0000:00:1f.3.
- Sorry, no supported PCI bus adapters found.
- Module i2c-dev loaded successfully.
- Next adapter: NVIDIA i2c adapter 0 at 1:00.0 (i2c-0)
- Do you want to scan it? (yes/NO/selectively): y
- Next adapter: NVIDIA i2c adapter 1 at 1:00.0 (i2c-1)
- Do you want to scan it? (yes/NO/selectively): y
- Next adapter: NVIDIA i2c adapter 6 at 1:00.0 (i2c-2)
- Do you want to scan it? (yes/NO/selectively): y
- Client found at address 0x49
- Probing for `National Semiconductor LM75'... No
- Probing for `National Semiconductor LM75A'... No
- Probing for `Dallas Semiconductor DS75'... No
- Probing for `National Semiconductor LM77'... No
- Probing for `Analog Devices ADT7410/ADT7420'... No
- Probing for `Maxim MAX6642'... No
- Probing for `National Semiconductor LM73'... No
- Probing for `National Semiconductor LM92'... No
- Probing for `National Semiconductor LM76'... No
- Probing for `Maxim MAX6633/MAX6634/MAX6635'... No
- Probing for `NXP/Philips SA56004'... No
- Probing for `SMSC EMC1023'... No
- Probing for `SMSC EMC1043'... No
- Probing for `SMSC EMC1053'... No
- Probing for `SMSC EMC1063'... No
|
Aucun n'est détecté. J'ai compilé la dernière version de lm-sensors, sans résultat probant.
Et la commande sensors renvoie que les résultats du CPU:
Code :
- ~$ sensors
- acpitz-virtual-0
- Adapter: Virtual device
- temp1: +27.8°C (crit = +80.0°C)
- temp2: +29.8°C (crit = +80.0°C)
- coretemp-isa-0000
- Adapter: ISA adapter
- Physical id 0: +46.0°C (high = +69.0°C, crit = +75.0°C)
- Core 0: +41.0°C (high = +69.0°C, crit = +75.0°C)
- Core 1: +43.0°C (high = +69.0°C, crit = +75.0°C)
- Core 2: +44.0°C (high = +69.0°C, crit = +75.0°C)
- Core 3: +40.0°C (high = +69.0°C, crit = +75.0°C)
|
En suivant ce tuto, j'ai essayé la configuration manuelle.
J'ai donc créé mkdev.sh et je l'ai lancé.
Puis j'ai relancé sudo sensors-detect. A la fin, un nouveau driver a été détecté: nct6775
Code :
- Now follows a summary of the probes I have just done.
- Just press ENTER to continue:
- Driver `coretemp':
- * Chip `Intel digital thermal sensor' (confidence: 9)
- Driver `nct6775':
- * ISA bus, address 0x290
- Chip `Nuvoton NCT6791D Super IO Sensors' (confidence: 9)
- Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): y
- Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors
- for initialization at boot time.
- You should now start the lm_sensors service to load the required
- kernel modules.
- Unloading i2c-dev... OK
- Unloading cpuid... OK
|
Mais sensors renvoie toujours que le CPU, après avoir effectué sudo service kmod start pour recharger les bonnes valeurs.
Mon fichier /etc/sysconfig/lm_sensors est maintenant:
Code :
- # Generated by sensors-detect on Fri Aug 8 14:34:31 2014
- # This file is sourced by /etc/init.d/lm_sensors and defines the modules to
- # be loaded/unloaded.
- #
- # The format of this file is a shell script that simply defines variables:
- # HWMON_MODULES for hardware monitoring driver modules, and optionally
- # BUS_MODULES for any required bus driver module (for example for I2C or SPI).
- HWMON_MODULES="coretemp nct6775"
|
Mais même après reboot, pas d'infos concernant la carte graphique... ni les voltages, ou la vitesse du ventilateur.
Edit: j'ai trouvé un ppa dispo pour ce driver (nct6775), mais pas pour Trusty. Je vais voir pour l'installer quand même, et reviens ensuite vous dire.
Peut-être ce soir si j'ai le temps.
Message édité par nsaha le 08-08-2014 à 14:52:36