trying to set up waydroid but it keeps having issues. at first it was having some issues with binder and on searching, was told to install binder_linux-dkms which didnt work either. then i was told to switch to linux-zen kernel bc it had that binder stuff pre configured. i switched to linux-zen and that problem got resolved but now it still doesnt work. everything goes smoothly but when i start the session with wayland session start, it gives the error OSError: container failed to start. waht should i do?
#[SOLVED] issues with setting up waydroid
1 messages · Page 1 of 1 (latest)
Can you post your system information like CPU, GPU, installed waydroid packages and output from systemctl --type=service ?
.s litany
Please follow the Standard Litany when asking a question:
• What was your environment? What was your operating system, configuration?
• What did you do? What did you run or test? Where?
• What actually happened? What were the exact results, complete log contents, exact error messages?
• What did you expect? What were you aiming to achieve? What result were you looking for?
Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.
running that doesnt tell me anything about my CPU or GPU. my CPU is i3 3rd gen and GPU is intel integrated. the insatlled waydroid service is waydroid-container.service loaded active running Waydroid Container
- Arch linux
- installed waydroid
- i expected it to work ig 💀
what is the output from lsmod | grep binder ?
Disclaimer of Liability
Whilst I will endeavour to take reasonable measures in aiding you with the issue at hand, there is no guarantee of absolute efficacy of such measures. In providing any assistance or advice concerning your matter, I hereby disclaim any and all responsibility or liability for any potential loss or damage to physical or digital data, equipment or property wihch may arise as a result of any action taken or counsel given. By heeding the advice proffered, you acknowledge and accept this disclaimer.
nothing
In an attempt to reproduce your problem, I started a new archlinux virtual machine instance downloaded from archlinux.org and used the following steps to install and start waydroid
paru -S waydroid waydroid-image binder_linux-dkmssudo waydroid init.waydroid session start.- run
waydroid show-full-uiin another terminal
I have not been able to reproduce this problem and the waydroid has started successfully.
The kernel I use is the linux package from the official core repo.
and lsmod | grep binder outputs
binder_linux 258048 91
So my question is, are you sure that you installed waydroid according to this arch wiki page: https://wiki.archlinux.org/title/Waydroid ?
If you are not affirmative, try to reinstalling it using the steps above
If you are updating, please post the full installation process in the form of terminal output.
Okay
it worked
thank you @iron bough
sorry for two pings but i want to give you the cookie
memchr received a thank you cookie!
[SOLVED] issues with setting up waydroid
also if i want to switch to linux, do i just install linux and uninstall linux-zen?
because i only installed linux-zen for waydroid but it works without it too
Yes, it should work as long as you have binder_linux-dkms installed. And in fact, the kernel that I used to run the test is the regular linux package.