You are not logged in.
I recently bought a new motherboard but now I don't have sound on any of the connectors on my motherboard. The front connectors don't work either. But when I plug the speakers into my monitor sound works. Bluetooth audio works as well.
I have tried maxing out all the sliders in alsamixer but that did not work. Motherboard is Gigabyte B550 Aorus V2. Do any of you know how to fix this?
Edit:
I'm using Pipewire. Sound is enabled in BIOS.
Edit2:
Playing audio works through ALSA. Now I just need it to work in Pipewire
Last edited by Chad Rosswick (2022-04-09 15:39:26)
Offline
How are you playing back in ALSA that it works there?
In any case to make any useful statements during attempted playback post
aplay -l
sudo fuser -v /dev/snd/*
pactl list cards
pactl list sinks
pactl list sink-inputs
Offline
Everything except the sound is working. I can select the sound card and the different ports in pavucontrol. It even shows which ones are plugged/unplugged.
sudo fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: fried 1182 F.... wireplumber
/dev/snd/controlC1: fried 1181 F.... pipewire
fried 1182 F.... wireplumber
/dev/snd/controlC2: fried 1181 F.... pipewire
fried 1182 F.... wireplumber
/dev/snd/controlC3: fried 1182 F.... wireplumber
/dev/snd/pcmC0D0c: fried 1181 F...m pipewire
/dev/snd/pcmC1D7p: fried 1181 F...m pipewire
/dev/snd/pcmC2D1p: fried 1181 F...m pipewire
/dev/snd/seq: fried 1181 F.... pipewire
**** List of PLAYBACK Hardware Devices ****
card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 7: HDMI 1 [HDMI 1]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Generic_1 [HD-Audio Generic], device 0: ALCS1200A Analog [ALCS1200A Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Generic_1 [HD-Audio Generic], device 1: ALCS1200A Digital [ALCS1200A Digital]
Subdevices: 0/1
Subdevice #0: subdevice #0
Not posting pactl commands since these are very long. If you want I can put them in a pastebin.
For playback I just chose a random Youtube video in Firefox. Bluetooth audio works. I played audio directly to alsa using mpv --audio-device=alsa/sysdefault:CARD=Generic_1 test.mp3 and that worked too.
Offline
Post these outputs they are the most crucial piece of information here. Don't worry about the length, if you wrap it in code tags scrollbars will be added.
Throw in
amixer -c2
while you're at it.
Random guess based on the existing info, from what I'm seeing here pipewire is using the digital port and you probably want to switch your profile to analog.
Last edited by V1del (2022-04-09 16:23:33)
Offline
pactl list cards
http://ix.io/3UIJ
pactl list sinks
http://ix.io/3UIK
amixer -c2
http://ix.io/3UIL
Offline