@longspear Built as a module by default just like in stock arch kernel.
Search Criteria
Package Details: linux-clear-lts2018-headers 4.19.295-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-clear-lts2018.git (read-only, click to copy) |
---|---|
Package Base: | linux-clear-lts2018 |
Description: | Headers and scripts for building modules for the Clear Linux lts2018 kernel |
Upstream URL: | https://github.com/clearlinux-pkgs/linux-lts2018 |
Licenses: | GPL2 |
Submitter: | metak |
Maintainer: | None |
Last Packager: | metak |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-19 13:19 (UTC) |
Last Updated: | 2023-10-06 14:06 (UTC) |
Dependencies (7)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- xmlto (xmlto-gitAUR) (make)
Required by (0)
Sources (5)
Latest Comments
metak commented on 2019-09-09 11:16 (UTC)
longspear commented on 2019-09-09 09:26 (UTC)
humble request: any chance you could provide source with CAKE Queue Management Algorithm selected for compilation?
longspear commented on 2019-04-19 13:29 (UTC)
Thank you Metak! Really useful!
metak commented on 2019-04-19 13:22 (UTC)
1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
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 initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 rw
3. For loading unsigned modules. (nvidia, virtualbox, etc.)
If secure boot is disabled just add module.sig_unenforce
boot parameter. Otherwise, you'll have to build your kernel with CONFIG_MODULE_SIG_FORCE
disabled.
Pinned Comments
metak commented on 2019-04-19 13:22 (UTC)
1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
2. After install adjust your boot cmd line. ClearLinux uses clr-boot-manager which takes care of that. This is upstream default:
3. For loading unsigned modules. (nvidia, virtualbox, etc.)
If secure boot is disabled just add
module.sig_unenforce
boot parameter. Otherwise, you'll have to build your kernel withCONFIG_MODULE_SIG_FORCE
disabled.