Jump to content

Recommended Posts

Posted

Hi all, after installing the latest version of Armbian (Jammy 6.1.11 desktop) I found that HDMI monitor audio is not working. With the Ubuntu MATE version of odroid the audio worked. Armbian seems more powerful and its look is much better than MATE, I hope I can solve all the problems because I don't want to go back to MATE anymore, How can I make HDMI audio work? Thanks in advance...

 

PS. I have already updated the firmware to full with the WiFi USB stick problem which has since been resolved

Posted

HDMI

sudo amixer -c 0 set 'TOHDMITX' 'on'
sudo amixer -c 0 set 'TOHDMITX I2S SRC' 'I2S B'
sudo amixer -c 0 set 'TDMOUT_B SRC SEL' 'IN 0'
sudo amixer -c 0 set 'FRDDR_A SRC 2 EN' 'on'
sudo amixer -c 0 set 'FRDDR_A SINK 1 SEL' 'OUT 0'
sudo amixer -c 0 set 'FRDDR_A SINK 2 SEL' 'OUT 1'
sudo amixer -c 0 set 'FRDDR_A SINK 3 SEL' 'OUT 2'
sudo amixer -c 0 set 'ACODEC' '85%' # not needed for the C4
sudo alsactl store

 

ANALOG

sudo amixer -c 0 set 'TOACODEC OUT EN' 'on'
sudo amixer -c 0 set 'TOACODEC SRC' 'I2S B'
sudo amixer -c 0 set 'TDMOUT_B SRC SEL' 'IN 0'
sudo amixer -c 0 set 'FRDDR_A SRC 2 EN' 'on'
sudo amixer -c 0 set 'FRDDR_A SINK 1 SEL' 'OUT 0'
sudo amixer -c 0 set 'FRDDR_A SINK 2 SEL' 'OUT 1'
sudo amixer -c 0 set 'FRDDR_A SINK 3 SEL' 'OUT 2'
sudo amixer -c 0 set 'ACODEC' '85%'
sudo alsactl store

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines