Asus Z87 PRO - detector de velocidade do ventilador - falhou ao 'criar' drivers nct6775

Asus Z87 PRO - detector de velocidade do ventilador - falhou ao 'criar' drivers nct6775

Quero monitorar os ventiladores no meu HTPC devido a um aumento recente e inexplicável de temperatura de mais de 5 graus C. O pacote 'lm-sensors' não detecta sensores de ventilador. Após alguma investigação, descobri que existem drivers disponíveis para o chip Nuvoton na minha mobo Z87 PRO:

https://github.com/groeck/nct6775

Ao fazer/compilar recebo o seguinte erro:

~/Z87 Drivers/nct6775-master$ sudo make
**arch/x86/Makefile:136: CONFIG_X86_X32 enabled but no binutils support
Makefile:652: Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR: -fstack-        protector not supported by compiler
make[1]: *** No rule to make target 'Drivers/nct6775-master'.  Stop.
Makefile:30: recipe for target 'modules' failed
make: *** [modules] Error 2**
~/Z87 Drivers/nct6775-master$ 

Alguma ideia ?

Muito obrigado.

Responder1

Sugiro a seguinte sequência:

sudo apt-get install build-essential linux-headers-generic
cd ~/Z87\ Drivers/nct6775-master
make clean
make
sudo make install

informação relacionada