powermate kernel module missing #408
Comments
|
Modules do not need to be rolled into the kernel. In fact, by design they are... modular! Using
you can load new modules on the fly. For info about modprobe, check out this article: https://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/ |
|
Oh great! I wasn't sure if they could be dynamically loaded like that or not. Does that mean I could just find a compatible binary of the driver and load it in? Surely it must be harder than that... |
|
It would seem to be a bit harder. I'm running into this error I have a working custom kernel built with the same version number as my current galliumos kernel. I plopped the powermate.ko into the same directory, ran |
|
Okay! I got things working. It's been a very educational evening for me. Main breakthrough was reading this stackoverflow post For documentation purposes, I will write what I did. First I cloned the source code from here with I then needed to copy some files from the linux-headers: .config:
Module.symvers:
I then opened up .config and found After that, I ran Then, I had to find the directory where the powermate driver was, which ended up being in drivers/input/misc/. I then ran After this, I copied the ko file into the system directory with Then Thanks for the response, @mswanson-me! I had already given up on this issue. |
|
I'm so glad! Thank you very much for documenting your process for other users! |
Greetings,
I would like to be able to my Griffin Powermate USB knob with GalliumOS. It would appear that the kernel that I am using (4.8.17-galliumos) does not have the "powermate" module installed.
How difficult would it be to add the powermate module into the galliumos kernel?
Thanks,
-P
The text was updated successfully, but these errors were encountered: