Replies: 4 comments 8 replies
-
|
Take a look at how other out-of-tree modules are built in
|
Beta Was this translation helpful? Give feedback.
-
|
Okay, right, I fixed the issue with the module and it now builds fine. However following the guide, I am now stuck at the step where I should be building the extension: |
Beta Was this translation helpful? Give feedback.
-
|
Nevermind, I fixed this by removing the @sha256:... part from the image reference. |
Beta Was this translation helpful? Give feedback.
-
|
So I managed to complete the documentation to the letter, but still my custom module it87 is not getting loaded (it says it is not signed?). Also the official i915 module somehow got lost in the process. Any ideas how to fix it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build the upstream it87 kernel module for Talos in order to have lm-sensors support for my chipset which is not in the mainline kernel. I'm following the guide here.
I created the following config for this package:
But when I run the build command, it completes for the kernel and fails for the module:
Indeed this directory does not exist in the builder environment - I suppose I would need the output from the kernel build in the module build container. Any ideas how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions