@longspear Built as a module by default just like in stock arch kernel.
Search Criteria
Package Details: linux-clear-lts2018 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: | The Clear Linux lts2018 kernel and modules |
Upstream URL: | https://github.com/clearlinux-pkgs/linux-lts2018 |
Licenses: | GPL2 |
Provides: | VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
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 (12)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-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)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- modprobed-dbAUR (modprobed-db-gitAUR) (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (5)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
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.