You are not logged in.
Pages: 1
I've just reinstalled arch and installed pulseaudio, alsa, alsautils & pulseaudio-alsa but my Audio card isn't being detected in anything but lspci
lspci
...
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
In dmesg there's errors for snd_hda_intel
snd_hda_intel 0000:00:1f.3: Unknown capability 0
snd_hda_intel 0000:00:1f.3: CORB reset timeout#1, CORBRP = 0
snd_hda_intel 0000:00:1f.3: no codecs found!
According to this post (on the artix forumns) someone has this error with the exact same card this worked:
# /etc/modprobe.d/intel_dmic.conf
options snd_hda_intel dmic_detect=0
however that didn't affect anything for me
Reloading the device also just produced the same errors in dmesg
echo 1 > '/sys/bus/pci/devices/0000:00:1f.3/remove'
echo 1 > /sys/bus/pci/rescan
Same happens removing and readding snd_hda_intel module
# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pulse
PulseAudio Sound Server
speex
Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
default
Default ALSA Output (currently PulseAudio Sound Server)
hdmi:CARD=NVidia,DEV=0
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
HDA NVidia, HDMI 1
HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
HDA NVidia, HDMI 2
HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
HDA NVidia, HDMI 3
HDMI Audio Output
hdmi:CARD=NVidia,DEV=4
HDA NVidia, HDMI 4
HDMI Audio Output
usbstream:CARD=NVidia
HDA NVidia
USB Stream Output
front:CARD=PCH
Front output / input
surround21:CARD=PCH
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
usbstream:CARD=PCH
HDA Intel PCH
USB Stream Output
boop
Offline
exact same card
Intel Corporation Comet Lake PCH cAVS
Intel Corporation Cannon Lake PCH HECI Controller
Did/do you have the "sof-audio-pci" errors?
Did you install linux-firmware?
Which kernel (version) is this?
Ideally please post the complete system journal (sudo journalctl -b)
Offline
Did/do you have the "sof-audio-pci" errors?
I don't think so
Did you install linux-firmware?
yes
Which kernel (version) is this?
5.13.13-arch1-1
Ideally please post the complete system journal (sudo journalctl -b)
Also sorry I copied the wrong thing from lspci (still isn't exactly the same)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
Last edited by SollyBunny (2021-09-01 09:10:19)
boop
Offline
You aren't going to have sof firmware errors if you disable it via dmic_detect. Remove the modprobe file and install sof-firmware and reboot.
Last edited by V1del (2021-09-01 09:15:58)
Offline
I do have sof-firmware installed aswell
I'll see what happens if i remove the modprobe file
edit: nothing changed
Last edited by SollyBunny (2021-09-01 09:29:06)
boop
Offline
Updated journal?
Offline
Pages: 1