You are not logged in.
My machine's speakers and microphone aren't working. I have tried the solutions on the web but none of them have worked for me. Need help in fixing it.
I'm using pipewire and sof firmware is installed as well.
In pavucontrol all these options show unplugged.
http://0x0.st/HxTc.png
Ouput of "dmesg | grep sof"
[ 0.033819] software IO TLB: area num 8.
[ 0.271147] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.271148] software IO TLB: mapped [mem 0x0000000051a00000-0x0000000055a00000] (64MB)
[ 0.348192] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.348202] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'Output of "lspci | grep Audio"
0000:00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)Output of "arecord -lL"
null
Discard all samples (playback) or generate zero samples (capture)
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pipewire
PipeWire Sound Server
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 PipeWire Media Server)
usbstream:CARD=PCH
HDA Intel PCH
USB Stream Output
**** List of CAPTURE Hardware Devices ****Last edited by V1del (2023-11-30 15:02:44)
i like computers
Offline
Please don't embed huge images directly. If you don't get any info from that grep then your system is not using sof logic, though technically it probably should. Post
sudo fuser -v /dev/snd/*
aplay -lL
pactl info
sudo dmesg | grep sndmake sure you're not on the LTS kernel, it's hardware support is over a year old.
Last edited by V1del (2023-11-30 15:04:27)
Offline
Please don't embed huge images directly. If you don't get any info from that grep then your system is not using sof logic, though technically it probably should. Post
sudo fuser -v /dev/snd/* aplay -lL pactl info sudo dmesg | grep sndmake sure you're not on the LTS kernel, it's hardware support is over a year old.
Sorry for posting that image
I'm on 6.6.3 kernel
Here are the outputs:
https://paste.linux.chat/?a37bb3ab1378d … UXYHtK2YmG
Last edited by yumpyy (2023-11-30 16:24:43)
i like computers
Offline
That looks quite bleak, which hardware/vendor/model/mainboard is this? linux-firmware is installed I presume? You did not create a modprobe config with intel_dsp_cfg adjustments and the like (you shouldn't)? Check your UEFI/BIOS whether it has a setting that disabled/disables the integrated audio card because the one that's detected reads like it's primarily the one for HDMI (that can be normal that it's the same driver, but depends a bit). Maybe throw in a full dmesg/journalctl -b
Offline