Search Criteria
Package Details: linux-mkopec-git 6.18.6.r17.1834061e103f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-mkopec-git.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-mkopec-git |
| Description: | The Linux with curent work from mkopec kernel and modules |
| Upstream URL: | https://github.com/mkopec/linux.git |
| Licenses: | GPL-2.0-only |
| Provides: | KSMBD-MODULE, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
| Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
| Submitter: | mihau |
| Maintainer: | mihau |
| Last Packager: | mihau |
| Votes: | 3 |
| Popularity: | 1.39 |
| First Submitted: | 2026-02-20 11:24 (UTC) |
| Last Updated: | 2026-02-20 11:24 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-gitAUR)
- initramfs (booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-nosystemd-gitAUR, ariane-gitAUR, dracut-gitAUR, ugrdAUR, ugrd-gitAUR, booster-gitAUR, booster, dracut, mkinitcpio)
- kmod (kmod-gitAUR)
- bc (bc-ghAUR) (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cpio (cpio-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- Show 1 more dependencies...
Required by (11)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- proton-cachyos (requires NTSYNC-MODULE) (optional)
- proton-cachyos-slr (requires NTSYNC-MODULE) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-cachyos (requires NTSYNC-MODULE) (optional)
- wine-cachyos-opt (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Latest Comments
nlflint commented on 2026-04-03 06:39 (UTC) (edited on 2026-04-03 06:42 (UTC) by nlflint)
You can make this compile faster by using the MAKEFLAGS env var to use all your threads. For example, run yay like this:
MAKEFLAGS="-j$(nproc)" yay -S linux-mkopec-git linux-mkopec-git-headersrcmz commented on 2026-02-28 15:00 (UTC) (edited on 2026-02-28 17:58 (UTC) by rcmz)
i was getting
fixed it by removing
rustupand installingrustinstead.also, consider adding
-j$(nproc)tomake allto avoid waiting all day.