Package Base Details: linux-clear

Git Clone URL: https://aur.archlinux.org/linux-clear.git (read-only, click to copy)
Keywords: clear clearlinux intel kernel
Submitter: metak
Maintainer: metak
Last Packager: metak
Votes: 71
Popularity: 1.31
First Submitted: 2018-01-18 21:47 (UTC)
Last Updated: 2024-05-02 19:27 (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

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

metak commented on 2019-12-13 13:51 (UTC)

@tam1m It's also reported on archlinux bug tracker. I've applied the patch from the bug repport in 5.4.3-2 if you can test it?

tam1m commented on 2019-12-13 10:29 (UTC)

I'm experiencing this bug bug with linux-clear 5.4.2-1. The e1000e driver constantly crashes.

metak commented on 2019-12-08 12:14 (UTC) (edited on 2019-12-08 12:15 (UTC) by metak)

@danhyal I've added it, but if there's any complaints/regressions/etc. I'll have to remove it. So I hope you and others can test it and report back.

amelia commented on 2019-12-07 22:44 (UTC)

consider adding the fsync patch? https://aur.archlinux.org/cgit/aur.git/plain/futex-wait-multiple-5.2.1.patch?h=linux-fsync

metak commented on 2019-12-01 13:40 (UTC) (edited on 2019-12-01 13:41 (UTC) by metak)

@bjoe2k4 You can manually re-add the key (download the key with wget, import and sign it).

pub   rsa2048 2013-05-19 [SC] [expires: 2022-01-24]
      A6BD5EECD7B96FC10806355C50AAD02AEB1F61C9
uid           [  full  ] home:metakcahura OBS Project <home:metakcahura@build.opensuse.org>

But it's more or less useless since signatures are broken in open-build-service for pacman. Might as well set SigLevel = Never.

https://bbs.archlinux.org/viewtopic.php?id=249682

https://github.com/openSUSE/open-build-service/issues/4174

https://github.com/openSUSE/open-build-service/issues/2801

bjoe2k4 commented on 2019-12-01 12:27 (UTC)

The signature key expired yesterday :-(

pub rsa2048 2013-05-19 [SC] [expired: 2019-11-30] A6BD5EECD7B96FC10806355C50AAD02AEB1F61C9 uid [ expired] home:metakcahura OBS Project home:metakcahura@build.opensuse.org

Morisson commented on 2019-11-17 12:52 (UTC)

Thank you vary much

metak commented on 2019-11-17 12:32 (UTC)

@Morisson 5.3.11-3 (clr 5.3.11-868) enable ACPI_TABLE_UPGRADE

Morisson commented on 2019-11-17 06:43 (UTC) (edited on 2019-11-17 06:44 (UTC) by Morisson)

Hi. Can you change kernel config from your reposotory? ACPI_TABLE_UPGRADE=y I need add patched dsdt for my laptop. Please)

metak commented on 2019-11-08 16:48 (UTC)

@danhyal I'm afraid that's not possible and it kinda defeats the purpose of this package IMO. I already added two patches (cpu optimizations and acs overrides) because they're small and don't change the kernel in radical way. On the other hand -ck patches are much bigger, touch many more files, change a bunch of existing config options, etc. There could also be clashes between -ck and -clear patches... Besides, this kernel is already optimized for desktop/laptop users so I don't really see a point?