-
Notifications
You must be signed in to change notification settings - Fork 230
Error! Bad return status for module build on kernel: 5.16.0-kali2-amd64 (x86_64) #91
Comments
Same problem on Fedora 35:
/var/lib/dkms/anbox-ashmem/1/build/make.log:
|
similar problem on Pop!_OS 21.10. It seems that this problem was caused by using a newer kernel. I finally solve it by using a modified version for 5.15 kernel https://github.com/choff/anbox-modules/
/var/lib/dkms/anbox-ashmem/1/build/make.log
|
I have read in another issue that the modules are now part of newer kernels, but they are not compiled in by distribution kernels. So the solution was to recompile the distribution kernel with the parameters turned on. |
How did you do that? I'm trying to set up anbox on my Bedrock box. |
uninstall modules and reinstall a kernel with the modules compiled into it: (Adapt wrote up steps for your distribution) |
CAN SOMEONE HELP ME WITH THIS PLEASE Building module: Building module: |
You need to find a working driver for your RTL8821CU for kernel version 5.18 if it is not already included in the new kernel. First of all remove the module build information from the dkms auto build system. Check with: now check if your wifi/stick is still working. If yes normally no need to do anything.. MAYBE: https://github.com/brektrou/rtl8821CU#build-and-install-without-dkms |
Still not working with Kali sadly. WSA wins |
For Kali and for many other Linux distros you need to rebuild the kernel from source and include binderfs. Also you need to use the latest build from Anbox to use binderfs instead of binder. For ASHMEM you need to patch the anbox ashmem modules source on the newer kernel versions. So "still not working" is not true. It is most likely is working. But not as is. You are working with beta/alpha software and need to investigate to get it working ... If you want to use newer Android version than Android 7 then it is recommended to use Waydroid instead. It is also using binderfs so make sure your kernel does support binderfs. Binder is Android specific. Just that linux can understood binder it doesn't mean it's included by default.. -Am 15.11.22, 01:53 schrieb Mohammed Mehdi TBER ***@***.***>:
Still not working with Kali sadly. WSA wins
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
The text was updated successfully, but these errors were encountered: