You are not logged in.
Pages: 1
Hey there,
I am running Chimaera on my Pi 4 desktop and a Pi 3 database server for almost two years now, currently with kernel 5.10.110. While there was a way to download new kernel packages in the past using a tool named "fetch", I do not see how to get my hands on the kernel package used for latest ARM builds available on https://arm-files.devuan.org/.
I think the most straight forward option I see would be making those packages available via APT, not being sure if this is already in progress.
For now, a simple download link for the 6.1.54 packages would be greatly appreciated. I know self compiling is quite easy, but I'd prefer the clean package based way.
Thanks for letting me know.
-Alex
Offline
By the way I *have* tried to run the generic kernel based on the Debian package which *is* available via APT... but after a successful load and printing the first few lines the screen went off. Maybe a graphic driver issue?
Offline
The following will show you all the Linux images available for you at the current time:
$ apt search linux-image
Sorting... Done
Full Text Search... Done
linux-image-5.10.0-8-amd64/now 5.10.46-5 amd64 [residual-config]
(none)
linux-image-5.10.0-9-amd64/now 5.10.70-1 amd64 [residual-config]
(none)
linux-image-5.14.0-0.bpo.2-amd64/now 5.14.9-2~bpo11+1 amd64 [residual-config]
(none)
linux-image-5.15.0-0.bpo.2-amd64/now 5.15.5-2~bpo11+1 amd64 [residual-config]
(none)
linux-image-5.15.0-0.bpo.3-amd64/now 5.15.15-2~bpo11+1 amd64 [residual-config]
(none)
linux-image-5.16.0-0.bpo.3-amd64/now 5.16.11-1~bpo11+1 amd64 [residual-config]
(none)
# (and very much more)
linux-image-6.1.0-0.deb11.5-amd64/now 6.1.12-1~bpo11+1 amd64 [residual-config]
(none)
linux-image-6.1.0-0.deb11.6-amd64/now 6.1.15-1~bpo11+1 amd64 [residual-config]
(none)
linux-image-6.1.0-0.deb11.7-amd64/now 6.1.20-2~bpo11+1 amd64 [residual-config]
(none)
linux-image-6.1.0-10-amd64/stable-proposed-updates 6.1.38-2 amd64
Linux 6.1 for 64-bit PCs (signed)
# (and yet more than this))
Maybe investigate the following (I have zero info on it other than below):
$ apt show kup-client
Package: kup-client
Version: 0.3.6-2.1
Priority: optional
Section: net
Source: kup
Maintainer: Ben Hutchings <ben@decadent.org.uk>
Installed-Size: 33.8 kB
Depends: libconfig-simple-perl, perl:any
Recommends: gnupg-agent
Homepage: https://git.kernel.org/cgit/utils/kup/kup.git/
Tag: implemented-in::perl, role::program, scope::utility
Download-Size: 11.6 kB
APT-Sources: http://deb.devuan.org/merged daedalus/main amd64 Packages
Description: kernel.org upload tool
Offline
Pages: 1