You are not logged in.

#1 2023-09-07 16:10:49

bigguyforyou
Member
Registered: 2023-09-07
Posts: 5

[SOLVED] Sound Card Undetected

Hello, I reinstalled Arch today and I was intent on using Pulse however I can't seem to get it or any other Audio system to work on account of my sound card not being detected by any of them.
In both alsamixer and pulsemixer, the sound card tab lists "no data" or "no sound card found." Yet lspci lists an audio device;

$ lspci | grep audio
0000:00:1f.3 Multimedia audio controller: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)

Any help on this would be great, I had Pulse working on Arch before this but I'm not sure what to do from here

Last edited by bigguyforyou (2023-09-07 18:39:18)

Offline

#2 2023-09-07 16:13:10

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,623

Re: [SOLVED] Sound Card Undetected

Do the version numbers reported by uname -a and pacman -Q linux match?

BTW, Welcome to the forums.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2023-09-07 16:16:03

bigguyforyou
Member
Registered: 2023-09-07
Posts: 5

Re: [SOLVED] Sound Card Undetected

ewaller wrote:

Do the version numbers reported by uname -a and pacman -Q linux match?

BTW, Welcome to the forums.

Yes both say 6.4.12-arch1-1.

Offline

#4 2023-09-07 16:36:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,623

Re: [SOLVED] Sound Card Undetected

As a sanity check, what are the output off aplay -lL


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#5 2023-09-07 16:54:03

bigguyforyou
Member
Registered: 2023-09-07
Posts: 5

Re: [SOLVED] Sound Card Undetected

ewaller wrote:

As a sanity check, what are the output off aplay -lL

 $ aplay -IL
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
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)

Offline

#6 2023-09-07 17:31:57

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,623

Re: [SOLVED] Sound Card Undetected

Ouch.  Do  you dual boot with Windows?

I think we need to look at your journal.  Upload your journal using sudo journalctl -b | curl -F 'file=@-' 0x0.st  and post the link it returns here.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#7 2023-09-07 17:37:34

bigguyforyou
Member
Registered: 2023-09-07
Posts: 5

Re: [SOLVED] Sound Card Undetected

ewaller wrote:

Ouch.  Do  you dual boot with Windows?

I think we need to look at your journal.  Upload your journal using sudo journalctl -b | curl -F 'file=@-' 0x0.st  and post the link it returns here.

Nope. I have never dualbooted in my life and this computer hasn't had Windows installed since I bought it.

$ sudo journalctl -b | curl -F 'file=@-' 0x0.st
http://0x0.st/HfN-.txt

Offline

#8 2023-09-07 17:51:49

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

Re: [SOLVED] Sound Card Undetected

Install sof-firmware and reboot.

Last edited by V1del (2023-09-07 17:52:01)

Online

#9 2023-09-07 18:39:05

bigguyforyou
Member
Registered: 2023-09-07
Posts: 5

Re: [SOLVED] Sound Card Undetected

V1del wrote:

Install sof-firmware and reboot.

That fixed it. Thank you

Offline

Board footer

Powered by FluxBB