Install this version:
emerge -a =net-wireless/rtl8814au-20260212
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-wireless/rtl8814au-20260212
Or alternatively:
emerge --autounmask-write -a =net-wireless/rtl8814au-20260212
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20260212 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-mod-r1
COMMIT="b1866ce2b857a8dfe2e147e19eb8eca0a842ce18"
DESCRIPTION="Realtek 8814AU USB WiFi module for Linux kernel"
HOMEPAGE="https://github.com/morrownr/8814au"
SRC_URI="https://github.com/morrownr/8814au/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/8814au-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="virtual/linux-sources"
src_prepare() {
default
# Replace wrong EXTRA_CFLAGS (stopped working with kernels >= 6.15)
# with proper CFLAGS_MODULE (available since 2.6.36).
# Bug 957883
sed -E -i'' \
-e 's/(^|[^A-Za-z0-9_])EXTRA_CFLAGS([^A-Za-z0-9_]|$)/\1CFLAGS_MODULE\2/g' \
Makefile || die
}
src_compile() {
local modlist=( 8814au=net/wireless )
local modargs=( KSRC="${KV_OUT_DIR}" )
linux-mod-r1_src_compile
}
virtual/linux-sources
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rtl8814au-20260212.tar.gz | 11216273 bytes | https://github.com/morrownr/8814au/archive/b1866ce2b857a8dfe2e147e19eb8eca0a842ce18.tar.gz |