Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: Can't get HDMI audio working Ubuntu 22.04

  1. #1
    Join Date
    Nov 2022
    Beans
    17

    Can't get HDMI audio working Ubuntu 22.04

    Hi I have a Radeon RX Vega connected via HDMI to my Sony TV, but cannot get any audio working. I'm running Ubuntu 22.04. I've tried editing grub and adding the intel_iommu=on,etc line in and restarted, no change. The audio settings seem to have the correct output device, radeon HDMI (there are only 2 to choose from the other is the SPDIF which is not selected). Please advise!

    Thanks.

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can't get HDMI audio working Ubuntu 22.04

    Have you ran
    Code:
    alsamixer
    ...and ensured that it is not muted?

    That is often overlooked there.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #3
    Join Date
    Nov 2022
    Beans
    17

    Re: Can't get HDMI audio working Ubuntu 22.04

    None of the outputs are muted in alsamixer, but none of them are showing hdmi as an output? Only spdif
    Attached Images Attached Images

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can't get HDMI audio working Ubuntu 22.04

    If you run the UbuntuForums 'system-info' script in detailed mode by appending a "-d" startup option... It will run in detailed mode and supply you with a very detailed sound/audio section of the report.

    Select the upload option and post the URL of the pastebin so we can look and see what is going on.
    Last edited by MAFoElffen; November 26th, 2022 at 08:30 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    Nov 2022
    Beans
    17

    Re: Can't get HDMI audio working Ubuntu 22.04

    Link to log file: https://termbin.com/xhh0

    Thanks for your time, much appreciated

  6. #6
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can't get HDMI audio working Ubuntu 22.04

    I am seeing all the HDMI sound devices shown...

    Ensure that when you go to Settings > Ouput > Output Device... That it is set to "Digital Output ()S/PDIF).

    If that is set and there is still no sound, then I see you Linux Boot Line set to "quiet splash". Open file /etc/default/grub, with sudo permissions and change the line
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"
    Save. Exit. Then in terminal
    Code:
    sudo update-grub
    If either of those does not work, then please post the output of
    Code:
    pactl list short sinks
    Last edited by MAFoElffen; November 27th, 2022 at 05:31 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  7. #7
    Join Date
    Nov 2022
    Beans
    17

    Re: Can't get HDMI audio working Ubuntu 22.04

    My audio output gives me to options: "HDMI / Display port 6 - Vega 10 HDMI audio" and "digital output SPDIF", the sound doesn't work with either one.
    Attached Images Attached Images

  8. #8
    Join Date
    Nov 2022
    Beans
    17

    Re: Can't get HDMI audio working Ubuntu 22.04

    I changed the grub line, still no audio no matter which output device i select.

    I tried pactl, the audio initially shows as "suspended" so i tried killall and then the HDMI shows as "idle" but once i start playing a media file, it shows as "running" but no audio!

    =*(***

    Attached Images Attached Images

  9. #9
    Join Date
    Nov 2022
    Beans
    17

    Re: Can't get HDMI audio working Ubuntu 22.04

    i thought maaayyybe it was those dbus error messages so I did sudo apt install dbus-x11 which got rid of the error messages....but alas no audio. =*(***

  10. #10
    Join Date
    Nov 2022
    Beans
    17

    Re: Can't get HDMI audio working Ubuntu 22.04

    Any suggestions? Were you able to view the attachments ok?

Page 1 of 4 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •