-
Notifications
You must be signed in to change notification settings - Fork 30
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
Can't select soundcard #23
Comments
Same issue here. My RME ADI-2 DAC FS is not listed. I'm using now Rapsberry Pi OS and previously, when I was using HiFiBerry I was able to set-up Tidal connect.
update: OK, I figured out why the command is not listing soundcards, it's because my docker command doesn't work with non-root users, but even if I run this as root, my USB DAC is not listed:
Also, I have /etc/asound.conf configured and it looks like following (raspotify works well but before installing Tidal connect I stopped raspotify service):
|
Hey @jmayday, i was having a similar issue, and realized it's because i had a 64bit OS installed, while docker trying to run something in 32bit mode. Or at least that's my guess.. This was the error message that helped me:
I'm sure there's a simple solution for this just using Docker, rebuilding an image, choosing a different base image, IDK. For me, it was easier to just start fresh, with a 32bit base OS instead. |
Hi, I have a Pi 0W with a HiFiBerry DAC+ Zero. I can't select a soundcard when I run the ./install_hifiberry.sh.
I have also tried
docker run --device /dev/snd \ -v /var/run/dbus:/var/run/dbus \ -v /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket \ --entrypoint "" \ edgecrush3r/tidal-connect /app/ifi-tidal-release/bin/ifi-pa-devs-get 2>/dev/null | grep device#
But it shows nothing.
I have also tried to manually adding info to the entrypoint.sh file. But it only gives error when i try to start tidal service.
Log:
tidal_connect | Starting Speaker Application in Background (TMUX)
tidal_connect | Starting TIDAL Connect..
tidal_connect | /entrypoint.sh: line 19: 12 Illegal instruction (core dumped) /app/ifi-tidal-release/bin/tidal_connect_application --tc-certificate-path "/app/ifi-tidal-release/id_certificate/IfiAudio_ZenStream.dat" --playback-device "snd_rpi_hifiberry_dac: HifiBerry DAC HiFi pcm5102a-hifi-0 (hw:0,0)" -f "HiFiBerry" --codec-mpegh true --codec-mqa false --model-name "HiFiBerry" --disable-app-security false --disable-web-security false --enable-mqa-passthrough false --log-level 3 --enable-websocket-log "0"
tidal_connect | TIDAL Connect Container Stopped..
The text was updated successfully, but these errors were encountered: