Skip to content
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

In-kernel module not replaced with git when kernel use .zst compression [DKMS] #150

Open
glpnk opened this issue Aug 8, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@glpnk
Copy link
Contributor

glpnk commented Aug 8, 2024

Description

Is it only Ubuntu problem? Or maybe issue of outdated Ubuntu 22.04....
Weird kernel? Because on previous one it worked.

OS: Pop OS 22.04
Kernel: Linux pop-os 6.9.3-76060903-generic #202405300957~1721174657~22.04~abb7c06 SMP PREEMPT_DYNAMIC Wed J x86_64 x86_64 x86_64 GNU/Linux

DKMS module system76_acpi successfully replaced, so maybe we need to check their DKMS config. Maybe we need to install to updates kernel module directory or add zstd compression if it used

@glpnk glpnk added the bug Something isn't working label Aug 8, 2024
@glpnk glpnk changed the title In-kernel module not replaced with git when kernel use .zst compression In-kernel module not replaced with git when kernel use .zst compression [DKMS] Aug 8, 2024
@glpnk
Copy link
Contributor Author

glpnk commented Aug 19, 2024

For some reason module was installed twice: in driver folder and extra. Do someone have same problem?

@teackot
Copy link
Collaborator

teackot commented Aug 19, 2024

in driver folder

What is the path to this one?

@glpnk
Copy link
Contributor Author

glpnk commented Aug 19, 2024

Kernel modules package install all in:

ls /lib/modules/$(uname -r)/kernel/drivers/platform/x86/msi*

DKMS remove file from module from drivers and install custom here:

ls /lib/modules/$(uname -r)/extra/msi*

Maybe I've installed module twice (but this impossible) or dkms restored module to wrong folder during removing. Kernel update had same name and version, so maybe it messed dkms

Upd: about zstd compression - it wasn't a problem, but I misunderstood how this works

@teackot
Copy link
Collaborator

teackot commented Aug 20, 2024

I couldn't reproduce it on Fedora 40

Maybe it is related to #146 ? It was merged just a week before you created this issue

@glpnk
Copy link
Contributor Author

glpnk commented Aug 20, 2024

Maybe, because then I tested it without this patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants