FS#64847 - [linux] nvidia HDMI extremely distorted after upgrade
Attached to Project:
Arch Linux
Opened by Peter Åberg (kvt2000) - Sunday, 15 December 2019, 11:42 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 18 December 2019, 01:58 GMT
Opened by Peter Åberg (kvt2000) - Sunday, 15 December 2019, 11:42 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 18 December 2019, 01:58 GMT
|
Details
Description:
Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: Nvidia HDMI audio extremely distorted (unusable) with latest linux-5.4.3.arch1-1 and nvidia-440.44-2. Downgrading to linux-5.4.2.arch1-1 + nvidia-440.36-5 solved the issue. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Wednesday, 18 December 2019, 01:58 GMT
Reason for closing: Fixed
Additional comments about closing: linux 5.4.4.arch1-1
Wednesday, 18 December 2019, 01:58 GMT
Reason for closing: Fixed
Additional comments about closing: linux 5.4.4.arch1-1
Downgrading also solves the issue for me. linux-5.4.2.arch1-1 with nvidia-440.44-1 works too.
https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?id=6fd739c04ffd877641b01371f9fde67901e7f9cb
Edit: I am using gnome btw, GTX 1060 nvidia 440.44-2
The fix in kernel https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?id=6fd739c04ffd877641b01371f9fde67901e7f9cb
worked for me.
Booting with linux-lts (4.19.89-1-lts) with nvidia-dkms 440.44-2 resolves the audio issues for now. I'll keep an eye out for new arch kernel release.
Thanks
Samuel.
(on 5.4.2 works good)
* linux-5.4.3.arch1-1 nvidia-440.44-2: sound distorted.
* linux-5.4.3.arch1-1 nvidia-440.44-1: nvidia-modprobe cannot load module, gnome tries to start with wayland and fails.
* linux-5.4.2.arch1-1 nvidia-440.44-1: Everything works fine.
https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?id=6fd739c04ffd877641b01371f9fde67901e7f9cb
```
diff --git a/repos/core-x86_64/PKGBUILD b/repos/core-x86_64/PKGBUILD
index 124f2dc..5582099 100644
--- a/repos/core-x86_64/PKGBUILD
+++ b/repos/core-x86_64/PKGBUILD
@@ -16,16 +16,18 @@ makedepends=(
options=('!strip')
_srcname=archlinux-linux
source=(
"$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag"
+ "6fd739c04ffd877641b01371f9fde67901e7f9cb.patch::https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/patch/?id=6fd739c04ffd877641b01371f9fde67901e7f9cb"
config # the main kernel config file
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
sha256sums=('SKIP'
+ 'a8c93ef21ec2e065cf03bff74a235e02bc958114d28e4cc36abab5295b0dafbb'
'5d58a2115892839997ae7dcca226697c34b656de7685cb3eb8696451dc5100a0')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
```