You are not logged in.
Pages: 1
I'm having trouble to get audio working on Arch, I tried to unmute the audio channels but I think the problem is that when I use alsamixer, it doesn't show the PCM channel. What should I do?
Last edited by Kurokishin (2021-03-13 22:15:06)
Offline
Welcome to the boards, please post more information about your audio setup. What's your output of
aplay -lL
amixer -c0 #Or whatever card index should be the card
sudo dmesg | grep -E 'snd|sof'
Online
Welcome to the boards, please post more information about your audio setup. What's your output of
aplay -lL amixer -c0 #Or whatever card index should be the card sudo dmesg | grep -E 'snd|sof'
Thank you! I'm new to Arch and am trying to fix some kinks
# aplay -lL
null
Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=Generic,DEV=0
HD-Audio Generic, HDMI 0
HDMI Audio Output
default:CARD=Generic_1
HD-Audio Generic, ALC887-VD Analog
Default Audio Device
sysdefault:CARD=Generic_1
HD-Audio Generic, ALC887-VD Analog
Default Audio Device
front:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
Front output / input
surround21:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC887-VD Digital
IEC958 (S/PDIF) Digital Audio Output
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic_1 [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic_1 [HD-Audio Generic], device 1: ALC887-VD Digital [ALC887-VD Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
# amixer -c0
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
# sudo dmesg | grep -E 'snd|sof'
[ 9.483386] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[ 10.019109] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 10.019119] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.019123] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 10.019127] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 10.019129] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x0
[ 10.019132] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 10.019134] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 10.019136] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 10.019139] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 10.766079] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Last edited by Kurokishin (2021-03-13 20:09:07)
Offline
Please wrap those in
[code]code tags[/code]
Your current default device is the amdgpu HDMI output. Assuming that's not really what you want, you should change your default sound card
Online
Please wrap those in
[code]code tags[/code]
Your current default device is the amdgpu HDMI output. Assuming that's not really what you want, you should change your default sound card
THANK YOU, the sound is working now, the pcm channel showed up!
Btw, what do you mean by asking me to wrap the code? I don't know how to do that, if you could explain it to me so that I can use it in the future when I post another problem.
Offline
I gave you a literal example, whenever you want to post output write a [ code ]long output here [ /code ] without the spaces at the beginning and the end of the output respectively.
Online
Pages: 1