Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
unable to get sound card to work[solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Tue Jul 11, 2023 1:59 pm    Post subject: unable to get sound card to work[solved] Reply with quote

hi everyone,

I have a
Code:
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)

card that is not being detected by aplay:
Code:
t14 ~ # aplay -l
aplay: device_list:274: no soundcards found...


here's my kernel config and dmesg:
https://pastebin.com/eZ851QGs
https://pastebin.com/NQt2GkvM


Last edited by Adel Ahmed on Sun Jul 23, 2023 1:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 2004

PostPosted: Tue Jul 11, 2023 2:49 pm    Post subject: Reply with quote

Change CONFIG_SND_HDA_INTEL=y to CONFIG_SND_HDA_INTEL=m in the config.

This is because all of the codecs are =m but the driver is not.

Alternatively, set all HDA Codecs to =y and not =m as they are now.

This setting must be the same to get the codecs to load properly.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Tue Jul 11, 2023 3:32 pm    Post subject: Reply with quote

yup, that fixed it, thank you :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum