You are not logged in.
My input and output audio device is gone
i did inxi -A
the output is:
Audio:
Device-1: AMD Renoir Radeon High Definition Audio driver: snd_hda_intel
Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor driver: N/A
Device-3: AMD Family 17h/19h HD Audio driver: snd_hda_intel
API: ALSA v: k6.9.7-arch1-1 status: kernel-api
The output audio device i want is Device-3, but im not sure which one it the input audio device
i tried to connect to it with pactl but it doesnt work
please help
sorry my english is bad
Offline
You could try checking if the kernel module is loaded. Please post output of
lsmod | grep snd_hda_intelI use Mate so I choose sound output devices using their widget. I don't know anything about pactl. Maybe you could add the output of this tool so we can try to help.
Offline
You could try checking if the kernel module is loaded. Please post output of
lsmod | grep snd_hda_intelI use Mate so I choose sound output devices using their widget. I don't know anything about pactl. Maybe you could add the output of this tool so we can try to help.
snd_hda_intel 65536 0
snd_intel_dspcfg 40960 2 snd_hda_intel,snd_sof
snd_hda_codec 212992 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core 143360 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_pcm 200704 13 snd_sof_amd_acp,snd_hda_codec_hdmi,snd_pci_acp6x,snd_hda_intel,snd_hda_codec,snd_sof,snd_compress,snd_soc_core,snd_sof_utils,soundwire_amd,snd_hda_core,snd_pci_ps,snd_pcm_dmaengine
snd 155648 13 snd_ctl_led,snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,thinkpad_acpi,snd_soc_core,snd_pcm
Offline