redroid-modules icon indicating copy to clipboard operation
redroid-modules copied to clipboard

fail make binder* devices in Proxmox based on Debian11

Open ltkun opened this issue 2 years ago • 1 comments

root@pve001:~# uname -a                                 
Linux pve001 5.15.107-1-pve #1 SMP PVE 5.15.107-1 (2023-04-20T10:05Z) x86_64 GNU/Linux                                

root@pve001:~# modprobe binder_linux devices=binder1,binder2,binder3,binder4,binder5,binder6                          

root@pve001:~# chmod 666 /dev/binder*
chmod: cannot access '/dev/binder*': No such file or directory

root@pve001:~# lsmod | grep binder                         

binder_linux          217088  0

root@pve001:~# more /boot/config-5.15.107-1-pve | grep ANDROID_BINDER                                                 

CONFIG_ANDROID_BINDER_IPC=m                                

CONFIG_ANDROID_BINDERFS=m                                  

CONFIG_ANDROID_BINDER_DEVICES=""                           # 

CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set

ltkun avatar Feb 15 '24 11:02 ltkun

Since CONFIG_ANDROID_BINDERFS=m, possible try to load this module and no need to manually allocate binder devices.

BTW, please file issues in redroid-doc.

zhouziyang avatar Feb 18 '24 11:02 zhouziyang