]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - share/man/man4/ipheth.4
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / share / man / man4 / ipheth.4
1 .\" Copyright (c) 2014 Gavin Atkinson
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\"
8 .\"    - Redistributions of source code must retain the above copyright
9 .\"      notice, this list of conditions and the following disclaimer.
10 .\"    - Redistributions in binary form must reproduce the above
11 .\"      copyright notice, this list of conditions and the following
12 .\"      disclaimer in the documentation and/or other materials provided
13 .\"      with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16 .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
18 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
19 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23 .\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
25 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 .\" POSSIBILITY OF SUCH DAMAGE.
27 .\"
28 .\" $FreeBSD$
29 .\"
30 .Dd November 24, 2015
31 .Dt IPHETH 4
32 .Os
33 .Sh NAME
34 .Nm ipheth
35 .Nd "USB Apple iPhone/iPad tethered Ethernet driver"
36 .Sh SYNOPSIS
37 To load the driver as a module at boot time, place the
38 following line in
39 .Xr loader.conf 5 :
40 .Bd -literal -offset indent
41 if_ipheth_load="YES"
42 .Ed
43 .Pp
44 Alternatively, to compile this driver into the kernel, place the
45 following lines in your kernel configuration file:
46 .Bd -ragged -offset indent
47 .Cd "device uhci"
48 .Cd "device ohci"
49 .Cd "device usb"
50 .Cd "device miibus"
51 .Cd "device uether"
52 .Cd "device ipheth"
53 .Ed
54 .Sh DESCRIPTION
55 The
56 .Nm
57 driver provides support for network access through Apple
58 iPhone and iPad devices, often referred to as USB tethering.
59 .Pp
60 .Nm
61 should work with any Apple iPhone or iPad device.
62 In most cases this must be explicitly enabled on the device first.
63 .Pp
64 For more information on configuring this device, see
65 .Xr ifconfig 8 .
66 The device does not support different media types or options.
67 .Sh HARDWARE
68 The following devices are supported by the
69 .Nm
70 driver:
71 .Pp
72 .Bl -bullet -compact
73 .It
74 Apple iPhone tethering (all models)
75 .It
76 Apple iPad tethering (all models)
77 .El
78 .Sh SEE ALSO
79 .Xr arp 4 ,
80 .Xr cdce 4 ,
81 .Xr intro 4 ,
82 .Xr netintro 4 ,
83 .Xr urndis 4 ,
84 .Xr usb 4 ,
85 .Xr ifconfig 8
86 .Xr usbconfig 8
87 .Sh HISTORY
88 The
89 .Nm
90 device driver first appeared in
91 .Fx 8.2 .
92 .Sh AUTHORS
93 .An -nosplit
94 The
95 .Nm
96 driver was written by
97 .An Hans Petter Selasky Aq Mt hselasky@FreeBSD.org .
98 .Sh BUGS
99 Some devices may need to be manually configured to use an alternative
100 configuration with the
101 .Xr usbconfig 8
102 utility.
103 A command similar to
104 .Dl usbconfig -u 1 -a 2 set_config 3
105 may be required if the device is not recognised automatically by
106 .Nm
107 after it is connected.