framework-laptop-kmod
framework-laptop-kmod copied to clipboard
Issues building on Ubuntu 24.10 Kernel 6.11.0-9
I'm on a Framework 13 AMD laptop and am having issues getting this module to build.
Output of make modules_install:
make -C /lib/modules/`uname -r`/build M=$PWD modules_install
make[1]: Entering directory '/usr/src/linux-headers-6.11.0-9-generic'
DEPMOD /lib/modules/6.11.0-9-generic
make[1]: Leaving directory '/usr/src/linux-headers-6.11.0-9-generic'
I don't see any errors, but then when I run modprobe framework_laptop it doesn't find the module
modprobe: FATAL: Module framework_laptop not found in directory /lib/modules/6.11.0-9-generic
Please let me know if there's any other information I can provide and apologies if I'm just missing something.