Root
February 23, 2023, 4:34pm
21
Don’t try
I could be done but it makes no sense.
You could pull it from ALA (Arch Linux Archive) - then - to avoid it being upgraded - add the package(s) (kernel and headers) to your pacman.conf
Edit your /etc/pacman.conf
IgnorePkg = linux-lts linux-lts-headers
1 Like
FYI - the AUR packages have been setup:
linux-lts515
linux-lts515-docs
linux-lts515-headers
2 Likes
@ajgringo619 , thanks to your tip, I installed the Xanmod LTS kernel from the Chaotic-AUR, on my secondary Arch partition (with XeroLinux). It is working perfectly and gave my 100 Megabytes back to me.
sudo pacman -S linux-xanmod-lts linux-xanmod-lts-headers
Thank you for the tip, man!
1 Like
Credit should go to the late, great @jonathon - he turned me on to Chaotic when I needed the 5.10 kernel after 5.15 went LTS.
UPDATE: sorry for the bad information. The repo that @jonathon mentioned was his own: https://gitlab.com/m2x.dev/kernel-lts/repository . With no other members, I don’t think it will get anymore updates.
3 Likes
manuel
February 25, 2023, 11:58pm
25
TLDR
Has anyone tested linux-rt-lts? It is 5.15 series.
1 Like
I am using Kernel version 5.4 LTS from this repo you just mentioned. Isn’t this repo receiving updates?
I’m using linux-lts-515-git
; so far, so good, with consistent updates.
1 Like
What version is it on? Latest is 5.4.236-1.
1 Like
Unfortunately not, if noone else took over the repo…:
On Saturday 07 January 2023, Jonathon Fernyhough, or Jonathon as we in the Linux community knew him, unfortunately passed away.
He played a very large role in the Linux community, especially for Arch, Manjaro and for most Arch distros including ours.
Describing his contribution to the Linux community in a single word would be impossible, since he maintained almost 200 AUR packages and also helped out any Arch based distro out there, including helping numerous users out on forums.
I will never…
Edit: Seems like severach (username in AUR) is now maintainer for kernel 5.4, last updated 14.03.2023
1 Like
Here, it shows 5.4.223-1 LTS.
Ouch, that’s now 15 revisions behind.
1 Like
I felt so embarrassed when you showed me how out of date my kernel was, that I decided to update it. After seven and a half hours compiling and installing the kernel, here is the result: Kernel 5.4.238-1 LTS. I will try to update it once a month.
as @manuel mentioned… this one is inside repo so it will need no 7 hours of compiling:
https://archlinux.org/packages/extra/x86_64/linux-rt-lts/
2 Likes
Are you already using https://wiki.archlinux.org/title/Modprobed-db to shorten compilation time? May be useful in the futue
1 Like
Thank you for the tip, man. I didn’t know it and will try!
Thank you so much, man! I just installed the RT-LTS kernel, and it works perfectly!