GithubHelp home page GithubHelp logo

Comments (10)

isopix avatar isopix commented on May 26, 2024

from hid-tmff2.

lauccode avatar lauccode commented on May 26, 2024

Sorry, not familiar with Arch.
Not sure I'm right but I already have :

sudo pacman -Ss linux512-headers
core/linux512-headers 5.12.19-1 [installé]

from hid-tmff2.

cazzoo avatar cazzoo commented on May 26, 2024

Did you try to install as sudo ?

from hid-tmff2.

isopix avatar isopix commented on May 26, 2024

from hid-tmff2.

lauccode avatar lauccode commented on May 26, 2024

uname -a
-> Linux cyclope-gl502vmz 5.10.56-1-MANJARO #1 SMP PREEMPT Thu Aug 5 10:51:27 UTC 2021 x86_64 GNU/Linux
modinfo hid-tmff2
-> modinfo: ERROR: Module hid-tmff2 not found.
find /lib/modules/ -name 'tmff2.ko*'
-> (not found)

from hid-tmff2.

Kimplul avatar Kimplul commented on May 26, 2024

Seems like your headers are v5.12, whereas the kernel you're running is v5.10. The header version should match the kernel version. If you're running a custom kernel, you'll need to install the headers for that kernel.

from hid-tmff2.

lauccode avatar lauccode commented on May 26, 2024

Thanks
I did it

sudo pacman -Ss linux510-headers  ✔  32s 
core/linux510-headers 5.10.56-1 [installé]
Header files and scripts for building modules for Linux510 kernel

But how could I force yay to install for 5.10.56-1 ?

yay -S hid-tmff2-dkms

==> dkms remove --no-depmod -m hid-tmff2 -v 0.8 -k 5.10.56-1-MANJARO
==> Unable to remove module hid-tmff2/0.8 for kernel 5.12.19-1-MANJARO: Not found in dkms status output.
(2/2) Install DKMS modules
==> dkms install --no-depmod -m hid-tmff2 -v 0.8 -k 5.10.56-1-MANJARO
==> depmod 5.10.56-1-MANJARO
==> Unable to install module hid-tmff2/0.8 for kernel 5.12.19-1-MANJARO: Missing kernel modules tree.

   ~  uname -a  ✔
Linux cyclope-gl502vmz 5.10.56-1-MANJARO #1 SMP PREEMPT Thu Aug 5 10:51:27 UTC 2021 x86_64 GNU/Linux
   ~  modinfo hid-tmff2  ✔
modinfo: ERROR: Module hid-tmff2 not found.
   ~  find /lib/modules/ -name 'tmff2.ko*'

from hid-tmff2.

Kimplul avatar Kimplul commented on May 26, 2024

Did you read this already?
https://forum.manjaro.org/t/missing-kernel-modules-tree/50221

The last comment might work, though I haven't tested it myself. I'll copy the command here in case the link goes dead at some point:
sudo pacman -S $(ls /boot | awk -F "-" '/^linux/ { print $1"-headers" }')

from hid-tmff2.

lauccode avatar lauccode commented on May 26, 2024

I tried the command (it install 5.10.56-1).
But I get the same issue with

yay -S hid-tmff2-dkms

Unable to remove/install module hid-tmff2/0.8 for kernel 5.12.19-1-MANJARO :

==> dkms remove --no-depmod -m hid-tmff2 -v 0.8 -k 5.10.56-1-MANJARO
==> Unable to remove module hid-tmff2/0.8 for kernel 5.12.19-1-MANJARO: Not found in dkms status output.
:: Traitement des changements du paquet…
(1/1) réinstallation hid-tmff2-dkms [###############################################] 100%
:: Exécution des crochets de post-transaction…
(1/2) Arming ConditionNeedsUpdate...
(2/2) Install DKMS modules
==> dkms install --no-depmod -m hid-tmff2 -v 0.8 -k 5.10.56-1-MANJARO
==> depmod 5.10.56-1-MANJARO
==> Unable to install module hid-tmff2/0.8 for kernel 5.12.19-1-MANJARO: Missing kernel modules tree.

from hid-tmff2.

lauccode avatar lauccode commented on May 26, 2024

OK , I prepared a script to reinstall all after to reinstall Manjaro from scratch and all is working fine (with yay install ...)
So, I think we can close the issue.

Thanks a lot for your help and time

from hid-tmff2.

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.