FS#65361 - Upgrade to kernel 5.5.1-arch1-1 and Nvidia driver 440.48.02 removed audio over HDMI.
Attached to Project:
Arch Linux
Opened by Peter Åberg (kvt2000) - Monday, 03 February 2020, 20:14 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 04 February 2020, 22:08 GMT
Opened by Peter Åberg (kvt2000) - Monday, 03 February 2020, 20:14 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 04 February 2020, 22:08 GMT
|
Details
Description: Upgrade to kernel 5.5.1-arch1-1 and Nvidia
driver 440.48.02 entirely removed audio over HDMI.
Additional info: * package version(s)kernel 5.5.1-arch1-1 & Nvidia 440.48.02 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Tuesday, 04 February 2020, 22:08 GMT
Reason for closing: Fixed
Tuesday, 04 February 2020, 22:08 GMT
Reason for closing: Fixed
lsmod
sudo fuser -v /dev/snd/*
aplay -lL
pacmd list-cards
pacmd list-sinks
FS#65361to kernel issue onlyThere are twice as much detections for inputs as in the former kernel, and it's mapped to card0 instead of card1:
journ_5.4.15__5.5.1 was generated with
journalctrl -b > journal_5.4.15 (under linux 5.4.15-arch1-1)
journalctrl -b > journal_5.5.1 (running linux 5.5.1-arch1-1)
cut -c23- journal_5.4.15 > journ_5.4.15
cut -c23- journal_5.5.1 > journ_5.5.1
diff journ_5.4.15 journ_5.5.1 > journ_5.4.15__5.5.1
1 tom@black ~ % cat journ_5.4.15__5.5.1| grep HDMI :(
< kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card1/input22
< kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card1/input23
< kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card1/input24
< kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card1/input25
> kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input22
> kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input23
> kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input24
> kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input25
> kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input26
> kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input27
> kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input28
tom@black ~ %
@ loqs, I sent commands' outputs to your e-mail account.
https://forums.gentoo.org/viewtopic-t-1107630-start-0-postdays-0-postorder-asc-highlight-.html?sid=d97152aa00402da797112322e2228c05
Edit:
PKGBUILD.diff for applying patch
src package with patch applied for easy build testing
linux-5.5.1.arch1-1.src.tar.gz (61.5 KiB)
looks like heftig is rolling a v5.5.1-arch2 with a fix: https://git.archlinux.org/linux.git/log/?h=v5.5.1-arch2
thanks for the quick update!