You are not logged in.
I've been having this problem with pipewire for a while, it doesn't happen on pulseaudio but I'd really rather use pipewire as I'm more open to using it.
My laptop has a Realtek ALC256 sound card, and everytime i reboot my Arch Linux install, sound doesn't work.
I always have to either plug in or plug out headphones, or restart pipewire entirely.
I've tried a couple solutions, for example installing sof-firmware, changing the .conf in /etc/modprobe.d, etc. but nothing really has worked for me.
I'm open to any help, I just wanna get rid of this stupid issue lol
Offline
Post
sudo dmesg | grep -E 'snd|sof'
sudo fuser -v /dev/snd/*
aplay -lL
pactl list cards
pactl list sinks
wrapped in code tags when having the issue
Offline
oh. i just figured out the issue
i didnt really see this anywhere when looking around for help, but i just needed to install alsa-utils and after the next reboot, everything seemed to work normally
thanks for the hint
Offline
That should not have had an inherent effect on it's own, but in any case please mark as SOLVED by editing the title in your first post
Offline
That should not have had an inherent effect on it's own, but in any case please mark as SOLVED by editing the title in your first post
alsa-utils installs two services (alsa-restore and alsa-state) and adds them to the sound target. Those may have helped.
Last edited by progandy (2023-05-29 07:23:00)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
I know but afaik neither will actually do anything on their own unless you run alsactl store or alsactl daemon once explicitly. They have ConditionFile checks that should fail with neither having been ran at least once as those commands would create the corresponding files (might've changed recently though)
Offline
I know but afaik neither will actually do anything on their own unless you run alsactl store or alsactl daemon once explicitly.
That has been changed a few years ago. alsactl store/restore will always run unless you have enabled the alsactl daemon. https://github.com/alsa-project/alsa-ut … 20d8578592
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Aha that explains things
Offline