Page 1 of 1

No audio from audio jack in the front

Posted: Sat Oct 26, 2019 2:19 am
by quangkevin
Hi,

I'm having trouble getting audio from audio jack in the face module to work on Ubuntu.

Any advice is greatly appreciated.

Thanks!

Re: No audio from audio jack in the front

Posted: Sun Oct 27, 2019 4:22 pm
by tamir
Hi, do you get Audio output from the back ?
Please provide the machine's S/N as printed on the white label located inside the side panel clamshell door.

Re: No audio from audio jack in the front

Posted: Sun Oct 27, 2019 7:01 pm
by quangkevin
Hi Tamir,

Yes, audio output from the back works.

S/N: 1190806-00104

Re: No audio from audio jack in the front

Posted: Mon Oct 28, 2019 11:48 am
by tamir
Thank you.

Our R&D are investigating this issue.
Will return asap.

Re: No audio from audio jack in the front

Posted: Mon Nov 04, 2019 12:04 pm
by tamir
Sorry for this taking long time, we are still investigating.
Will update as soon as possible.

Re: No audio from audio jack in the front

Posted: Mon Nov 04, 2019 5:29 pm
by quangkevin
Thanks for the update

Re: No audio from audio jack in the front

Posted: Tue Nov 19, 2019 8:40 am
by tamir
The following commands can switch between rear and front audio codecs on Linux.
Tested with the current BIOS version (0.29.x) and Linux Mint 19.2.

Instructions:

First install alsa tools:

Code: Select all

         sudo apt install alsa-tools
To enable the front codec:

Code: Select all

        sudo hda-verb /dev/snd/hwC0D0 0x14 0x71f 0x41

        sudo hda-verb /dev/snd/hwC0D0 0x18 0x71f 0x41

        pulseaudio -k & sleep 1 & sudo alsa force-reload
Now the front codec should work and the rear codec is disabled until next reset.

To switch back to the rear codec, the user can either restart or run this:

Code: Select all

      sudo hda-verb /dev/snd/hwC0D0 0x14 0x71f 0x01

      sudo hda-verb /dev/snd/hwC0D0 0x18 0x71f 0x01

      pulseaudio -k & sleep 1 & sudo alsa force-reload
The upcoming BIOS release will include a menu item for switching between rear and front codecs on Linux.