-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Support for loadable kernel modules #10450
Comments
Same for other USB 3.0 to ethernet adapter,
|
@pdgendt to use the new module make sure the booted kernel and the module(s) are from the same build. You already build a new kernel. Add it to dmesg output after inserting the module:
and modprobe output:
|
@elsaco thanks for the response, I'll try that out, but I was hoping to be able to do it without replacing the kernel itself. |
As elsaco has said, this is by design, until the kernel we ship changes to accommodate this. |
This problem does not occur when module building with CBL-Mariner 2.0 on docker. (Note: Module-dependent features must already be enabled in the kernel itself) |
Windows Version
Microsoft Windows [Version 10.0.22621.2215]
WSL Version
1.2.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.90.1
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
Expected Behavior
I expect the module to be loaded and useable after
modprobe
.Actual Behavior
An error occurs:
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: