Bug#1122612: sound stop to work after update
I managed to work around the problem by manually creating a plugdev in
~/.asoundrc, my hardware output is card 0 device 1.
pcm.stereo_plug {
type plug
slave.pcm "stereo_dmix"
}
pcm.stereo_dmix {
type dmix
ipc_key
slave {
pcm "hw:0,1"
rate 48000
}
}
pcm.!default "stereo_plug"
Bug#1122612: sound stop to work after update
Package: libasound2t64 Version: 1.2.15-1 severity: grave After updating from 1.2.14-2 -> 1.2.15-1 sounds stops to work. Downgrading fix the problem. This problem persists with newer and older alsa-ucm-conf and alsa-utils. It could be some problem with other packages that depends on 1.2.14 but whose dependencies where not strictly enough specified that still have to be updated. Just signaling the bug here so people avoid upgrades. -- Ivan Sergio Borgonovo https://www.webthatworks.it https://www.borgonovo.net

