Yes. It looks like sound card was detected and initialized, but Pulse
Audio was unable to set it as "default" automatically.
Have you tried to list and use available cards from alsa perspective
(your device names may be different)?
    $ aplay -l | grep ALC
        card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog
[ALC887-VD Analog]
    $ aplay -L | grep CARD
        sysdefault:CARD=PCH
        front:CARD=PCH,DEV=0
        surround21:CARD=PCH,DEV=0
        ...
    $ speaker-test -D front -t wav -c 2
If speaker-test works, but without actual sound from speakers, be sure
to check if sound channels unmuted:
    $ alsamixer


On 25.09.2017 23:11, Pierre Frenkiel wrote:
>    nothing new in syslog
>    here are the outputs for the journalctl calls
>    Do you see there something interesting?
>    For me, it's not very useful.
>
> ==================================================================
> ==> journalctl -b | grep -i audio
>
> Sep 24 14:21:11 pfr3 kernel: snd_hda_codec_realtek hdaudioC1D0:
> autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker

Reply via email to