anbox / anbox-modules

Anbox kernel modules
327 stars 224 forks source link

orangepi5 can not install #105

Open KingingWang opened 1 year ago

KingingWang commented 1 year ago

modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.10.110-rockchip-rk3588 [proxychains] DLL init: proxychains-ng 4.16 modprobe: FATAL: Module binder_linux not found in directory /lib/modules/5.10.110-rockchip-rk3588 [proxychains] DLL init: proxychains-ng 4.16 [proxychains] DLL init: proxychains-ng 4.16 [proxychains] DLL init: proxychains-ng 4.16 ls: cannot access '/dev/binder': No such file or directory ls: cannot access '/dev/ashmem': No such file or directory

b-aragu commented 1 year ago

I also get the same error dont know how you can fix this though

SoulInfernoDE commented 1 year ago

Its the same problem with any of these error reports seen here: You cannot build the modules any more with newer kernel versions installed.

The solution is described here (for ubuntu / debian based linux)

https://github.com/anbox/anbox-modules/issues/75

You could try to adapt my wrote up to ARM based systems as i myself never have tried that.