New comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/pull/33135#issuecomment-1025140873 Comment: > Do I need to enable some kernel stuff to make it work? > > ``` > [02:13:00] Failed to load binder driver for devices: anbox-binder,anbox-vndbinder,anbox-hwbinder > [02:13:00] modprobe: FATAL: Module binder_linux not found in directory /lib/modules/5.15.16_1 > [02:13:00] ERROR: Binder node "binder" for waydroid not found > [02:13:00] See also: > Run 'waydroid log' for details. > ``` Right now only the pinebookpro and pinephone kernels do have the needed modules enabled by default. You would need to switch these options in the dotconfig of whichever kernel you are using and recompile it. ``` CONFIG_ASHMEM=y CONFIG_ANDROID=y CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_BINDERFS=y CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder" ```