Commit 71d8e6

2025-07-11 15:45:38 deseven: added a note
Guides/Power-Mode-and-Fan-Control.md ..
@@ 21,7 21,9 @@
:::
#### Generic Installation
- 1. Install module building dependencies (depends on your distro, on debian should be `build-essential` and `linux-headers` packages).
+ The following assumes that you're doing it under root or with sudo.
+
+ 1. Install module building dependencies (depends on your distro, on debian should be `build-essential` and `linux-headers-$(uname -r)` packages).
2. Clone the repo with `git clone https://github.com/cmetz/ec-su_axb35-linux.git`.
3. Build and install the module with `cd ec-su_axb35-linux && make install`.
4. Try loading the module with `modprobe ec_su_axb35` and check your `dmesg` afterwards. You should see the `Sixunited AXB35-02 EC driver loaded` message.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9