Package Details: linux-lts515-docs 5.15.182-2

Git Clone URL: https://aur.archlinux.org/linux-lts515.git (read-only, click to copy)
Package Base: linux-lts515
Description: Documentation for the LTS Linux 5.15.x kernel
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Submitter: andreas_baumann
Maintainer: andreas_baumann (severach)
Last Packager: andreas_baumann
Votes: 14
Popularity: 0.90
First Submitted: 2023-02-24 10:54 (UTC)
Last Updated: 2025-05-12 18:08 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

andreas_baumann commented on 2025-05-12 17:42 (UTC) (edited on 2025-05-12 17:42 (UTC) by andreas_baumann)

There are issues building the kernel on gcc 15, nobody noticed so far? Ok, will update that in a 5.15.182-2 version.. On 32-but gcc is still 14, so I only saw it when updating more modern machines now..

andreas_baumann commented on 2024-09-26 05:46 (UTC) (edited on 2024-09-26 05:47 (UTC) by andreas_baumann)

@mihalycsaba: Maybe some information here helps, but to be frank, I don't understand the modern vulkan stuff: https://tutorialforlinux.com/2020/02/06/how-to-install-radeon-rx-470-driver-on-arch-gnu-linux/2/

Also, what means boot? Are you missing an early framebuffer driver for messages to show up (this would indeed be the kernel) or are you using Xorg or Wayland.

This question might be better suited to be asked in the Archlinux Wiki than here..

mihalycsaba commented on 2024-09-17 16:09 (UTC)

Does this need another package to boot with an rx 470 gpu?

andreas_baumann commented on 2024-09-05 08:17 (UTC) (edited on 2024-09-05 08:18 (UTC) by andreas_baumann)

5.15.166 builds fine on 32-bit again.

andreas_baumann commented on 2024-08-25 18:06 (UTC)

5.5.164 and 5.5.165 don't build on 32-bit anymore, OOMs. Tried disabling debug and lto, no effect.

andreas_baumann commented on 2024-04-29 14:58 (UTC)

@severach: I'm welcoming a co-maintaner here. :-)

andreas_baumann commented on 2024-04-29 14:54 (UTC)

Redone the 0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch. Also, 5.15.157 obsoletes old NFS v2 as upstream.

andreas_baumann commented on 2024-03-01 06:34 (UTC)

Same approach as with pacman-static:

For maintainance of the keys:

for i in $( . PKGBUILD; echo "${validpgpkeys[@]}" ); do gpg --receive "$i"; gpg -a --export "$i" > "keys/pgp/$i.asc" ; done

So @brob: you can just import the keys from keys/pgp before building the package.