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

Solution on how to auto upgrade kernel on proxmox with i915-sriov #222

Open
neroita opened this issue Nov 12, 2024 · 0 comments
Open

Solution on how to auto upgrade kernel on proxmox with i915-sriov #222

neroita opened this issue Nov 12, 2024 · 0 comments

Comments

@neroita
Copy link

neroita commented Nov 12, 2024

Hi all ,
every time you update your kernel on proxmox the dkms try to rebuild the module for the new kernel but since it found that i915.ko is already on stock kernel the dkms script refuse to install new module.

After a long search a found a way to tell dkms to overwrite the stock module.

You have to create a file that indicate to dkms to overwrite the module.

Those are the commands to create the right file:

mkdir -p /usr/share/dkms/modules_to_force_install ;
echo "i915-sriov-dkms" > /usr/share/dkms/modules_to_force_install/i915

Hope this help.
bye.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant