You are not logged in.

#1 2020-12-29 10:22:45

Kengyen
Member
Registered: 2020-12-29
Posts: 1

issues installing anbox

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-linux

module binder-linux not found in directory /lib/modules/xxx
module ashmem-linux not found in directory /lib/modules/xxx

can anyone help?

Offline

#2 2020-12-29 10:25:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: issues installing anbox

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

Board footer

Powered by FluxBB