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

I can not run redroid on amazon linux

Open Gentleman36 opened this issue 10 months ago • 2 comments

I can not run redroid on amazon linux. I think the reason is the modules are not installed correctly. I tried to insatll modules by these commands. git checkout origin/amazonlinux2 sudo yum install git kmod make "kernel-devel-uname-r == uname -r" sudo make # build kernel modules sudo make install # build and install unsigned kernel modules When I run lsmod | grep -e ashmem_linux -e binder_linux command, it just skip to the next line. I can not connect it by adb. It shows I connected to it.However, when I run adb devices, it does not show any devices attached. How could I solve this problem? Thanks for answering my question.

Gentleman36 avatar Apr 14 '24 09:04 Gentleman36