I installed binder_linux-dkms
for arch's linux kernel, and I am getting errors.
Anything to do with the package compiled with newer python?
> sudo waydroid init
[11:44:35] Already initialized
> ls /dev/
drwxr-xr-x - root 16 Apr 17:00 binderfs
lrwxrwxrwx 22 root 16 Apr 17:00 features -> /dev/binderfs/features
lrwxrwxrwx 26 root 16 Apr 17:00 anbox-binder -> /dev/binderfs/anbox-binder
lrwxrwxrwx 28 root 16 Apr 17:00 anbox-hwbinder -> /dev/binderfs/anbox-hwbinder
lrwxrwxrwx 29 root 16 Apr 17:00 anbox-vndbinder -> /dev/binderfs/anbox-vndbinder
lrwxrwxrwx 28 root 16 Apr 17:00 binder-control -> /dev/binderfs/binder-control
> sudo ls -1 /dev/binderfs/
anbox-binder
anbox-hwbinder
anbox-vndbinder
binder-control
features
> sudo ls -1 /dev/binder
ls: cannot access '/dev/binder': No such file or directory
> sudo waydroid status
Session: RUNNING
Container: STOPPED
Vendor type: MAINLINE
Session user: austin(1000)
Wayland display: wayland-0
> sudo systemctl enable --now waydroid-container
> waydroid session start
[11:36:52] Session is already running
> sudo waydroid container start
ERROR: WayDroid container service is already running
> waydroid show-full-ui
[gbinder] ERROR: Can't open /dev/binder: No such file or directory
[11:37:15] Waiting for binder Service Manager...
[11:38:15] Service Manager never appeared
[11:38:15] Failed to access IPlatform service
Pinned Comments
ZhangHua commented on 2025-01-26 05:33 (UTC) (edited on 2025-01-26 07:11 (UTC) by ZhangHua)
This package will be BROKEN on linux 6.13. Please follow workarounds below:
linux
user: You can remove this package and turn to using binderfs feature provided by kernel, becauselinux
kernel has enabled binderfs support since6.12.7-1
.user who builds kernel yourself: You can follow archlinux wiki to modify PKGBUILD to use binderfs feature in kernel. Then you can remove this package like
linux
user.other user: You may have to pin your kernel to 6.12.x until there is a patch for the dkms module. If you are using a prebuilt kernel, you may request your kernel's maintainer to enable
binderfs
feature.