I note you have 3 play back devices. Which are you trying to use ? The analog ? The digital ? The HDMI ?
APLAY
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: Conexant Digital [Conexant Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
when using pavucontrol, ensure you select the correct device in the ‘configuration tab’.
Some things I note from the mixer:
**!!Amixer output**
!!-------------
!!-------Mixer controls for card 0 [PCH]
**Card hw:0 'PCH'/'HDA Intel PCH at 0xd1c00000 irq 49'**
Mixer name : 'Intel CougarPoint HDMI'
**Simple mixer control 'Master',0**
Limits: Playback 0 - 74
Mono: Playback 52** [70%]** -22.00dB] [on]
**Simple mixer control 'Headphone',0**
Front Left: Playback 74 [100%] [0.00dB] [on]
Front Right: Playback 74 [100%] [0.00dB] [on]
**Simple mixer control 'Speaker',0**
Front Left: Playback 0 **[0%]** -74.00dB] **[off]**
Front Right: Playback 0** [0%] **-74.00dB] **[off]**
**Simple mixer control 'Mic',0**
Front Left: Capture 0 **[0%]** -74.00dB] **[off]**
Front Right: Capture 0 **[0%]** -74.00dB] **[off]**
**Simple mixer control 'Auto-Mute Mode',0**
Items: 'Disabled' 'Enabled'
Item0: 'Disabled'
Some obvious comments - Speaker is OFF in the mixer. So clearly the speaker won’t work with that setting. You need to set it ON if you want the speaker to work. Did you have everything setup correctly before running that script ?
The headphone is ON. That explains why the headphones work.
The Mic is at 0% capture and OFF> Its a surprise you can record any thing with that.
The mixer control has auto-mute disabled. That might lead to noise.
I also note in the script:
!!Modprobe options (Sound related)
!!--------------------------------
snd-hda-intel: model=acer-aspire
You have the model option ‘acer-aspire’ selected. According to the HD-Audio-Models.txt file documentation (which is on all openSUSE installs) that option is intended for a “ALC882/883/885/888/889” hardware audio codec. But according to the script your PC has a Conexant CX20588. So that ‘acer-aspire’ option is the wrong option. It will likely make things worse.
And if you look in the dmesg (at the bottom of the script) it has:
22.401299] mount[856]: WARNING: /etc/modprobe.d/50-sound.conf line 5: ignoring bad line starting with 'model=asus-mode1'
so that confirms ‘acer-aspire’ does nothing to help.
Just what IS the content of the /etc/modprobe.d/50-sound.conf file ? I am suspicious that file has had manual edits done with hope but not specifics, where those edits could be contributing to the problem and not helping.