Skip to content

Sound is generally working, but not in the Phoniebox #2267

Answered by AlvinSchiller
mag-1sm asked this question in Q&A
Discussion options

You must be logged in to vote

I took a closer look into this:

It seems that since bookworm the audio device order has changed for the "desktop" version (maybe caused by "Pipewire"?). This causes the error for the playback (before "bcm*" was id 0, now its id 1).
To fix this the default audio device can be changed using the "/etc/asound.conf" file, like described here.

sudo nano /etc/asound.conf

pcm.!default {
    type hw
    card 1
}
ctl.!default {
    type hw
    card 1
}

Also there is a bug in the interface selection during the setup. For the "desktop" version the result differs for amixer scontrols and sudo amixer scontrols. As the mpd service is run as root the output of sudo amixer scontrols has to be used to fun…

Replies: 13 comments 24 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@olbasoil
Comment options

@s-martin
Comment options

@olbasoil
Comment options

@mag-1sm
Comment options

Comment options

You must be logged in to vote
2 replies
@s-martin
Comment options

@mag-1sm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@mag-1sm
Comment options

@AlvinSchiller
Comment options

@olbasoil
Comment options

@AlvinSchiller
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@AlvinSchiller
Comment options

@olbasoil
Comment options

@AlvinSchiller
Comment options

@mag-1sm
Comment options

@AlvinSchiller
Comment options

Comment options

You must be logged in to vote
1 reply
@olbasoil
Comment options

Comment options

You must be logged in to vote
4 replies
@mag-1sm
Comment options

@AlvinSchiller
Comment options

@AlvinSchiller
Comment options

Answer selected by AlvinSchiller
@s-martin
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mag-1sm
Comment options

Comment options

You must be logged in to vote
3 replies
@AlvinSchiller
Comment options

@edednedy
Comment options

@AlvinSchiller
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
legacy_v2 Issues, discussions and PRs related to Version 2.x
5 participants