-
Notifications
You must be signed in to change notification settings - Fork 47
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
installation fail kernel 6.8.0-41 #33
Comments
cat /var/lib/dkms/it87-master/.20240907/build/make.log |
partially solved this way: sudo make -f Makefile DRIVER=it87 DRIVER_VERSION=3.0-20240908 DKMS_ROOT_PATH=/usr/src/it87-3.0-20240908 dkms sudo nano /var/lib/dkms/it87 sudo nano /etc/modules P.s. hope this will help someone |
@dga4130-renato there are two ways to fix this, one in the code, and one by you, although both will need some details from you. However first off, in my case Anyway, the more standard fix is similar and is
(i.e. same info, just different location). The way I can get it fixed in the code is if you supply some information about the board you are using and then I can automatically set that option. To do this run the following and supply me with the results:
|
"However first off, in my case /var/lib/dkms/it87 is a directory, not a file you can edit. What Linux distribution are you using?" yes, you are correct... i made a mistake here " /var/lib/dkms/it87 Details: UBUNTU 24.04.1 LTS Gigabyte Technology Co., Ltd. sudo nano /etc/modprobe.d/it87.conf sudo sensors-detect also i saw this in the code.. it87.c
so i added the lower line...IT87_DMI_MATCH_GBT("H610M S2H V2", it87_dmi_cb, maybe this is not the correct way to do it, or maybe i was wrong ... but seems to work ok ... |
@dga4130-renato your change is pretty much what I'm going to add, so yes it is right. I may add a comment, etc. |
Nice ! Thanks for spending your time here 👍 |
Same issue for me, same successful workaround.
kernel log:
Sensors output:
|
Thanks for keeping the project active , first if all , great job.
Something strange happened...
kernel 6.8.0-41 ubuntu 24.04
Gigabyte h610m s2h V2 ddr5
sudo make dkms
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Building module:
Cleaning build area...
make -j20 KERNELRELEASE=6.8.0-41-generic TARGET=6.8.0-41-generic...
Signing module /var/lib/dkms/it87/unknown/build/it87.ko
Cleaning build area...
it87.ko.zst:
Running module version sanity check.
depmod...
modprobe: ERROR: could not insert 'it87': Device or resource busy
make: *** [Makefile:102: dkms] Error 1
The text was updated successfully, but these errors were encountered: