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 ure
Alternatively, 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:
autoselect
10baseT/UTP
mediaopt
option can also
be used to select either full-duplex
or
half-duplex
modes.100baseTX
mediaopt
option can also be used to select either
full-duplex
or half-duplex
modes.1000baseTX
full-duplex
mode only.The ure
driver supports the following
media options:
full-duplex
half-duplex
For more information on configuring this device, see ifconfig(8).
The ure
driver was written by
Kevin Lo
<kevlo@FreeBSD.org>.
October 31, 2016 | Debian |