AnBox: Install Kernel Modul
Revision as of 09:27, 11 September 2020 by Onnowpurbo (talk | contribs) (Created page with "Sumber: https://docs.anbox.io/userguide/install_kernel_modules.html Starting with Ubuntu 19.04 binder and ashmem are now build with the standard Ubuntu kernel (>= 5.0) and y...")
Sumber: https://docs.anbox.io/userguide/install_kernel_modules.html
Starting with Ubuntu 19.04 binder and ashmem are now build with the standard Ubuntu kernel (>= 5.0) and you don’t have to install the modules from the PPA anymore.
In order to add the PPA to your Ubuntu system please run the following commands:
sudo add-apt-repository ppa:morphis/anbox-support sudo apt update
Install
sudo apt install linux-headers-generic anbox-modules-dkms
Cek
sudo modprobe ashmem_linux sudo modprobe binder_linux