so I've been following this guide for making a driver for my keyboard lighting:
Reverse-Engineer Driver for Multi-colored Backlit Keyboard on Clevo Laptops
It works but I can't seem to add it to the list of modules that load on boot.
When I try the step
sudo cp ~/dev/clevo-wmi-code/clevo_wmi.ko /lib/modules/`uname -r`/kernel/drivers/platform/x86/
it comes back to me with target/kernel/drivers/platform/x86/is not a directory.
Is there any other way for me to apply this module?