Skip to content

Instantly share code, notes, and snippets.

@beledouxdenis
Last active February 25, 2020 10:16
Show Gist options
  • Save beledouxdenis/bdaf1b016cc08c7c0b0be14e1d10b184 to your computer and use it in GitHub Desktop.
Save beledouxdenis/bdaf1b016cc08c7c0b0be14e1d10b184 to your computer and use it in GitHub Desktop.
Dell Vostro 5481 Ubuntu Noisy fans solution

Make sure to disable secure boot in bios, otherwise /usr/local/bin/dell-bios-fan-control 0 will return a segfault.

cd /tmp
git clone https://github.com/TomFreudenberg/dell-bios-fan-control
cd dell-bios-fan-control
make
sudo cp dell-bios-fan-control /usr/local/bin/
sudo apt install i8kutils
sudo mkdir /etc/systemd/system/i8kmon.service.d
echo "[Service]
ExecStartPre=/usr/local/bin/dell-bios-fan-control 0" | sudo tee /etc/systemd/system/i8kmon.service.d/override.conf
sudo systemctl daemon-reload
sudo systemctl restart i8kmon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment