moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.48k stars 323 forks source link

New Raspbian Bullseye release, fails to install #833

Closed WilliUreta closed 2 years ago

WilliUreta commented 2 years ago

Please provide the following info.

NVidia Geforce Experience version: None

Moonlight Embedded version: Latest commit: 81322a2b91aaaa18bdbb0be01b2c245ed000abe4

Moonlight Embedded source: from github, using https://github.com/moonlight-stream/moonlight-embedded/wiki/Full-details-for-Compilation-and-Installation-in-Raspbian-Or-OSMC

Moonlight Embedded running on: Raspberry Pi 3B+ Moonlight Embedded running on distribution: Raspbian Bullseye

Verbose output -verbose of Moonlight Embedded:

What is the expected result? Installation successful What happens instead of that? Installation/compilation fails. Lots of modules not found, such as: libevdev, libudev, libva... The new release has made some changes on the video drivers for the RPi. https://www.raspberrypi.com/news/raspberry-pi-os-debian-bullseye/

CMakeError.log

Cageman1984 commented 2 years ago

I tried fixing it with adding the old buster repository tot sources.list. Installation is successful, but I run into a new video related error (and haven't looked into that yet)

But you could try the same: add buster to sources.list

I should mention that I install ME with apt, after adding the repository of ME itself.

WilliUreta commented 2 years ago

I understand that there are workarounds for most of the issues, but it would be neat if we could get a Bullseye specific update (maybe not even RPi specific). AFAIK, the RPi announcement mentions stuff about the KMS video driver that may affect ME. Thanks anyways!

TimCurvature commented 2 years ago

Hey there ! I am also having troubles installing on Bullseye. The installation can't install libcec4. Can someone tell me which version of raspbian i can use to get moonlight working? Steamlink App failed starting as well sadly, so i guess there's no other option but to switch to another os version and do it all over again ^^ . Would be absolutely great if we could have a List in the Readme where you can just see what Versions are known to be working and which not.

cgutman commented 2 years ago

This is fixed by https://github.com/moonlight-stream/moonlight-embedded/commit/ba8a23725d941732eda5a9b52c40817331640c4b

Planning to get Bullseye packages published soon.

cgutman commented 2 years ago

The v2.5.2 release is out with Buster and Bullseye packages.

If you're running Bullseye, please make sure you follow the steps on the wiki to make sure Moonlight can render to the screen properly.