Install this version:
emerge -a =net-wireless/rtl8821cu-20250219
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-wireless/rtl8821cu-20250219
Or alternatively:
emerge --autounmask-write -a =net-wireless/rtl8821cu-20250219
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20250219 | 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="132dcf025806a436b9a95fb4af24eacfd07222f5"
DESCRIPTION="Realtek USB WiFi Adapters based on 8811CU/8821CU/8821CUH/8731AU Chipsets"
HOMEPAGE="https://github.com/morrownr/8821cu-20210916"
SRC_URI="https://github.com/morrownr/8821cu-20210916/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz"
S="${WORKDIR}/8821cu-20210916-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="virtual/linux-sources"
src_compile() {
local modlist=( 8821cu=net/wireless )
local modargs=( KSRC="${KV_OUT_DIR}" )
linux-mod-r1_src_compile
}
virtual/linux-sources
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rtl8821cu-20250219.tar.gz | 13823649 bytes | https://github.com/morrownr/8821cu-20210916/archive/132dcf025806a436b9a95fb4af24eacfd07222f5.tar.gz |