Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED]alsa can't find my local mic and speeker but external sound cards work (Read 484 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[SOLVED]alsa can't find my local mic and speeker but external sound cards work

Artix-runit
all firmware fully is updated
[awahl@xitra ~]$ aplay -l
aplay: device_list:274: no soundcards found...

output with external soundard connected:
[awahl@xitra ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: Amplif [Meizu HiFi DAC Headphone Amplif], device 0: USB Audio [USB Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

Re: alsa can't find my local mic and speeker but external sound cards work fine

Reply #1
here is my /etc/modprobe.d/alsa.conf

options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
options snd-pcsp index=-2
options snd-usb-audio index=-2
options snd-hda-intel single_cmd=1
options snd-hda-intel probe_mask=1
options snd-hda-intel model=basic

Re: alsa can't find my local mic and speeker but external sound cards work fine

Reply #2
My computer is a Lenovo thinkpad t14
Intel CPU sound was working perfectly when i was using stock arch out of the box

 

Re: alsa can't find my local mic and speeker but external sound cards work fine

Reply #3
Turnes out i was missing a pacage called "sof-firmware"
insralled it with pacman and everyting came up,
hope this helps
i also added the following lines to a file i created named: /etc/modprobe.d/intel.conf
options snd-hda-intel single_cmd=1
options snd-hda-intel probe_mask=1
Hope this might be of help to someone in the future.
closing post