ipheth (4)
Leading comments
Copyright (c) 2014 Gavin Atkinson All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation...
NAME
ipheth - USB Apple iPhone/iPad tethered Ethernet driverSYNOPSIS
To load the driver as a module at boot time, place the following line in loader.conf5: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
DESCRIPTION
The driver provides support for network access through Apple iPhone and iPad devices, often referred to as USB tethering.should work with any Apple iPhone or iPad device. In most cases this must be explicitly enabled on the device first.
For more information on configuring this device, see ifconfig(8). The device does not support different media types or options.
HARDWARE
The following devices are supported by the driver:
- Apple iPhone tethering (all models)
- Apple iPad tethering (all models)
SEE ALSO
arp(4), cdce(4), intro(4), netintro(4), urndis(4), usb(4), ifconfig(8), usbconfig(8)HISTORY
The device driver first appeared in Fx 8.2 .AUTHORS
An -nosplit The driver was written by An Hans Petter Selasky Aq Mt hselasky@FreeBSD.org .BUGS
Some devices may need to be manually configured to use an alternative configuration with the usbconfig(8) utility. A command similar tousbconfig -u 1 -a 2 set_config 3may be required if the device is not recognised automatically by after it is connected.