Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Testing - Bookworm] last debian 12 update huge lag issue

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
Olskor
Posts: 4
Joined: 2023-03-12 20:07

[Testing - Bookworm] last debian 12 update huge lag issue

#1 Post by Olskor »

Hello everyone,
I'm testing debian 12 on my laptop (thinkpad T440 2015) for more than 3 month.
every week i run "sudo apt-get update" and "sudo apt-get upgrade" and sometime like today "sudo apt-get dist-upgrade
today i did the 3 command above and no error turned in everything was fine...
but after the reboot i get huge lag issue on my computer sometime the screen almost don't refresh
i also noticed that my screen dimming, my battery status, my microphone mute button, the sleep when closing the lid and the night light don't work anymore and i think i didn't discovered everything, i'm completely lost i don't understand what happened. even by openning the x11 version of gnome desktop don't fix anything, it's even worse.
can someone help me ?
thank you

User avatar
mrjcd
Posts: 67
Joined: 2020-01-25 18:20
Has thanked: 1 time
Been thanked: 6 times

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#2 Post by mrjcd »

Bookworm went from kernel 6.1.0-5 to 6.1.0-6 today.
Works great on all my machines although I don't have a thinkpad.
Might try booting back into previous kernel.

User avatar
kalle123
Posts: 346
Joined: 2015-03-21 11:17
Location: Rhineland - Germany
Has thanked: 4 times
Been thanked: 11 times

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#3 Post by kalle123 »

No issues with bookworm here and I am running it for nearly a year. And I did see 6.1.0-5 to 6.1.0-6 here also.
Any significant messages in jounalctl?

Olskor
Posts: 4
Joined: 2023-03-12 20:07

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#4 Post by Olskor »

so i've run some test and launching to the new kernel in recovery mode work 100% fine i have kernel version 6.1.0-6 in recovery mode right now, i have also noticed that when launching in non-recovery mode i get those error on the screen for a split second:

Code: Select all

genirq: Flags mismatch irq 0.00000080 (i801_smbus) vs. 00015a00 (timer)
i801_smbus 000:00:1f.3: Failed to allocate irq 0; -16
ehci-pci 0000:00:1d.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.0 setup!
ehci-pci 0000:00:1d.0: init 0000:00:1d.0 fail, -19
snd_hda_intel 0000:00:03.0 HSW/BDW HD-audio HDMI/DP requires binding with gfx driver
i checked the bios but found nothing with those address
and those kind of errors is to complex for me
so while waiting to find a fix i'll just start in recovery mode as it work fine
Last edited by Olskor on 2023-03-12 23:34, edited 1 time in total.

Olskor
Posts: 4
Joined: 2023-03-12 20:07

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#5 Post by Olskor »

Here's to give some news, i upgraded to kernel 6.1.0-7 and still same issue is here, i can still run my computer as usual using recovery mode

User avatar
wizard10000
Global Moderator
Global Moderator
Posts: 557
Joined: 2019-04-16 23:15
Location: southeastern us
Has thanked: 76 times
Been thanked: 85 times

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#6 Post by wizard10000 »

mrjcd had a thought that I believe is kinda important.

Does this issue occur with a kernel earlier than 6.1.0-6?
we see things not as they are, but as we are.
-- anais nin

Olskor
Posts: 4
Joined: 2023-03-12 20:07

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#7 Post by Olskor »

Hello i'm back on that issue to give some news,
Since the update to 6.1.0-8 I reinstalled debian to fix it and it worked fine until the last update with 6.1.0-9 where everything broke again....
to give some hint on what's going on.
i'm on a thinkpad t440 from 2013 with a 8gb ram and 256gb ssd upgrade, i have the latest bios on this computer and wiped completely my ssd to install debian and only debian on it.
to reproduce the issue, you only need to wait a kernel upgrade and do:

Code: Select all

$>sudo apt update
$>sudo apt upgrade
$>sudo apt dist-upgrade
after a normal restart the kernel will no longer recognize the graphics, usb, and wireless drivers unless you start it in recovery mode.

Aki
Global Moderator
Global Moderator
Posts: 2823
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 69 times
Been thanked: 385 times

Re: [Testing - Bookworm] last debian 12 update huge lag issue

#8 Post by Aki »

Hello,
Olskor wrote: 2023-05-23 08:15 [..] Since the update to 6.1.0-8 I reinstalled debian to fix it and it worked fine until the last update with 6.1.0-9 where everything broke again....
to give some hint on what's going on. i'm on a thinkpad t440 from 2013 with a 8gb ram and 256gb ssd upgrade, i have the latest bios on this
Can you send a full log journal about the previous failed last boot with kernel 6.1.0-9 ? You can do it with the following command:

Code: Select all

su -l -c "cd $PWD; journalctl -b -1 --no-pager > kernel-6.1.0-9.log"
The output will be in in the file named kernel-6.1.0-9.log

Then, you can install the previous kernel version (you reported as working) that I suppose is for amd64 (x86_64) architecture:

Code: Select all

wget http://snapshot.debian.org/archive/debian/20230430T145304Z/pool/main/l/linux/linux-image-6.1.0-8-amd64-unsigned_6.1.25-1_amd64.deb
dpkg -i linux-image-6.1.0-8-amd64-unsigned_6.1.25-1_amd64.deb
and restart the installation with the 6.1.0-8. Then, you can acquire a new log of the current working kernel 6.1.0-8 with the following command:

Code: Select all

su -l -c "cd $PWD; journalctl -b 0 --no-pager > kernel-6.1.0-8.log"
The output will be in in the file named kernel-6.1.0-8.log

Then you can compare the two logs and/or share them.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply