Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing on Raspberry pi 5 32Bits #371

Open
rijotech opened this issue Jan 21, 2024 · 2 comments
Open

Not showing on Raspberry pi 5 32Bits #371

rijotech opened this issue Jan 21, 2024 · 2 comments

Comments

@rijotech
Copy link

rijotech commented Jan 21, 2024

I successfully compiled it on a Raspberry Pi 5 32bits and executed but there is no display on the screen after connecting. I'm wondering why is not showing anything, also there are no errors.

``sudo DISPLAY:=0 rpiplay -n RASPLED -l -a hdmi -b off`

PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
```
@rijotech rijotech changed the title Not showing on Raspberry pi 32Bits Not showing on Raspberry pi 5 32Bits Jan 21, 2024
@rijotech
Copy link
Author

rijotech commented Jan 22, 2024

I got it working on pi5 running on Debian 12 Bookworm in full-screen mode thanks to this post.
the only problem I'm facing is audio problems, there is no sound.
I'm running this command rpiplay -l -a hdmi -b off I have also set the audio to hdmi-0 on raspi-config
I see this message after running the server.
AL lib: (EE) ALCplaybackAlsa_reset: snd_pcm_hw_params_set_format(self->pcmHandle, hp, format) failed: Invalid argument Any idea on how I can fix this?

pi@raspled:~ $ aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
sysdefault
    Default Audio Device
default
output
hw:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Direct hardware device without any conversions
plughw:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Hardware device with all software conversions
sysdefault:CARD=vc4hdmi0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Default Audio Device
hdmi:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    HDMI Audio Output
dmix:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Direct sample mixing device
hw:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Direct hardware device without any conversions
plughw:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Hardware device with all software conversions
sysdefault:CARD=vc4hdmi1
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Default Audio Device
hdmi:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    HDMI Audio Output
dmix:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Direct sample mixing device

@fduncanh
Copy link

you might want to try with RPiPlay-derived UxPlay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants