You are not logged in.

#1 2024-11-22 07:59:46

TheKnightsky
Member
Registered: 2024-11-22
Posts: 11

[SOLVED] No audio and bluetooth on fresh KDE Wayland with LTS

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

#2 2024-11-22 08:28:22

ploub
Member
Registered: 2007-05-16
Posts: 134

Re: [SOLVED] No audio and bluetooth on fresh KDE Wayland with LTS

Try this:

sudo pacman -S sof-firmware

Offline

#3 2024-11-22 08:36:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,289

Re: [SOLVED] No audio and bluetooth on fresh KDE Wayland with LTS

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

#4 2024-11-22 09:02:39

TheKnightsky
Member
Registered: 2024-11-22
Posts: 11

Re: [SOLVED] No audio and bluetooth on fresh KDE Wayland with LTS

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

#5 2024-11-22 09:20:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,289

Re: [SOLVED] No audio and bluetooth on fresh KDE Wayland with LTS

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

#6 2024-11-22 13:39:45

TheKnightsky
Member
Registered: 2024-11-22
Posts: 11

Re: [SOLVED] No audio and bluetooth on fresh KDE Wayland with LTS

You are right, I have installed the mainline Linux kernel and the issues have fixed themselves. It was a hardware support issue.

Offline

Board footer

Powered by FluxBB