Package Details: linux-clear-headers 6.10.10-1

Git Clone URL: https://aur.archlinux.org/linux-clear.git (read-only, click to copy)
Package Base: linux-clear
Description: Linux kernel with patches from Clear Linux which allow for higher performance. This package includes header files and scripts for building kernel modules.
Upstream URL: https://github.com/clearlinux-pkgs/linux
Keywords: clear clearlinux intel kernel
Licenses: GPL-2.0-only
Submitter: metak
Maintainer: JeremyStarTM
Last Packager: JeremyStarTM
Votes: 73
Popularity: 1.71
First Submitted: 2018-01-18 21:47 (UTC)
Last Updated: 2024-09-14 15:49 (UTC)

Pinned Comments

JeremyStarTM commented on 2024-08-06 19:37 (UTC) (edited on 2024-08-18 08:22 (UTC) by JeremyStarTM)

The PKGBUILD supports customization via environment variables. Here's a list of all of them:
_makemenuconfig: Invokes make menuconfig (default configuration menu) before compilation starts
_makenconfig: Invokes make nconfig (nicer configuration menu) before compilation starts
_makexconfig: Invokes make xconfig (GUI configuration menu) before compilation starts
_use_current: Will use the configuration of the running kernel, if the running kernel is compiled with IKCONFIG_PROC
_copyfinalconfig: Copies the final kernel configuration into the repository root as kconfig-new before compilation starts
_localmodcfg: Only compiles modules found in modprobed-db's database (which decreases compilation time and kernel size)
_use_llvm_lto: Compiles the kernel with LLVM instead of GCC. Should work, if not write a comment
_subarch: Specifies the sub architecture to compile for (see the PKGBUILD file for a list of all subarches). Default is 40 (Generic-x86-64), which is \compatible with all amd64 processors. Must be a number
_debug: Force enables debug options when set to y, force disables debug options when set to n or uses the config defaults when unset

All of these variables just need to be set for them to apply, except for _subarch and _debug.

If you want a dead simple way to compile this package, you can try out my build tool. It includes a few no nonsense changes to the kernel configuration and allows you to configure the PKGBUILD in a simple manner and decrease build time. And if you don't want that, using makepkg as-is works fine too.

JeremyStarTM commented on 2024-08-06 19:19 (UTC) (edited on 2024-08-06 19:40 (UTC) by JeremyStarTM)

Kernel has been updated and is now maintained again.

Thank you metak for creating this package in the first place.

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 49 Next › Last »

metak commented on 2020-04-10 19:48 (UTC)

@MikeDee Aur helpers are not supported in arch. You're supposed to import the pgp key yourself.
Aur hosts pkgbuild files (recipes) for bulding arch packages and my pinned comment point to my repository where I provide built binary packages.
These are built from source on arch for arch, while linux-clear-bin as the name says, takes the built binary code from clear and repackages it. There's a difference.

MikeDee commented on 2020-04-07 00:15 (UTC) (edited on 2020-04-08 21:12 (UTC) by MikeDee)

I got the following error in Octopi when trying to install linux-clear 5.5.15-2:

Installing selected packages...

resolving dependencies... looking for conflicting packages... Packages (1) linux-clear-5.5.15-2 Total Installed Size: 52.97 MiB checking keys in keyring checking package integrity error: linux-clear: missing required signature error: failed to commit transaction (package missing required signature) Errors occurred, no packages were upgraded.

Command finished with errors!

Also, the pinned comment above says the repository contains binaries. This package is source code, not a binary. I went the AUR linux-clear-bin to get the kernel binary.

xuanruiqi commented on 2020-03-18 09:42 (UTC)

@metak: anyways, I fixed the problem. I think the problem is on my own side w/ wrong kernel config.

metak commented on 2020-03-16 20:30 (UTC)

@MikeDee Sorry, that's beyond the scope of this package. You can ask on Clear Linux's github issue page though?

@xuanruiqi Post the error and maybe someone can help you. (I'm not using nvidia)

xuanruiqi commented on 2020-03-16 09:48 (UTC) (edited on 2020-03-16 09:48 (UTC) by xuanruiqi)

I'm having trouble with compiling nvidia-dkms on the current version. Is everyone else doing fine?

MikeDee commented on 2020-03-14 16:08 (UTC)

Can the MuQSS CPU scheduler be added to this kernel? (I tried by adding a patch, but it didn't work).

lybin commented on 2020-02-27 09:45 (UTC)

INFO: if you will get error: modprobe: ERROR: could not insert 'nvidia': No such device Blacklist it: cat /etc/modprobe.d/nvidia.conf blacklist nouveau blacklist nvidiafb