(08-31-2020, 02:12 PM)tophneal Wrote:(08-31-2020, 01:55 PM)Idaho Wrote: Didn't do anything of the kind afaik, is there a howto available somewhere so I can give it a try with that added?
Thanks for taking the time to help me with that btw
Modprobe is probably the easiest way to enable the 2 require modules in the kernel.
Try:
(You might have to drop the "_linux" idk for sure. I'm waiting for my Tab, since it seems to run decently on the phone.)Code:$ sudo modprobe ashmem_linux
$ sudo modprobe binder_linux
If that doesn't work, check out this issue ticket thread for more information on solutions: https://github.com/anbox/anbox-modules/issues/49
Hmm it doesn't seem to find any modules:
Code:
[idaho@pbpro-manjaro ~]$ sudo modprobe ashmem_linux
modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.8.3-2-MANJARO-ARM
[idaho@pbpro-manjaro ~]$ sudo modprobe ashmem
modprobe: FATAL: Module ashmem not found in directory /lib/modules/5.8.3-2-MANJARO-ARM
[idaho@pbpro-manjaro ~]$ sudo modprobe binder_linux
modprobe: FATAL: Module binder_linux not found in directory /lib/modules/5.8.3-2-MANJARO-ARM
[idaho@pbpro-manjaro ~]$ sudo modprobe binder
modprobe: FATAL: Module binder not found in directory /lib/modules/5.8.3-2-MANJARO-ARM
Also, I've looked at the git report and I'm unsure as to what to do and how to proceed, do I really have to recompile my kernel?
