You are not logged in.
Pages: 1
Hello,
I am installing anbox following the wiki and do the follow:
1. build a new kernel using
CONFIG_ASHMEM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"2. reboot using new kernel
3. when i try to enable binder and ashmem, error shows
modprobe -a binder-linux ashmem-linuxmodule binder-linux not found in directory /lib/modules/xxx
module ashmem-linux not found in directory /lib/modules/xxx
can anyone help?
Offline
You are combining sections. If you've compiled a custom kernel that way your modules are built-in and do not need to be loaded anymore, the modprobe part is necessary for the linux-zen kernel which has them built as a module.
Offline
Pages: 1