hannesmann / gcadapter-oc-kmod

Kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter.
GNU General Public License v2.0
74 stars 8 forks source link

insmod: `Invalid module format` #13

Closed jfaz1 closed 1 year ago

jfaz1 commented 1 year ago

Hello,

Been using this module perfectly fine for the last few months, however the latest kernel update broke it for me. I'm on 6.0.10-300 (Fedora 37 latest update), and after running make, I run sudo insmod gcadapter_oc.ko and get the following error:

insmod: ERROR: could not insert module gcadapter_oc.ko: Invalid module format

Any help would be appreciated, thanks!

jfaz1 commented 1 year ago

Fixed by running:

sudo dnf remove kernel-devel
sudo dnf install kernel-devel