jiyong
31 January 2022 22:22
1
I’m still struggling to get Waydroid working on my Pinebook Pro.
I found this thread and some people report that PSI should be active.
opened 03:00AM - 06 Oct 21 UTC
I am having trouble with Waydroid on Manjaro (arch based)
I had Anbox working… , but the best I can do on Waydroid is get the splash screen to show up for a few seconds (waydroid show-full-ui)
Seems to be a problem with binder
I run
```
sudo systemctl start waydroid-container
waydroid session start
```
And it seems to be okay, but as soon as I issue any command to waydroid, I get this error:
```[gbinder] WARNING: Service manager /dev/binder has died```
And then the session ends
I've attached a dmesg log
[Waydroid Crash Log.txt](https://github.com/waydroid/waydroid/files/7290552/Waydroid.Crash.Log.txt)
So I tried checking for PSI.
$ zcat /proc/config.gz| grep ‘PSI’
CONFIG_PSI is not set
$ cat /proc/pressure/cpu
cat: /proc/pressure/cpu: No such file or directory
I also tried adding “psi=1” in extlinux.conf, but that doesn’t seem to make any difference.
LABEL Manjaro ARM
KERNEL /Image
FDT /dtbs/rockchip/rk3399-pinebook-pro.dtb
APPEND initrd=/initramfs-linux.img console=tty1 console=ttyS2,1500000 root=LABEL=ROOT_MNJRO rw rootwait binder.devices=“anbox-binder,anbox-hwbinder,anbox-vndbinder,binder,hwbinder,vndbinder” video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash psi=1
So in short, do I need PSI for Waydroid and how do I activate it?
0n0w1c
1 February 2022 03:26
2
5.16.4-1-MANJARO-ARM has CONFIG_PSI=y
jiyong
1 February 2022 15:01
3
Are you on stable?
I have kernel 5.16.2-4.
$ uname -a
Linux PinebookPro 5.16.2-4-MANJARO-ARM #1 SMP PREEMPT Sun Jan 23 23:38:07 UTC 2022 aarch64 GNU/Linux
What do you get with this command?
$ cat /proc/pressure/cpu
Strit
1 February 2022 15:02
4
The kernels with PSI are not in stable branch yet. They are in Unstable and Testing right now.
jiyong
1 February 2022 15:05
5
Thanks for the update.
So that means that other people have Waydroid running without PSI?
Assuming they use the standard kernel.
Strit
1 February 2022 15:08
6
Just sounds like Waydroid added this requirement recently.
jiyong
11 February 2022 19:08
7
Got the new kernel and PSI is activated and Waydroid is working!
It could be something else, but at least we know Waydroid is working on the Pinebook Pro with Manjaro.
system
Closed
14 February 2022 09:09
8
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.