GNU/Linux >> Linux Esercitazione >  >> Linux

La scrittura su Embedded Controller si registra in Ubuntu 14.04

Si scopre che il 15° registro è responsabile dell'abilitazione della scrittura, quindi scrivo prima 0D in quella posizione, come fa Notebook FanControl, quindi inizio a controllare la velocità della ventola come sopra. Di seguito è riportato il codice completo se qualcuno è interessato (funziona sui laptop della serie HP Envy m6. Inoltre, dovresti prima installare lm-sensors)

sudo modprobe -r ec_sys
sudo modprobe ec_sys write_support=1
echo -n -e "\015" | sudo dd of="/sys/kernel/debug/ec/ec0/io" bs=1 seek=15 count=1 conv=notrunc 2> /dev/null
echo "Fan control enabled"
while [ 1 ]; do $(if [ "0$(bc -q <<< $(echo "`sensors -A -u | grep "temp1_input" --max-count=2 | tail -n1 | cut -d 'n' -f 2 | tr -cd '0123456789\.'`-0 > 54");)" -eq 1 ]; then echo -n -e "\051"; else echo -n -e "\031"; fi | sudo dd of="/sys/kernel/debug/ec/ec0/io" bs=1 seek=20 count=1 conv=notrunc 2> /dev/null); sleep 1; done

Linux
  1. Installa OpenStack Liberty su Ubuntu 14.04 LTS

  2. Installazione di pure-ftpd in Debian/Ubuntu

  3. Cosa fa Eco $? Fare??

  4. Come aggiornare l'IP e il nome host di Ubuntu tramite Bash

  5. Il comando linux cat può essere utilizzato per scrivere testo su file?

Installa Nginx su Ubuntu 18.04

Installa Redis su Ubuntu

Cambia fuso orario in Ubuntu 18.04

Installa Jenkins su Ubuntu 18.04

Compatto computer integrato AI Axiomtek eBOX560-900-FL funziona su Ubuntu

Come installare Intellij IDEA su Ubuntu?