|
NAMEipheth —
USB Apple iPhone/iPad tethered Ethernet driver
SYNOPSISTo load the driver as a module at boot time, place the following line in loader.conf(5):if_ipheth_load="YES" Alternatively, 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 ipheth DESCRIPTIONTheipheth driver provides support for network access
through Apple iPhone and iPad devices, often referred to as USB tethering.
For more information on configuring this device, see ifconfig(8). The device does not support different media types or options. HARDWAREThe following devices are supported by theipheth
driver:
EXAMPLES
SEE ALSOarp(4), cdce(4), cdceem(4), intro(4), netintro(4), urndis(4), usb(4), ifconfig(8), usbconfig(8)HISTORYTheipheth device driver first appeared in
FreeBSD 8.2.
AUTHORSTheipheth driver was written by Hans
Petter Selasky
<hselasky@FreeBSD.org>.
BUGSSome devices are not recognized automatically and may need to be manually configured to use an alternative configuration with the usbconfig(8) utility. See EXAMPLES for workarounds.
Visit the GSP FreeBSD Man Page Interface. |