--------------------------------------------------------------------------------------------------------------------------------- https://forum.openmediavault.org/index.php?thread/1135-en-t-t-intel-ss4200-3-2-kernel-cpu-governor-leds-more/ Type: echo ata_piix >> /etc/initramfs-tools/modules(press enter) type: echo pata_legacy >> /etc/initramfs-tools/modules (press enter) type: update-initramfs -u (press enter) type: rm /etc/udev/rules.d/70-persistent-net.rules (press enter) type: shutdown -h now to shutdown desktop. --------------------------------------------------------------------------------------------------------------------------------- https://github.com/telegrapher/debian-over-serial-port-howto DEFAULT linux LABEL linux SAY Boot Debian Stretch 9.3 from SYSLINUX ... KERNEL vmlinuz APPEND ro root=/dev/ram initrd=initrd.gz vga=off console=ttyS0,115200n8 PROMPT 1 label install menu label ^Install menu default kernel /install.amd/vmlinuz append vga=off console=ttyS0,115200n8 initrd=/install.amd/initrd.gz --- console=ttyS0,115200n8 EOF label auto menu label ^Automated install kernel /install.amd/vmlinuz append auto=true priority=critical vga=off console=ttyS0,115200n8 initrd=/install.amd/initrd.gz --- console=ttyS0,115200n8 EOF --------------------------------------------------------------------------------------------------------------------------------- Brigtness control: Load the i2c dme1737 smbus driver if not already loaded or built in. # modprobe dme1737 # lsmod | grep dme dme1737 39501 0 hwmon_vid 3082 1 dme1737 hwmon 1936 2 coretemp,dme1737 i2c_core 23284 2 dme1737,i2c_i801 # cd /sys/bus/i2c/drivers/dme1737/0-002e/ # chmod o+w pwm5 # echo 10 > pwm5 # sleep 5 # echo 255 > pwm5 --------------------------------------------------------------------------------------------------------------------------------- Firt install lm-sensors and fancontrol: sudo apt-get install lm-sensors fancontrol Next you can run sensors-detect, but it was not working well for me, so directly add the following lines to your /etc/modules: sudoedit /etc/modules coretemp dme1737 i2c_i801 ---------------------------------------------------------------------------------------------------------------------------------