@longspear Built as a module by default just like in stock arch kernel.
Search Criteria
Package Details: linux-clear-lts2018 4.19.171-1
Git Clone URL: | https://aur.archlinux.org/linux-clear-lts2018.git (read-only, click to copy) |
---|---|
Package Base: | linux-clear-lts2018 |
Description: | The Clear Linux lts2018 kernel and modules |
Upstream URL: | https://github.com/clearlinux-pkgs/linux-lts2018 |
Licenses: | |
Provides: | |
Submitter: | metak |
Maintainer: | metak |
Last Packager: | metak |
Votes: | 3 |
Popularity: | 0.003879 |
First Submitted: | 2019-04-19 13:19 |
Last Updated: | 2021-01-27 17:13 |
Dependencies (12)
- coreutils (coreutils-git, coreutils-selinux)
- initramfs (dracut-git, booster-git, dracut, mkinitcpio)
- kmod (kmod-nc, kmod-git, kmod-minimal-git)
- bc (bc-gh) (make)
- cpio (cpio-git) (make)
- git (git-git) (make)
- kmod (kmod-nc, kmod-git, kmod-minimal-git) (make)
- libelf (elfutils-git, libelf-minimal-git) (make)
- xmlto (xmlto-git) (make)
- crda (crda-git, wireless-regdb-pentest) (optional) – to set the correct wireless channels of your country
- linux-firmware (linux-libre-firmware, linux-firmware-git, linux-firmware-iwlwifi-git) (optional) – firmware images needed for some devices
- modprobed-db (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
Required by (8)
- mozillavpn (requires WIREGUARD-MODULE)
- networkmanager-wireguard (requires WIREGUARD-MODULE)
- networkmanager-wireguard-git (requires WIREGUARD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox51-guest-utils (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox51-guest-utils-nox (requires VIRTUALBOX-GUEST-MODULES)
- wireguard-tools-git (requires WIREGUARD-MODULE)
Sources (5)
Latest Comments
metak commented on 2019-09-09 11:16
longspear commented on 2019-09-09 09:26
humble request: any chance you could provide source with CAKE Queue Management Algorithm selected for compilation?
longspear commented on 2019-04-19 13:29
Thank you Metak! Really useful!
metak commented on 2019-04-19 13:22
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
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.