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

RPI Zero 2 W with i2s Audio (No sound) on future3 #1886

Closed
tactmaster opened this issue Sep 15, 2022 · 5 comments
Closed

RPI Zero 2 W with i2s Audio (No sound) on future3 #1886

tactmaster opened this issue Sep 15, 2022 · 5 comments
Labels

Comments

@tactmaster
Copy link

Describe your problem

Sounds working great before install

No sounds after install

What's your hardware set up?

Adafruit I2S Audio Bonnet
RPI Zero 2 W
https://www.adafruit.com/product/4037
Used this to set it up
curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash

Solution

Not sure where this should be a pull request or documenation update

load-module module-alsa-sink added to .config/pulse/default.pa

it may also need the sink to be set in jukebox.yaml

However I am still playing..

If possible, try to attach logs from ... (paths from RPi)

notwokring32.txt
alsanoworking.txt

@tactmaster tactmaster added bug future3 Relates to future3 development needs triage labels Sep 15, 2022
@s-martin
Copy link
Collaborator

3.4 was just released, https://github.com/MiczFlor/RPi-Jukebox-RFID/releases/tag/v3.4.0

Could you check, if your problem was fixed?

@damaev
Copy link
Contributor

damaev commented Dec 31, 2023

I ran into some seemingly problems with my I2S PCM5102A DAC after upgrading the OS from jessy or stretch to the current bullseye.

My new installation method is:
To make the following changes to /boot/config.txt

dtparam=i2s=on
#dtparam=audio=on
dtoverlay=hifiberry-dac
dtoverlay=vc4-kms-v3d,noaudio

After a reboot the card should be detected. My following issue was that in the old days you needed to configure alsa with a softvol control. It took me a lot of time to not make it work and to.finally realise that pulseaudio is now directly taking care of it.
Changes to /etc/asound.conf or similar are not necessary/working.

Hopefully this helps.
Best wishes

@s-martin
Copy link
Collaborator

I ran into some seemingly problems with my I2S PCM5102A DAC after upgrading the OS from jessy or stretch to the current bookworm.

My new installation method is:
To make the following changes to /boot/config.txt

dtparam=i2s=on
#dtparam=audio=on
dtoverlay=hifiberry-dac
dtoverlay=vc4-kms-v3d,noaudio

After a reboot the card should be detected. My following issue was that in the old days you needed to configure alsa with a softvol control. It took me a lot of time to not make it work and to.finally realise that pulseaudio is now directly taking care of it.
Changes to /etc/asound.conf or similar are not necessary/working.

Hopefully this helps.
Best wishes

Looks like bookworm also changed the location of config.txt:

#2169 (comment)

@damaev
Copy link
Contributor

damaev commented Dec 31, 2023

I ran into some seemingly problems with my I2S PCM5102A DAC after upgrading the OS from jessy or stretch to the current bookworm.
My new installation method is:
To make the following changes to /boot/config.txt

dtparam=i2s=on
#dtparam=audio=on
dtoverlay=hifiberry-dac
dtoverlay=vc4-kms-v3d,noaudio

After a reboot the card should be detected. My following issue was that in the old days you needed to configure alsa with a softvol control. It took me a lot of time to not make it work and to.finally realise that pulseaudio is now directly taking care of it.
Changes to /etc/asound.conf or similar are not necessary/working.
Hopefully this helps.
Best wishes

Looks like bookworm also changed the location of config.txt:

#2169 (comment)

Yes, I was mistaken. I'm currently running bullseye...
I edited my post accordingly.

@pabera
Copy link
Collaborator

pabera commented Jan 2, 2024

Closing this. Feel free to reopen if not solved. Also have a look at #2169.

@pabera pabera closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants