logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ipheth — USB Apple iPhone/iPad tethered Ethernet driver

Authors

       The ipheth driver was written by Hans Petter Selasky <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 to
             usbconfig-u1-a2set_config3
       may be required if the device is not recognised automatically by ipheth after it is connected.

Debian                                          November 24, 2015                                      IPHETH(4)

Description

       The ipheth driver provides support for network access  through  Apple  iPhone  and  iPad  devices,  often
       referred to as USB tethering.

       ipheth  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 ipheth driver:

          Apple iPhone tethering (all models)
          Apple iPad tethering (all models)

History

       The ipheth device driver first appeared in FreeBSD 8.2.

Name

       ipheth — USB Apple iPhone/iPad tethered Ethernet driver

See Also

arp(4), cdce(4), cdceem(4), intro(4), netintro(4), urndis(4), usb(4), ifconfig(8), usbconfig(8)

Synopsis

       To 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:

             deviceuhcideviceohcideviceusbdevicemiibusdeviceuetherdeviceipheth

See Also