Alsa seems to function correctly, so
next you should assign available profile for your sound card with
PulseAudio. You should be able to choose between speakers\headphones outputs. Install "pavucontrol" package or\and "kmix" package since you using kde. Go to Configuration tab in pavucontrol and set profile for your sound card. Console utility for that is "pactl". This will give you index number of your sound card. $ pactl list cards This will set active profile for pulse audio on my system (You can use "Tab" key to get help for the next list of parameters): $ pactl set-card-profile 1 output:analog-surround-51+input:analog-stereo Pulse audio should remember that selection, between system restarts. If audio sink wasn't created after that, restart pulseaudio if necessary: $ pulseaudio -k $ pulseaudio --start To check sound from pulseaudio: $ speaker-test -D pulse -c 2 -t wav On 26.09.2017 15:37, Pierre Frenkiel
wrote:
On Tue, 26 Sep 2017, Alexander V. Makartsev wrote: |