NVIDIA HDMI audio errors after resume: snd_hda_intel: spurious response last cmd

Issue has been fixed and incorporated in future driver releases.

1 Like

Wow, great, thanks! I wonder if just released drivers 465.24.02 contain the fix.

Unfortunately, I’m still having the same issue with the latest driver 465.27.

Am I missing something? Thanks


OS: Ubuntu 20.10 x86_64
Kernel: 5.8.0-53-generic
Uptime: 4 days, 3 hours, 9 mins
Packages: 3716 (dpkg), 10 (flatpak), 14 (snap)
Shell: bash 5.0.17
Resolution: 3840x2160
DE: GNOME
WM: Mutter
WM Theme: Plata-Noir-Compact
Theme: Plata-Noir-Compact [GTK2/3]
Icons: Yaru [GTK2/3]
Terminal: tilix
CPU: Intel i7-4790K (8) @ 4.500GHz
GPU: NVIDIA GeForce GTX 1050 Ti
GPU: NVIDIA GeForce GTX 750 Ti
GPU: Intel HD Graphics
Memory: 11904MiB / 31804MiB

-----------------------------------------------------------------------------+
| NVIDIA-SMI 465.27       Driver Version: 465.27       CUDA Version: 11.3     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0 Off |                  N/A |
| 33%   43C    P0     5W /  38W |    752MiB /  2002MiB |     21%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   1  NVIDIA GeForce ...  Off  | 00000000:02:00.0 Off |                  N/A |
|  0%   34C    P8    N/A /  95W |      7MiB /  4040MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x270600
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x220000
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x170503
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x270503
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x370503
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x470503
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x570503
kernel: snd_hda_intel 0000:00:03.0: spurious response 0x0:0x0, last cmd=0x670503

You can try using this patch: https://bugzilla.kernel.org/attachment.cgi?id=292171 or better yet upgrade to a newer kernel. I no longer get these errors on 5.12.

460.84 works fine indeed on kernel 5.11 - no more errors, thnx :-)

Ok, thanks for the suggestion. I updated my kernel to 5.12 and the issue seems to be gone. Cheers!