You are not logged in.
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-pciSep 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: -2Offline
you are missing sof-firmware package.
Offline
I installed
sof-firmwareand now it shows my audio device. Still no sound output comes, though.
Offline
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 restartOffline
I tried that and reinstalling
alsa-firmware sof-firmware alsa-ucm-confbut still no audio output.
Offline
"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