| URE(4) | Device Drivers Manual | URE(4) |
ure — RealTek
RTL8152/RTL8153 USB to Ethernet controller driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device uhci
device ohci
device usb
device miibus
device uether
device ureAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_ure_load="YES"
The ure driver provides support for USB
Ethernet adapters based on the RealTek RealTek RTL8152 and RTL8153 USB
Ethernet controllers.
NICs based on the RTL8152 are capable of 10 and 100Mbps speeds. NICs based on the RTL8153 are capable of 10, 100 and 1000Mbps operation.
The ure driver supports the following
media types:
autoselect10baseT/UTPmediaopt option can also
be used to select either full-duplex or
half-duplex modes.100baseTXmediaopt option can also be used to select either
full-duplex or half-duplex
modes.1000baseTXfull-duplex mode only.The ure driver supports the following
media options:
full-duplexhalf-duplexFor more information on configuring this device, see ifconfig(8).
The ure driver was written by
Kevin Lo
<kevlo@FreeBSD.org>.
| October 31, 2016 | Debian |