focal-mainline-builder
focal-mainline-builder copied to clipboard
binder_linux module not found.
Hi! How to add binder_linux module in this kernel?
# modprobe binder_linux
modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.2.7-060207-generic
The Ubuntu mainline kernel has Android IPC disabled in v6.1 through v6.2.8 see https://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack/tree/debian.master/config/annotations?h=cod/mainline/v6.2.8#n1102
I don't why they changed this, but you can you reenable it if you build the kernel yourself and use the --custom=yes flag. Then in makemenuconfig search for android and enable Android IPC
You could open a bug against the linux package on launchpad and ask them to re-enable Android IPC. It looks like this has been a problem in the past too, see this ancient launchpad bug
Is it possible to build this kernel your builder?