The instructions for restoring the state during boot state
Code: Select all
# With the module:
$ modinfo clevo-xsm-wmi
$ sudo tee /etc/modprobe.d/clevo-xsm-wmi.conf <<< options clevo-xsm-wmi kb_color=white,white,white kb_brightness=1
# With systemd:
$ sudo systemctl enable clevo-xsm-wmi
$ sudo systemctl start clevo-xsm-wmi
# With others:
run '/usr/bin/clevo-xsm-wmi -r' at boot to restore state
run '/usr/bin/clevo-xsm-wmi -s' at shutdown/change to save state
Code: Select all
modinfo: ERROR: Module clevo-xsm-wmi not found.
Code: Select all
Failed to enable unit: Unit file clevo-xsm-wmi.service does not exist.
I'm able to load the module just fine using
Code: Select all
sudo insmod /home/myusername/Downloads/clevo/module/clevo-xsm-wmi.ko