GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
URE(4) FreeBSD Kernel Interfaces 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:

Enable auto selection of the media type and options. The user can manually override the auto selected mode by adding media options to the /etc/rc.conf file.
Set 10Mbps operation. The mediaopt option can also be used to select either full-duplex or half-duplex modes.
Set 100Mbps (Fast Ethernet) operation. The mediaopt option can also be used to select either full-duplex or half-duplex modes.
Set 1000baseTX operation over twisted pair. The RealTek gigE chips support 1000Mbps in full-duplex mode only.

The ure driver supports the following media options:

Force full duplex operation.
Force half duplex operation.

For more information on configuring this device, see ifconfig(8).

ure%d: watchdog timeout
A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired.

arp(4), miibus(4), netintro(4), ng_ether(4), ifconfig(8)

The ure driver was written by Kevin Lo <kevlo@FreeBSD.org>.
October 31, 2016 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.