[SOLVED] Can't install on Raspi Bullseye 64 bit
-
@unsubscribed
Ok, I installed bullseye 64 lite on my pi3b. I updated to the latest stable version. Don't mess with the video driver. Leave it at default.Install
libsamplerate0-dev
. Editsdl2.sh
so it can install version2.0.20
. Retroarch and everything else should install without issues.I noticed I get no audio and there's no option to choose hdmi audio. Get
audiosettings.sh
from https://github.com/cmitu/RetroPie-Setup/tree/audio-ks
and transfer it to your pi. Replace it. The option for hdmi audio should now show up in audio settings.I did encounter a bug in the past where the audio cuts out but that requires more extensive testing to see if the issue was fixed recently. Bullseye is not supported right now so if you can, go back to buster.
-
@Darksavior said in Can't install on Raspi Bullseye 64 bit:
Don't mess with the video driver. Leave it at default.
Do you mean to leave enabled the experimental GL on raspi-config?
Thanks a lot for taking the time and the detailed explanation! I will be free to do it maybe next day but will update this thread asap.
-
@unsubscribed Yes, leave the "experimental" driver enabled. It's an old message. It's not experimental anymore since the pi team decided to use it as the default.
-
With your instructions it worked flawlessly, thanks a lot!
Now I just need to understand how to activate the display when emulationstation is started via ssh, but I'll probably open another thread.
-
@Darksavior
is amiberry working with kms? I had no sound via hdmi when I tried 64 bit bullseye last... With the default SDL2 it worked fine, but the custom one from retropie gave me no audio in amiberry only. I haven't done the audiosettings.sh thing you've mentioned in the post above back then though. -
@shadoom I don't use amiberry so I can't say. You can try installing sdl2 2.0.20, install the wip audiosettings from cmitu's repo (it adds the option for hdmi audio) and then install amiberry again. Retropie's default is 2.0.10. I believe .20 was causing problems with some games but I mainly use libretro cores so it doesn't affect me.
Checking retropie's sdl branch, you can experiment with versions .16 and .18 though I don't know which version fixed the issues with bullseye.
-
@Darksavior omxplayer is still a problem for me, and i'm not able to install it, and emulationstation needs it. what have you done to get rid of that error?
-
@ustix The error doesn't exist on 64bit. I only got it on 32bit. You need to comment out like 3 lines from the ES installer script which I don't remember at the moment.
-
compareVersions "$__os_debian_ver" gt 8 && depends+=(rapidjson-dev) isPlatform "x11" && depends+=(gnome-terminal) # if isPlatform "dispmanx" && ! isPlatform "osmc"; then # depends+=(omxplayer) # fi getDepends "${depends[@]}" }
I can only think of that three, maybe.
-
@ustix said in [SOLVED] Can't install on Raspi Bullseye 64 bit:
omxplayer is still a problem for me, and i'm not able to install it, and emulationstation needs it...
omxplayer
will not run on a 64bit system, due to the lack of support from the GPU drivers/OS (there's no 32bit OMX api in the first place). It's been completely removed from the RaspiOS 'bullseye' release, since it's not compatible with the GPU drivers and will not work.EmulationStation works without
omxplayer
, using thevlc
libraries for video. -
@mitu
Thanks for the answer, so am I right to comment out omxplayer dependency check from the installation script to proceed?
I've read somewhere that omxplayer plays ingame videos, isn't that a problem for emulationstation? (i don't really care if i can't see any ingame videos, I'm pretty good without them)
How can I change to vlc, or is it automatic? (I have seen that vlc is also a dependency, so it is used if there is no omxplayer?) -
Thanks for the answer, so am I right to comment out omxplayer dependency check from the installation script to proceed?
No, the lines you commented will actually disable the
omxplayer
dependency on 'bullseye', so EmulationStation would build/install without dependency issues. I think the configuration menu would still showomxplayer
as available to play videos, but it will not work (should work inemulationstation-dev
).I've read somewhere that omxplayer plays ingame videos, isn't that a problem for emulationstation? (i don't really care if i can't see any ingame videos, I'm pretty good without them)
omxplayer
can be used for the videos shown in the gamelist, in EmulationStation, not by emulators.How can I change to vlc, or is it automatic? (I have seen that vlc is also a dependency, so it is used if there is no omxplayer?)
vlc
is the default video backend for EmulationStation, so you don't have to do anything.omxplayer
is an alternate backend that is available only on RPI, but -
@mitu
Thank you for your help, I've meant that I would like to disable the omxplayer dependency, because emulationstation is not installing if it is enabled. I have done that with commenting out that three lines, and it is installed without issues, I'm looking forward to try it out, but I'm at work with SSH only, so I'm only able to look at the processes, which shows that emulationstation is running now. -
@Darksavior
Do I have to experiment changing the sdl2 version on 32bit bullseye too? -
I noticed I get no audio and there's no option to choose hdmi audio. Get
audiosettings.sh
from https://github.com/cmitu/RetroPie-Setup/tree/audio-ks
and transfer it to your pi. Replace it. The option for hdmi audio should now show up in audio settings.Hi!
Does it matter when I copy the audiosetting.sh? Do I have to do it before installing retropie, or i can do that after that too? -
@ustix Install retropie first and then follow my instructions that I already posted.
-
@Darksavior
Also I have experimented a problem about gpu_mem, when you set it to 256 (which i don't really think is reasonable for pi zero 2, but I have tried) then emulationstation is not loading, instead it is in a constant 104% cpu using state. -
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.