Install this version:
emerge -a =sys-firmware/eth-firmware-20240322
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-firmware/eth-firmware-20240322
Or alternatively:
emerge --autounmask-write -a =sys-firmware/eth-firmware-20240322
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20240322 | 8 | amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN=linux-firmware
MY_P=linux-firmware-${PV}
GIT_COMMIT="e068ccf01a2afc2d9c689f5d3b0cb715cc1d4824"
DESCRIPTION="Binary firmware for Realtek Ethernet"
HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="binchecks strip"
RDEPEND="!sys-kernel/linux-firmware"
src_unpack() {
default
# rename directory from git snapshot tarball
mv ${MY_PN}-*/ ${P} || die
}
src_install() {
insinto /lib/firmware/
doins -r rtl_nic
}
!sys-kernel/linux-firmware
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | linux-firmware-20240322.tar.gz | 563739836 bytes | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-e068ccf01a2afc2d9c689f5d3b0cb715cc1d4824.tar.gz |