Describe the bug
After installing Waydroid on WSL2, I try to boot it up by typing sudo waydroid init inside the terminal. However, I'm greeted with this:
lunos:~$ sudo waydroid init
[22:59:35] Failed to load binder driver
[22:59:35] modprobe: FATAL: Module binder_linux not found in directory /lib/modules/5.10.102.1-microsoft-standard-WSL2
[22:59:35] ERROR: Binder node "binder" for waydroid not found
[22:59:35] See also: https://github.com/waydroid
Run 'waydroid log' for details.
I use Windows 10 21H1 x64 with Ubuntu 22.04.1 on WSL2 as I said in the title, with the WSL Kernel v5.10.102.1.
Also, for whatever it's worth, my installation is as up-to-date as it can be. I think.
I did perform a sudo do-release-upgrade and a sudo apt update && sudo apt upgrade as well.
I was hoping that maybe I could get this running on Windows 10 via WSL with VcXsrv providing the visual feedback, which is how I already use a certain Linux application on my Windows installation.
I did read this article over here that supposedly teaches how to install that module manually, but sadly it just doesn't work.
After typing sudo add-apt-repository ppa:morphis/anbox-support in the terminal, this is what I get:
Repository: 'deb https://ppa.launchpadcontent.net/morphis/anbox-support/ubuntu/ jammy main'
More info: https://launchpad.net/~morphis/+archive/ubuntu/anbox-support
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Adding deb entry to /etc/apt/sources.list.d/morphis-ubuntu-anbox-support-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/morphis-ubuntu-anbox-support-jammy.list
Adding key to /etc/apt/trusted.gpg.d/morphis-ubuntu-anbox-support.gpg with fingerprint CFD4CCDE77B82D4FA3B113E521C6044A875B67B7
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:2 https://apt.devkitpro.org stable InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Ign:5 https://ppa.launchpadcontent.net/morphis/anbox-support/ubuntu jammy InRelease
Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
Err:7 https://ppa.launchpadcontent.net/morphis/anbox-support/ubuntu jammy Release
404 Not Found [IP: 185.125.190.52 443]
Hit:8 https://repo.waydro.id jammy InRelease
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/morphis/anbox-support/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I'd understand if this was not officially supported. Feel free to close the Issue ticket if so.
Describe the bug
After installing Waydroid on WSL2, I try to boot it up by typing
sudo waydroid initinside the terminal. However, I'm greeted with this:I use Windows 10 21H1 x64 with Ubuntu 22.04.1 on WSL2 as I said in the title, with the WSL Kernel v5.10.102.1.
Also, for whatever it's worth, my installation is as up-to-date as it can be. I think.
I did perform a
sudo do-release-upgradeand asudo apt update && sudo apt upgradeas well.I was hoping that maybe I could get this running on Windows 10 via WSL with VcXsrv providing the visual feedback, which is how I already use a certain Linux application on my Windows installation.
I did read this article over here that supposedly teaches how to install that module manually, but sadly it just doesn't work.
After typing
sudo add-apt-repository ppa:morphis/anbox-supportin the terminal, this is what I get:I'd understand if this was not officially supported. Feel free to close the Issue ticket if so.