-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel missing binder_linux
and ashmem_linux
modules
#113
Comments
I'd like to second this. |
this seems to be duplicate of #39 |
This is a problem that I have had for a long time. Is there a link where one can download a kernel with those modules? |
Right now you have to use an different kernel like https://xanmod.org/ that has support for those modules and at that point you still have to install and setup the modules. |
Is there a guide on how to do that? |
Sort of... but not really, I used this guide to do it for Waydroid a few months back, which I was able to make some adjustments when I got stuck to make it work. Ultimately it didn't do much for me anyways since Wayland still isn't there yet, Waydroid itself worked fine though. Just a heads up and a word of caution, this can mess up your OS and I don't recommend doing this unless you have a good understanding of how it all works. Otherwise you might end up with a borked OS. |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Ok
|
|
this can confirmed with |
|
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
Pop OS Kernel does not have
binder_linux
norashmem_linux
enabledSteps to reproduce (if you know):
Expected behavior:
Modules should be compiled as they are in the default ubuntu kernel, otherwise software like anbox cannot be utilized on Pop OS
Other Notes:
The text was updated successfully, but these errors were encountered: