If you look at the diagnostic script output you will see:
!!Loaded ALSA modules
!!-------------------
snd_hda_intel
snd_hda_intel
This indicates two separate instances of the “snd_hda_intel” alsa module loaded, likely associated with 2 separate sound devices (nominally card-0 and card-1).
If you then look at this script output:
!!Soundcards recognised by ALSA
!!-----------------------------
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf5230000 irq 27
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xf3000000 irq 17
its clear there is a “PCH” and a “NVidia” separate sound device.
and then the following gives more information on these two devices.
!!PCI Soundcards installed in the system
!!--------------------------------------
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
where the PCH (Intel Corp 7 series) is an Codec: Realtek ALC3202, and the NVidia GF108 is an Codec: Nvidia GPU 14 HDMI/DP. Where that makes it clear, card-1 is currently (when that script was run) an HDMI device.
Further, if you look at the ‘aplay’ output:
!!Aplay/Arecord output
!!--------------------
APLAY
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC3202 Analog [ALC3202 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
its pretty clear there that PCH is Card-0, an ALC3202; and that card-1 is an HDMI.
As long as that configuration stays, then if you are not using HDMI that is good. But if the sound instances were to be reversed after a boot, then that could cause sound problems.
Did you unmute the speaker for card-0 (ie your nominal analog sound device) like I suggested ?
.