focal-mainline-builder icon indicating copy to clipboard operation
focal-mainline-builder copied to clipboard

binder_linux module not found.

Open nixway opened this issue 2 years ago • 2 comments

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

nixway avatar Mar 19 '23 06:03 nixway

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

TuxInvader avatar Mar 24 '23 09:03 TuxInvader

Is it possible to build this kernel your builder?

nixway avatar Mar 26 '23 07:03 nixway