You are not logged in.
I just installed Arch Linux manually with the Linux LTS kernel. I downloaded the pipewire package. I tried the forums and the wiki but neither my sound is working nor my bluetooth.
I am a beginner, I have an Nvidia 4050 mobile GPU with AMD CPU. The system is an ROG Strix G17 (2023). Please let me know what to do.
Last edited by TheKnightsky (2024-11-22 13:40:55)
Offline
Try this:
sudo pacman -S sof-firmware
Offline
the LTS kernel is a year old in terms of HW support, if you're wondering about HW support, don't pick the LTS kernel.
For audio you're most likely missing sof-firmware, for BT have you seen and what are your findings of: https://wiki.archlinux.org/title/Bluetooth
If neither help, post the link you get from
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Offline
The bluetooth issue has now been resolved after I did
systemctl start bluetooth.service
Audio works over bluetooth too.
As for the audio in general, I did install sof-firmware package and rebooted but that didn't fix it.
The link I get from the "sudo journalctl -b | curl -F 'file=@-' 0x0.st" is http://0x0.st/X5zm.txt
Offline
The card is technically detected correctly, what output do you get from
sudo fuser -v /dev/snd/*
aplay -lL
amixer -c0
pactl list cards
pactl list sinks
while attempting to play back and sound not working?
Oh wait it isn't
Nov 22 14:27:59 AceStrix kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Failed property cirrus,dev-index: -22
Nov 22 14:27:59 AceStrix kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: error -EINVAL: Platform not supported
Nov 22 14:27:59 AceStrix kernel: cs35l41-hda: probe of i2c-CSC3551:00-cs35l41-hda.0 failed with error -22
Nov 22 14:27:59 AceStrix kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Failed property cirrus,dev-index: -22
Nov 22 14:27:59 AceStrix kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: error -EINVAL: Platform not supported
Nov 22 14:27:59 AceStrix kernel: cs35l41-hda: probe of i2c-CSC3551:00-cs35l41-hda.1 failed with error -22
and online references suggest this should be mostly fixed on 6.7+ kernels --> don't use LTS if you worry about HW support.
Last edited by V1del (2024-11-22 09:25:34)
Offline
You are right, I have installed the mainline Linux kernel and the issues have fixed themselves. It was a hardware support issue.
Offline