Artix Linux Forum

Init systems => runit => Topic started by: wahllord on 16 February 2022, 20:04:24

Title: [SOLVED]alsa can't find my local mic and speeker but external sound cards work
Post by: wahllord on 16 February 2022, 20:04:24
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
Title: Re: alsa can't find my local mic and speeker but external sound cards work fine
Post by: wahllord on 16 February 2022, 20:07:04
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
Title: Re: alsa can't find my local mic and speeker but external sound cards work fine
Post by: wahllord on 16 February 2022, 20:17:09
My computer is a Lenovo thinkpad t14
Intel CPU sound was working perfectly when i was using stock arch out of the box
Title: Re: alsa can't find my local mic and speeker but external sound cards work fine
Post by: wahllord on 16 February 2022, 21:10:03
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