10

After today's update of linux-*-5.19.0-35-generic:amd64 I see many entries in syslog like these:

Mar  2 12:04:57 xxx kernel: [ 4646.030116] snd_hda_intel 0000:00:1f.3: Too many BDL entries: buffer=2097152, period=65536
Mar  2 12:04:57 xxx kernel: [ 4646.031191] snd_hda_intel 0000:00:1f.3: Too many BDL entries: buffer=1048576, period=32768
Mar  2 12:04:57 xxx kernel: [ 4646.032330] snd_hda_intel 0000:00:1f.3: Too many BDL entries: buffer=2097152, period=65536
Mar  2 12:04:57 xxx kernel: [ 4646.033556] snd_hda_intel 0000:00:1f.3: Too many BDL entries: buffer=1048576, period=32768
Mar  2 12:04:57 xxx kernel: [ 4646.035347] snd_hda_intel 0000:00:1f.3: Too many BDL entries: buffer=4194304, period=131072

Previous versions of kernels did not produce such error messages: I searched past system logs of more than one year old.

Some information about my Ubuntu 22.10 GNOME (Xorg) notebook computer:

$ uname -rv
5.19.0-35-generic #36-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 3 18:36:56 UTC 2023

It seems that these messages occur during system boot and during log in (around a hundred messages each time).

Any ideas of the meaning of these messages?

Note: Currently, I do not have any problems with audio.


Update (2023-04-26)

After update to kernel 6.2 (Ubuntu 23.04) these entries ceased to appear.

FedKad
  • 10,515

2 Answers2

2

Well I have got issues with my sound card Creative Sound Blaster Z with the new kernel 5.19.0-35.

There was no sound and it said 'dummy audio' in settings. I tried some tricks from the internet but nothing helped, so I had to revert back to kernel 5.19.0.32 and everything works ok

  • Thanks for that, I had a similar problem and the audio on my HDMI/DISPLAY port was not working, rolling back the kernel solved my problem. – Fábio Sousa Mar 06 '23 at 13:00
-2

This solved my issue

sudo ubuntu-drivers autoinstall

Faced same issue with new kernel 5.19.0-35. It appears there are some issue with NVidia drives. Above step worked for me.