This might be a popular type of question, but since none of the workarounds related to this worked for me, I just have to ask.
I have ASUS Vivobook Pro 15 K6500ZC-HN364 (i7-12650H). I've just (re)installed Ubuntu 22.04 (almost fresh - installed updates, NVidia proprietary graphics driver, and alsa-tools
).
In the sound settings I can see that system recognizes the output device as Speakers - Built-in Audio, and if I plug in mini-jack headphones, it recognizes 'em too as Headphones - Built-in Audio
If I play audio or test it in settings while headphones are not plugged in, I can hear no sound. With the headphones, I hear a kind of bit-crushed ear-bleeding sound.
In both situations, however, the sound level visualizer (that one in the settings under the Output Device dropdown) reacts to the sound, it acts like everything is OK. But it's not, obviously
I've tried every available workaround related to sound problems on Ubuntu, even this one with an executable bash file and reboot:
#!/bin/bash
sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0x1b
sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x4a4b
sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf
sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x74
but unfortunately, nothing fixes the problem.
Another thing is that immediately after startup I have Dummy Output in Output Device but in a few seconds everything here goes back to normal (I guess it's OK due to sound servers loading).
Here is some technical information (I'll add more if needed):
ASUSLaptop-K6500ZC-K6500ZC:~$ inxi -xxz --audio
Audio:
Device-1: Intel Alder Lake PCH-P High Definition Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel bus-ID: 0000:00:1f.3 chip-ID: 8086:51c8
Device-2: NVIDIA vendor: ASUSTeK driver: snd_hda_intel v: kernel
bus-ID: 0000:01:00.1 chip-ID: 10de:2291
Sound Server-1: ALSA v: k5.15.0-58-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
ASUSLaptop-K6500ZC-K6500ZC:~$ cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0x612f288000 irq 189
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0x86080000 irq 17
Vivobook-ASUSLaptop-K6500ZC-K6500ZC:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC294 Analog [ALC294 Analog]
Subdevices: 0/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 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
Is this related to this bug? And are there any more workarounds for this problem?
I mean, if there are no solutions and the only way is to wait until some patches are released, just let it be, but I need to know :)
Hope you can help me.
Thanks in advance!
Edit
Here is the screenshot from alsamixer
requested in comments. Seems nothing strange to me, but what is that PCM means? Pulse-code modulation?

Edit 2
USB headset and Bluetooth speakers are working fine. So, I guess, the problem is in incompability with ALC294. Waiting for updates?