View previous topic :: View next topic |
Author |
Message |
Adel Ahmed Veteran
Joined: 21 Sep 2012 Posts: 1607
|
Posted: Tue Jul 11, 2023 1:59 pm Post subject: unable to get sound card to work[solved] |
|
|
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 |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 2004
|
Posted: Tue Jul 11, 2023 2:49 pm Post subject: |
|
|
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 |
|
|
Adel Ahmed Veteran
Joined: 21 Sep 2012 Posts: 1607
|
Posted: Tue Jul 11, 2023 3:32 pm Post subject: |
|
|
yup, that fixed it, thank you |
|
Back to top |
|
|
|