You are not logged in.

#1 2020-09-17 22:52:50

kingredt
Member
Registered: 2020-09-17
Posts: 5

No Sound Output Arch Fresh Install (sof-audio-pci)?

Just installed Arch in dual boot and there is no sound. It keeps showing "Dummy Output" in pavucontrol.

here's the output for

journalctg | grep sof-audio-pci
Sep 17 13:53:37 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Sep 17 13:53:37 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Sep 17 13:53:37 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
Sep 17 13:53:37 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: use msi interrupt mode
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: DMICs detected in NHLT tables: 2
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: Direct firmware load for intel/sof/sof-icl.ri failed with error -2
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: error: request firmware intel/sof/sof-icl.ri failed err: -2
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: error: failed to load DSP firmware -2
Sep 17 13:53:38 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -2
Sep 17 14:41:06 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Sep 17 14:41:06 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Sep 17 14:41:06 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
Sep 17 14:41:06 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: use msi interrupt mode
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: DMICs detected in NHLT tables: 2
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: Direct firmware load for intel/sof/sof-icl.ri failed with error -2
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: error: request firmware intel/sof/sof-icl.ri failed err: -2
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: error: failed to load DSP firmware -2
Sep 17 14:41:07 krish-laptop kernel: sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -2

Offline

#2 2020-09-17 23:24:03

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: No Sound Output Arch Fresh Install (sof-audio-pci)?

you are missing sof-firmware package.

Offline

#3 2020-09-18 01:27:21

kingredt
Member
Registered: 2020-09-17
Posts: 5

Re: No Sound Output Arch Fresh Install (sof-audio-pci)?

I installed

sof-firmware

and now it shows my audio device. Still no sound output comes, though.

Offline

#4 2020-09-18 01:50:15

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: No Sound Output Arch Fresh Install (sof-audio-pci)?

Did you followed this wiki ?
https://wiki.archlinux.org/index.php/Ad … chitecture

# pacman -S alsa-utils
# pacman -S pulseaudio
# alsactl init
Unmute and raise volume
$ alsamixer 
May also need a restart

Offline

#5 2020-09-18 15:02:55

kingredt
Member
Registered: 2020-09-17
Posts: 5

Re: No Sound Output Arch Fresh Install (sof-audio-pci)?

I tried that and reinstalling

alsa-firmware sof-firmware alsa-ucm-conf

but still no audio output.

Offline

#6 2020-09-18 15:28:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,366

Re: No Sound Output Arch Fresh Install (sof-audio-pci)?

"No audio output" is quite undescriptive... What's your output for

aplay -lL
amixer -c0
pacmd list-cards
pacmd list-sinks
#During output attempts
pacmd list-sink-inputs
sudo fuser -v /dev/snd/*

Offline

Board footer

Powered by FluxBB