6. Run `scripts/test_fan_mode_fixed.sh`, it should test your fans on all 6 fixed levels.
7. If everything is good, you can make the module automatically load on system boot with `sudo echo ec_su_axb35 >> /etc/modules`. If it says "permission denied", drop into root console with `su` or `sudo su -` and try again.
+
The equivalent of the above steps for Fedora is:
+
```shell
+
# Install module building dependencies
+
sudo dnf group install -y development-tools c-development