Hello,
i have recently tried linux for the first time, it was Manjaro with GNOME 24.0.3 and i loved it, so i went and installed it to dual boot with windows 11 (can’t fully ditch it )
Everything went fine, but after i installed Manjaro the sound is not working there. It looks as if it were playing, but no sound is coming from either of speakers.
I have googled around for people with similar problems and disabled Windows’s “fast boot” that could cause this issue, but it didn’t help.
I also saw that people post their outputs of inxi -Aazyx
when trying to look for the problem on these forums, so i went back to live USB and this was the output of it:
Audio:
Device-1: AMD Rembrandt Radeon High Definition Audio vendor: Lenovo
driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
bus-ID: c3:00.1 chip-ID: 1002:1640 class-ID: 0403
Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor vendor: Lenovo
driver: snd_pci_ps v: kernel alternate: snd_pci_acp3x, snd_rn_pci_acp3x,
snd_pci_acp5x, snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x,
snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh,
snd_sof_amd_acp63 pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: c3:00.5
chip-ID: 1022:15e2 class-ID: 0480
Device-3: AMD Family 17h/19h HD Audio vendor: Lenovo driver: snd_hda_intel
v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: c3:00.6
chip-ID: 1022:15e3 class-ID: 0403
API: ALSA v: k6.9.5-1-MANJARO status: kernel-api with: aoss
type: oss-emulator tools: alsactl,alsamixer,amixer
Server-1: JACK v: 1.9.22 status: off tools: N/A
Server-2: PipeWire v: 1.0.7 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
tools: pactl,pw-cat,pw-cli,wpctl
~ ✔
Then i booted back into the installed version, and the output is this:
Audio:
Device-1: AMD Rembrandt Radeon High Definition Audio vendor: Lenovo
driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
bus-ID: c3:00.1 chip-ID: 1002:1640 class-ID: 0403
Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor vendor: Lenovo
driver: snd_pci_ps v: kernel alternate: snd_pci_acp3x, snd_rn_pci_acp3x,
snd_pci_acp5x, snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x,
snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh,
snd_sof_amd_acp63 pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: c3:00.5
chip-ID: 1022:15e2 class-ID: 0480
Device-3: AMD Family 17h/19h HD Audio vendor: Lenovo driver: snd_hda_intel
v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: c3:00.6
chip-ID: 1022:15e3 class-ID: 0403
API: ALSA v: k6.9.9-1-MANJARO status: kernel-api with: aoss
type: oss-emulator tools: alsactl,alsamixer,amixer
Server-1: JACK v: 1.9.22 status: off tools: N/A
Server-2: PipeWire v: 1.2.1 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
tools: pactl,pw-cat,pw-cli,wpctl
As you may see, the only difference is that live usb that has sound working is using PipeWire v: 1.0.7
and API: ALSA v: k6.9.5-1-MANJARO
, while the installed version is using PipeWire v: 1.2.1
and API: ALSA v: k6.9.9-1-MANJARO
Now my first thought would be to downgrade pipewire to 107 or somehow use that different ALSA API, but i am not sure how and also, perhaps this is not a good idea at all, and maybe i should do something different, maybe just change some configuration somewhere or something, as instinct would tell me that higher version of PipeWire/ALSA API would support at least the same audio cards as the older versions.
Could someone advice?