Thanks for the replies. I had a look at the lsmod as mentioned above. I don't really know what modules are responsible for sound, but I guess it is the snd* ones. They all seem to used by something, but the snd_hda_intel is not. Maybe that is the issue?
[manoca@lumpy ~]$ lsmod | grep snd
snd_hda_codec_conexant 32768 1
snd_hda_codec_generic 98304 1 snd_hda_codec_conexant
ledtrig_audio 16384 1 snd_hda_codec_generic
snd_hda_codec_hdmi 86016 2
snd_hda_intel 61440 0
snd_intel_dspcfg 36864 1 snd_hda_intel
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
snd_hda_codec 188416 4 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel
snd_hda_core 118784 5 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 172032 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_timer 49152 1 snd_pcm
snd 131072 8 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm
soundcore 16384 1 snd
I also tried to do the thing with mpv itself(although I think the problem is a bit deeper, as firefox is also not able to play sound). Here the output of the mpv command:
[manoca@lumpy ~]$ mpv --audio-device=help
[ao/pipewire] Could not connect to context '(null)': Host is down
List of detected audio devices:
'auto' (Autoselect device)
'alsa' (Default (alsa))
'alsa/default:CARD=PCH' (HDA Intel PCH, CX20632 Analog/Default Audio Device)
'alsa/sysdefault:CARD=PCH' (HDA Intel PCH, CX20632 Analog/Default Audio Device)
'alsa/front:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/Front output / input)
'alsa/surround21:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/2.1 Surround output to Front and Subwoofer speakers)
'alsa/surround40:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/4.0 Surround output to Front and Rear speakers)
'alsa/surround41:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/4.1 Surround output to Front, Rear and Subwoofer speakers)
'alsa/surround50:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/5.0 Surround output to Front, Center and Rear speakers)
'alsa/surround51:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/5.1 Surround output to Front, Center, Rear and Subwoofer speakers)
'alsa/surround71:CARD=PCH,DEV=0' (HDA Intel PCH, CX20632 Analog/7.1 Surround output to Front, Center, Side, Rear and Woofer speakers)
'alsa/hdmi:CARD=PCH,DEV=0' (HDA Intel PCH, HDMI 0/HDMI Audio Output)
'alsa/hdmi:CARD=PCH,DEV=1' (HDA Intel PCH, HDMI 1/HDMI Audio Output)
'alsa/hdmi:CARD=PCH,DEV=2' (HDA Intel PCH, HDMI 2/HDMI Audio Output)
'alsa/hdmi:CARD=NVidia,DEV=0' (HDA NVidia, LG Ultra HD/HDMI Audio Output)
'alsa/hdmi:CARD=NVidia,DEV=1' (HDA NVidia, E27q-20/HDMI Audio Output)
'alsa/hdmi:CARD=NVidia,DEV=2' (HDA NVidia, HDMI 2/HDMI Audio Output)
'alsa/hdmi:CARD=NVidia,DEV=3' (HDA NVidia, HDMI 3/HDMI Audio Output)
'jack' (Default (jack))
I tried to make the config file as requested. It was not there by default so I had to create it and paste this one-liner(I want to use the headphone jack on the front panel, so I guess this is the right one?):
[manoca@lumpy ~]$ cat ~/.config/mpv/mpv.conf
audio-device=alsa/front:CARD=PCH,DEV=0
I checked alsamixer for the unmute option again. There are three options on F6 for me and I guess the HDA Intel PCH is the right one?
https://postimg.cc/MccXkc7Z
But my speakers still refuse to vibrate