Asus ROG Zephyrus S GX502GW headphone jack not working

i am in trouble and would appreciate some help. I cant manage to get my headphone jack to work on either Ubuntu desktop 18.04, 19.04, or 20.04; also tried pop os 19.Right now using Ubuntu desktop 19.10. I have followed the following link () until the end, but still no luck. Here is the alsa info.

7

1 Answer

Right now the RealTek ACL294 sound device is not fully supported in ALSA on the Asus GX502GW. This is because it's a new configuration so it hasn't been patched into ALSA yet.

This is impacting Arch and Debian distros, and the newest kernel that I have tested (5.4.0-37) is the same.

Output of `dmesg | grep snd

[ 4.075183] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 4.075257] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 4.075262] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 4.094050] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 4.094053] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.094054] snd_hda_codec_realtek hdaudioC1D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.094055] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 4.094056] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 4.094057] snd_hda_codec_realtek hdaudioC1D0: Mic=0x12
[ 19.896933] snd_hda_codec_hdmi hdaudioC2D0: HDMI: invalid ELD data byte 38
[ 20.920927] snd_hda_codec_hdmi hdaudioC2D0: HDMI: invalid ELD data byte 8

It seems that a correctly configured system will show hp_outs=1.

Other instances with the same model laptop:

It may be worth making a ticket on ALSA to support this OOTB.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like