Git Product home page Git Product logo

Comments (4)

evelikov avatar evelikov commented on September 14, 2024

I'm not sure I follow what the issue is. Can you provide some reproduction steps?

There is an issue about our questionable version checking - #311 - which, once untangled could solve your issue.

from dkms.

enigma131 avatar enigma131 commented on September 14, 2024

Thanks for answer.
The kernel is not compiled by me, but by the Copr Guy: https://copr.fedorainfracloud.org/coprs/kwizart/kernel-longterm-5.15/packages/
Can I found somewhere a trick to autoinstall via dkms and no src version from that kernel ?
Because it has no src version, it says it is same version after compiling and didn't auto install.
Compilation phase is ok.
After compiling and reboot, new modules are not installed, here I have to force manually install via --force argument.
After a second reboot, modules are correctly installed.

from dkms.

evelikov avatar evelikov commented on September 14, 2024

If you can provide some concrete reproduction steps, then we can add a test to ensure the issue gets fixed and stays fixed. At the very least can you share:

  • the .config file for both "good" and "bad" kernel/module
  • the complete output of modinfo for both "good" and "bad" module
  • link to spec file, makefile, etc, for the good case

from dkms.

enigma131 avatar enigma131 commented on September 14, 2024

There are no bad and good modules, I repeat the compilation process is OK and all are ok.
The problem is that it detects same VERSION in post stage because of missing srcversion in copr kernel 5.15 compiled module (see my first post), so it didn't auto install.
Look in compare_module_version in source dkms.in .
And later :
error $"Module version $(get_module_verinfo "${dkms_module}" | head -n 1) for $4${module_suffix}"
$"is not newer than what is already found in kernel $1 ($(get_module_verinfo "${kernels_module}" | head -n 1))."
$"You may override by specifying --force."

from dkms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.