Port details |
- realtek-re-kmod198 Kernel driver for Realtek PCIe Ethernet Controllers
- 198.00 net =2 198.00Version of this port present on the latest quarterly branch.
- Maintainer: meta@FreeBSD.org
- Port Added: 2024-03-14 02:06:06
- Last Update: 2024-12-01 23:23:11
- Commit Hash: 758a6b2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: kld
- License: BSD4CLAUSE
- WWW:
- https://github.com/alexdupre/rtl_bsd_drv
- Description:
- Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controller
kernel driver.
This is the official driver from Realtek with a few patches to
improve stability and performance. It can be loaded instead of
the FreeBSD driver built into the GENERIC kernel if you experience
issues with it (eg. watchdog timeouts), or your card is not supported.
Supported devices:
* 2.5G Gigabit Ethernet
- RTL8125 / RTL8125B(S)(G)
* 10/100/1000M Gigabit Ethernet
- RTL8111B / RTL8111C / RTL8111D / RTL8111E / RTL8111F / RTL8111G(S)
RTL8111H(S) / RTL8118(A)(S) / RTL8119i / RTL8111L / RTL8111K
- RTL8168B / RTL8168E / RTL8168H
- RTL8111DP / RTL8111EP / RTL8111FP
- RTL8411 / RTL8411B
* 10/100M Fast Ethernet
- RTL8101E / RTL8102E / RTL8103E / RTL8105E / RTL8106E / RTL8107E
- RTL8401 / RTL8402
See also: https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- realtek-re-kmod198>0:net/realtek-re-kmod198
- To install the port:
- cd /usr/ports/net/realtek-re-kmod198/ && make install clean
- To add the package, run one of these commands:
- pkg install net/realtek-re-kmod198
- pkg install realtek-re-kmod198
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: realtek-re-kmod198
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689608993
SHA256 (alexdupre-rtl_bsd_drv-v198.00-d3a7a3d_GH0.tar.gz) = 43ff94e41a4c674143f9a37299c40b92fd7f94a25fa33cf253114eda0f9f49fa
SIZE (alexdupre-rtl_bsd_drv-v198.00-d3a7a3d_GH0.tar.gz) = 132723
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_realtek-re-kmod198
- USES:
- kmod tar:tgz uidfix
- pkg-message:
- For install:
- Add the following lines to your /boot/loader.conf
to override the built-in FreeBSD re(4) driver.
if_re_load="YES"
if_re_name="/boot/modules/if_re.ko"
By default, the size of allocated mbufs is enough
to receive the largest Ethernet frame supported
by the card. If your memory is highly fragmented,
trying to allocate contiguous pages (more than
4096 bytes) may result in driver hangs.
For this reason the value is tunable at boot time,
e.g. if you don't need Jumbo frames you can lower
the memory requirements and avoid this issue with:
hw.re.max_rx_mbuf_sz="2048"
- Master Sites:
|