14 lines
582 B
Bash
14 lines
582 B
Bash
#!/usr/bin/env bash
|
|
|
|
./scripts/config --file .config --module R8169
|
|
# Q: What requires this option to be enabled?
|
|
# A: Enabling this option adds support for the Realtek RTL8125 2.5GbE Controller
|
|
# that is present on the Radxa Rock 5 Model B SBC, connected via the PCIe bus.
|
|
# ```sh
|
|
# $ sudo lspci -k
|
|
# 0004:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
|
|
# Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller
|
|
# Kernel driver in use: r8169
|
|
# Kernel modules: r8169
|
|
# ```
|