No HDMI audio anymore

Bug #2009815 reported by Richard Bartczak
48
This bug affects 10 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

lsb_release -rd
Description: Ubuntu 22.10
Release: 22.10

Wayland

5.19.0-35-generic does not work
5.19.0-32-generic does work

If following messages occures during boot, no HDMI audio :
hdaudio hdaudioC1D0: no AFG or MFG node found
snd_hda_intel 0000:01:00.1: no codecs initialized

No HDMI Audio does mean :
Via lspci -nnk I get the following device :

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] [1002:aae0]
 Subsystem: ASUSTeK Computer Inc. Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] [1043:aae0]
 Kernel driver in use: snd_hda_intel
 Kernel modules: snd_hda_intel

But this device will neither be indicated via pavucontrol nor via audio settings (mainsettings).

Before I did installed the Ubuntu 22.10 on my system, I did test the live system. It did work without problems. And two audio devices, that is what I expect, will be indicated in the audio settings (one of them, the given above via lspci -nnk, is necessary to have audio via HDMI)

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: linux-image-5.19.0-35-generic 5.19.0-35.36
ProcVersionSignature: Ubuntu 5.19.0-35.36-generic 5.19.17
Uname: Linux 5.19.0-35-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0: richard 1402 F.... wireplumber
 /dev/snd/seq: richard 1399 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 9 10:11:41 2023
InstallationDate: Installed on 2023-03-04 (4 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
IwConfig:
 lo no wireless extensions.

 enp3s0 no wireless extensions.
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-35-generic root=UUID=df59b1c2-c5b9-483d-b033-7c6b2264dc75 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-5.19.0-35-generic N/A
 linux-backports-modules-5.19.0-35-generic N/A
 linux-firmware 20220923.gitf09bebf3-0ubuntu1.4
RfKill:

SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/18/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4802
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev x.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr4802:bd09/18/2013:br4.6:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MPRO:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:skuSKU:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

Revision history for this message
Richard Bartczak (gloster10) wrote :
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote : Status changed to Confirmed

This change was made by a bot.

Changed in linux (Ubuntu):
status: New → Confirmed
Revision history for this message
Dan Cooper (pcfan1234) wrote :

Some forums report that the boot option pcie_port_pm=off might help.

Revision history for this message
Richard Bartczak (gloster10) wrote : Re: [Bug 2009815] Re: No HDMI audio anymore

I did the parameter temporarily.

But it does not help :

sudo dmesg | grep pcie_port_pm
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.19.0-35-generic
root=UUID=df59b1c2-c5b9-483d-b033-7c6b2264dc75 ro quiet splash
vt.handoff=7 *pcie_port_pm=off*
[    0.031814] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-5.19.0-35-generic
root=UUID=df59b1c2-c5b9-483d-b033-7c6b2264dc75 ro quiet splash
vt.handoff=7 *pcie_port_pm=off*
sudo dmesg | grep audio
[sudo] Passwort für richard:
*[    4.779143] hdaudio hdaudioC1D0: no AFG or MFG node found*

sudo dmesg | grep snd_hda_intel
[    4.776216] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    4.776615] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    4.776667] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
*[    4.779168] snd_hda_intel 0000:01:00.1: no codecs initialize**d*

Also I did checked the possible settings in pavucontrol and audio
settings, no second device will be indicated, also the audio test failed.

Thank you for support

Am 09.03.23 um 12:21 schrieb Dan Cooper:
> Some forums report that the boot option pcie_port_pm=off might help.
>

Revision history for this message
Forthofer (guido1764) wrote :

I can confirm the bug. I have the same problem here and with the workaround boot older kernel the sound is back.

Revision history for this message
grimshins (grimshins) wrote (last edit ):

I can confirm the bug as well. Booting with an older kernel (5.17.0-1028-oem) fixes this issue.

Revision history for this message
Jürgen Köble (j-koeble) wrote :

I can confirm the bug as well. Booting with the previous kernel fixes this issue.

Revision history for this message
Huan Zhang (victzhang) wrote :

I can confirm the bug as well. Kernel 5.19.0-29-generic works, 5.19.0-35-generic is broken.

Revision history for this message
Hector Caez (hefacari) wrote :

Muchas gracias a las anteriores personas por informar la solución de este problema que desde hace días tenía y no le encontraba solución, puedo confirmar que eliminando el kerner 5.19.0-35 se arregla el problema de sonido del hdmi

Revision history for this message
Yubo Wang (etcrbwa9) wrote :

I can confirm the bug as well. 5.19.0-38-generic, 5.19.0-41-generic is broken.
5.15.0-70-generic, is broken.

it is broken in both ubuntu 22.04, 22.10.

I update to 22.10, and reinstall 22.10, problems remain.

unfortunately, I failed to rollback to previous kernels.

Revision history for this message
Fotaoua cloud (fotis5-) wrote :

i had enabled "Pre-released updates (jammy-proposed)"
from Software & Updates - Developer Options,
and the option for HDMI sound appeared again, the HDMI sound works fine.
On AMD RX-590 and
Kernel : Linux 5.19.0-42-generic (x86_64)
Version : #43~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 21 16:51:08 UTC 2
Thanks for the fix

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.