Package Details: linux-lts515 5.15.173-1

Git Clone URL: https://aur.archlinux.org/linux-lts515.git (read-only, click to copy)
Package Base: linux-lts515
Description: The LTS Linux 5.15.x kernel and modules
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: wireguard-lts
Submitter: andreas_baumann
Maintainer: andreas_baumann (severach)
Last Packager: andreas_baumann
Votes: 15
Popularity: 0.012859
First Submitted: 2023-02-24 10:54 (UTC)
Last Updated: 2024-11-29 09:53 (UTC)

Dependencies (13)

Required by (6)

Sources (8)

Latest Comments

1 2 3 4 5 Next › Last »

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.

brob commented on 2024-02-09 03:12 (UTC) (edited on 2024-02-09 03:16 (UTC) by brob)

:: PGP keys need importing:

-> ABAF11C65A2970B130ABE3C479BE3E4300411886, required by: linux-lts515

:: Import? [Y/n]

:: Importing keys with gpg...

gpg: keyserver receive failed: No data

-> problem importing keys

yet

gpg --keyserver hkp://pgp.rediris.es --search-keys 'ABAF11C65A2970B130ABE3C479BE3E4300411886'

yields

gpg: data source: http://130.206.1.111:11371

(1) Linus Torvalds <torvalds@kernel.org>

Linus Torvalds <torvalds@linux-foundation.org>

2048 bit RSA key 79BE3E4300411886, created: 2011-09-20

Keys 1-1 of 1 for "ABAF11C65A2970B130ABE3C479BE3E4300411886". Enter number(s), N)ext, or Q)uit > 1

gpg: Note: third-party key signatures using the SHA1 algorithm are rejected

gpg: (use option "--allow-weak-key-signatures" to override)

gpg: key 79BE3E4300411886: 150007 signatures not checked due to missing keys

gpg: key 79BE3E4300411886: "Linus Torvalds <torvalds@kernel.org>" not changed

gpg: Total number processed: 1

gpg: unchanged: 1

appearing as though I do have the key. Any suggestions appreciated