linux icon indicating copy to clipboard operation
linux copied to clipboard

I am on Fedora 35

Open BruceWayne-Linux opened this issue 2 years ago • 5 comments

I am on Fedora 35, using kernel-xanmod-edge. i tried to installing Anbox but it's not working When using the Anbox-Modules(https://github.com/anbox/anbox-modules.git), the modules are not installing!!!! When I enter this command in terminal This command:- ls -1 /dev/{ashmem,binder} It Shows This:- ls: cannot access '/dev/binder': No such file or directory /dev/ashmem

How do I Fix This ?

BruceWayne-Linux avatar Jan 12 '22 07:01 BruceWayne-Linux

I am on Fedora 35, using kernel-xanmod-edge. i tried to installing Anbox but it's not working When using the Anbox-Modules(https://github.com/anbox/anbox-modules.git), the modules are not installing!!!! When I enter this command in terminal This command:- ls -1 /dev/{ashmem,binder} It Shows This:- ls: cannot access '/dev/binder': No such file or directory /dev/ashmem

How do I Fix This ?

  1. The Android drivers (ashmem and binder) are included in the XanMod kernel and not patched out in the unofficial Fedora XanMod builds, I use it regularly to play around with Waydroid. You can use the included ones just fine, no need to bother with compiling an out-of-tree driver with DKMS
  2. With that said, the GitHub repository linked has been incompatible with newer kernels for so long. Use this one instead if you insist

rmnscnce avatar Jan 17 '22 14:01 rmnscnce

Bro, Still Getting Some Kinda Error (using this link :- https://github.com/choff/anbox-modules) :- https://user-images.githubusercontent.com/87817029/149790725-c6472447-e025-4765-8632-fe22d5464e21.png

BruceWayne-Linux avatar Jan 17 '22 14:01 BruceWayne-Linux

@rmnscnce According to https://github.com/xanmod/linux/commit/2032f85ad24639ca1463d6ac17e8e71a470f01c2 ashmem will be removed in a future release though. I'm assuming this will break Anbox/Waydroid/ReDroid?

Ketchup901 avatar Apr 26 '22 10:04 Ketchup901

@rmnscnce According to https://github.com/xanmod/linux/commit/2032f85ad24639ca1463d6ac17e8e71a470f01c2 ashmem will be removed in a future release though. I'm assuming this will break Anbox/Waydroid/ReDroid?

Newer Waydroid fixes this by using memfd instead (https://copr.fedorainfracloud.org/coprs/aleasto/waydroid/ — this also removes XanMod dependency). Android itself wants to remove ashmem dependency.

rmnscnce avatar Apr 26 '22 10:04 rmnscnce

Newer Waydroid fixes this by using memfd instead (https://copr.fedorainfracloud.org/coprs/aleasto/waydroid/ — this also removes XanMod dependency). Android itself wants to remove ashmem dependency.

I installed the package which says "ashmem driver not necessary" but it still ask for ashmem. Do you have a solution?

modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.19.0-xm1.0.fc36.x86_64
(049875) [14:29:59] Failed to load ashmem driver

ngxson avatar Aug 06 '22 12:08 ngxson