@Aki: this new kernel 6.1.0-16 does solves the issue.
Later edit: I reverted that line (so that I should not see the proposed updates anymore), but how can I get rid of kernel-6.5 when I do a "apt update"?
kernel 6.5 is now in the experimental phase, I am interested only in packages in stable.
undesign wrote: ↑2023-12-14 20:36Later edit: I reverted that line (so that I should not see the proposed updates anymore), but how can I get rid of kernel-6.5 when I do a "apt update"?
kernel 6.5 is now in the experimental phase, I am interested only in packages in stable.
You didn't mention installing 6.5 kernel. Please post the output of this so we know which kernels you have installed:
I installed kernel 6.1.0-16.
The problem is that now kernel 6.5 (and associated gcc compiler) appears in the list of available updates and I can't get rid of them, although:
- I commented the line for proposed updates
- I removed /var/cache/apt/ and /var/lib/apt/lists
(After the cleanup "apt update" takes longer, as expected)
Now "apt list --upgradable" shows me kernel 6.5, so at the next "apt upgrade" these packages will be installed. And obviously, I do not want that.
undesign wrote: ↑2023-12-14 21:46
I installed kernel 6.1.0-16.
The problem is that now kernel 6.5 (and associated gcc compiler) appears in the list of available updates and I can't get rid of them, although:
- I commented the line for proposed updates
- I removed /var/cache/apt/ and /var/lib/apt/lists
(After the cleanup "apt update" takes longer, as expected)
Now "apt list --upgradable" shows me kernel 6.5, so at the next "apt upgrade" these packages will be installed. And obviously, I do not want that.
You probably need to disable in /etc/apt/sources.list the repository from where kernel 6.5 has been installed.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀
undesign wrote: ↑2023-12-14 20:36
@Aki: this new kernel 6.1.0-16 does solves the issue.
:D
undesign wrote: ↑2023-12-14 20:36Later edit: I reverted that line (so that I should not see the proposed updates anymore), but how can I get rid of kernel-6.5 when I do a "apt update"? kernel 6.5 is now in the experimental phase, I am interested only in packages in stable.
Do you have still configured backports repositories in /ect/at/sources.list ? If yes, you can comment out backport repositories and then issue the command:
Now:
- I completely removed the line for backports repository in my sources.list file
- I did a "apt autoclean"
- I did:
rm -rf /var/lib/apt/lists
rm /var/cache/apt/*.bin (there were no other files inside)
- I did: apt update
I had to rollback to 6.1.0-13-amd64 as on 6.1.0-15-amd64 my laptop wouldn't come out of sleep when opening lid, and on reboot/shutdown there would be a few processes hanging, namely network manager and some others.
I run xfce + i3wm and polybar - when trying to reconnect (manually triggered) to the wi-fi network, the system would hang (though I could see the clock still running in polybar).
Reverting back to 6.1.0-13-amd64 fixes everything.
According debian-stable-announce mailing list, this problem is solved:
Package : linux
Version : 6.1.67-1 [bookworm]
Importance : medium
Debian Bugs : 1057967 1057969
The Linux kernel update included with Debian 12.4 introduced a regression
with some WiFi adapters. A potential deadlock might cause network managers
to hang and result in lockups on suspend, poweroff and reboot.
After a shutdown and restart, kernel 6.5 is gone from the list of the available packages.
I do not know how this was solved and what was the problem before, but it is ok now.
undesign wrote: ↑2023-12-15 18:32
The issue is solved with kernel 6.1.0-16 / 6.1.67-1, so I will mark this as solved.
Excellent! I see that kernel has now been pushed to the bookworm-updates section of the repo so that needs to be active in sources (should be by default).
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”Remember toBACKUP!
Just want to update. Sorry so late.
6.1.0-16 works great. Everything is back to normal and no issues detected so far.
The firmware-realtek package from repos doesn't work for my rtl8821cu dongle, but the Brostrend drivers successfully installed on this kernel.
Routing Ethernet soon cables soon.
Thank you everyone commenting here and very special thanks to all the Debian devs. 🩷