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

i2samp.py doesn't comment out dtparam=audio=on from config.txt as required #322

Open
Patronics opened this issue Sep 9, 2024 · 1 comment
Labels

Comments

@Patronics
Copy link

Script Command

wget https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/raw/main/i2samp.py
sudo -E env PATH=$PATH python3 i2samp.py

Operating System

64 bit Raspberry Pi OS (2024-07-04 release plus updates from apt update/apt upgrade).

Hardware

Raspberry Pi 4B

Behavior

Error message when trying to run the installer after the reboot to test the system:

XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e.g. happen if yu try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)
ALSA lib pcm_dmix.c: 999: (snd_pcm_dmix_open) unable to open slave
speaker-test 1.2.8

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Playback open error: -524, Unknown error 524

ALL done!

Enjoy your new Sproductname!
REBOOT NOW? [Y/n]

And speaker output is nonfunctional.

also no output from speaker-test -c2 until I manually adjust /boot/firmware/config.txt to comment out dtparam=audio=on and reboot.

Description

No response

Additional information

No response

@Patronics Patronics added the bug label Sep 9, 2024
@Patronics
Copy link
Author

Patronics commented Sep 10, 2024

Additionally, whenever audio starts playing there is a loud pop, despite the instructions claiming this issue has been resolved by the current installer.

This can be worked around by starting background audio playing, such as by running ffplay on a silent file.

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

1 participant