Package Details: linux-clear-headers 6.7.10-1

Git Clone URL: https://aur.archlinux.org/linux-clear.git (read-only, click to copy)
Package Base: linux-clear
Description: Headers and scripts for building modules for the Clear Linux kernel
Upstream URL: https://github.com/clearlinux-pkgs/linux
Keywords: clear clearlinux intel kernel
Licenses: GPL2
Submitter: metak
Maintainer: metak
Last Packager: metak
Votes: 70
Popularity: 1.72
First Submitted: 2018-01-18 21:47 (UTC)
Last Updated: 2024-03-15 19:49 (UTC)

Pinned Comments

metak commented on 2022-03-27 13:44 (UTC) (edited on 2022-04-02 13:20 (UTC) by metak)

The PKGBUILD file supports a few different configurable build-time options:
  • _makenconfig Tweak kernel options prior to a build via nconfig. Pseudo-graphical menu based on ncurses. 1 2
  • _localmodcfg Only compile active modules to VASTLY reduce the number of modules built and the build time.
  • Please read arch wiki page for detailed explanation on how to use it.
  • _subarch Enable additional optimization/tuning for kernel builds by adding more micro-architectures options. Default is Generic-x86-64 number 36 if nothing else is selected.
  • PKGBUILD file with the list of architectures
  • graysky kernel_compiler_patch
  • _use_current Use the current kernel's .config file. Enabling this option will use the .config of the RUNNING kernel rather than the ARCH defaults. Useful when the package gets updated and you already went through the trouble of customizing your config options. NOT recommended when a new kernel is released, but again, convenient for package bumps.
  • _use_llvm_lto Compile the kernel with LLVM/Clang.
  • _debug Enable y some additional debug features present in arch kernel, but not in Clear upstream. n to force disable or leave empty to ignore.
Lastly, build the kernel by setting your environment variable env _subarch=40 _localmodcfg=y.

metak commented on 2018-01-22 01:49 (UTC) (edited on 2021-12-01 12:47 (UTC) by metak)

1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
[home_metakcahura_kernel_Arch_Extra_standard]
SigLevel = Never
Server = http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/$arch
THIS IS OPTIONAL:
2. After install adjust your boot cmd line. ClearLinux uses clr-boot-manager which takes care of that. This is upstream default:
quiet console=tty0 console=ttyS0,115200n8 cryptomgr.notests initcall_debug intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp page_alloc.shuffle=1 rcupdate.rcu_expedited=1 rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw 

Latest Comments

1 2 3 4 5 6 .. 47 Next › Last »

oddpuck commented on 2024-03-17 20:17 (UTC) (edited on 2024-03-17 20:19 (UTC) by oddpuck)

I must be doing something wrong. I have the db file from modprobed-db, and I put its path at line 18 in the PKGBUILD. It still starts building a bunch of amd drm stuff, at which point I kill the build, after ~19 minutes. CPU is an i7-12800H. Nvidia GPU

JeremyStarTM commented on 2024-03-17 01:49 (UTC)

oddpuck: It only took about twenty minutes on my gaming hardware, with the "performance" cpu scheduler on the linux-lts kernel. Oh and I gave makepkg a nice level of -20.

seqfault commented on 2024-03-17 00:45 (UTC)

oddpuck: update from 6.7.9 to 6.7.10 with env _use_current=y _subarch=44 _localmodcfg=y _debug=n paru -S linux-clear linux-clear-headers took exactly 14 minutes on an undervolted i5-8350U

oddpuck commented on 2024-03-16 22:56 (UTC)

How long does it normally take to build?

metak commented on 2024-01-26 16:41 (UTC)

@NaNpsycho This package tracks Clear Linux kernel package that is still on 6.6.* series. When they rebase the patches and update to 6.7 so will this package.

NaNpsycho commented on 2024-01-23 15:22 (UTC)

Hey just wanna know is there a particular reason we are sticking with the linux-lts kernel version? We already have linux 6.7 around so there any particular reason why the clear linux patches are compiled against linux 6.6?

csts commented on 2024-01-14 08:55 (UTC) (edited on 2024-01-14 08:56 (UTC) by csts)

Today I removed linux-clear from ignore and it installed fine.

csts commented on 2024-01-13 09:28 (UTC)

Latest linux-clear appears corrupted, doesn't let me update before deleting it from /var/cache/pacman/pkg/ then ignoring it from pacman.conf.

jonathanvk commented on 2024-01-06 11:56 (UTC)

Thanks, that 6.6.10-2 works.

metak commented on 2024-01-06 11:24 (UTC)

@jonathanvk The clr team removed the patch that was causing issues. latest 6.6.10-2 should fix it.

https://github.com/clearlinux/distribution/issues/3018