Skip to content

Instantly share code, notes, and snippets.

@p0unter
Created August 17, 2025 15:42
Show Gist options
  • Select an option

  • Save p0unter/7b3af19afb06274ef7c1f65f697104f3 to your computer and use it in GitHub Desktop.

Select an option

Save p0unter/7b3af19afb06274ef7c1f65f697104f3 to your computer and use it in GitHub Desktop.
Audio problem solution on ArchLinux (Intel Process).

important libs:

sudo pacman -S sof-firmware alsa-ucm-conf linux-firmware pipewire pipewire-alsa pipewire-pulse wireplumber

for pipewire:

sudo pacman -S pipewire pipewire-pulse wireplumber lib32-pipewire

learn current audio card stat

aplay -l
lspci | grep -i audio

open grub conf file:

sudo nano /etc/default/grub

add this content in GRUB_CMDLINE_LINUX:

snd-intel-dspcfg.dsp_driver=1

then refresh grub conf:

sudo grub-mkconfig -o /boot/grub/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment