Update to r45698:
Pad out the section on tethering, and clarify which device is likely to be needed for iPhones/iPads, Android devices, and older devices. Change the "kldload" examples to use "if_foo" rather than "foo" as only the former works on 9.x.
This commit is contained in:
parent
c828e0fc0d
commit
398514482f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48727
1 changed files with 21 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde:$
|
||||
basiert auf: r45373
|
||||
basiert auf: r45698
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -2434,15 +2434,31 @@ freebsdap 00:11:95:c3:0d:ac 1 54M 22:1 100 EPS</screen>
|
|||
Datenverbindung über USB (oft "Tethering" genannt) zu
|
||||
teilen. Diese Funktion verwendet entweder das
|
||||
<acronym>RNDIS</acronym>-, <acronym>CDC</acronym>- oder ein
|
||||
<trademark
|
||||
class="registered">iPhone</trademark>-Protokoll.</para>
|
||||
&apple; &iphone;/&ipad;-Protokoll.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>&android;-Geräte benutzen in der Regel den
|
||||
&man.urndis.4;-Treiber.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&apple;-Geräte benutzen den
|
||||
&man.ipheth.4;-Treiber.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Ältere Geräte benutzen oft den
|
||||
&man.cdce.4;-Treiber.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Bevor Sie ein Gerät anschließen, laden Sie den
|
||||
entsprechenden Treiber in den Kernel:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>kldload if_urndis</userinput>
|
||||
&prompt.root; <userinput>kldload cdce</userinput>
|
||||
&prompt.root; <userinput>kldload ipheth</userinput></screen>
|
||||
&prompt.root; <userinput>kldload if_cdce</userinput>
|
||||
&prompt.root; <userinput>kldload if_ipheth</userinput></screen>
|
||||
|
||||
<para>Sobald das Gerät angeschlossen ist, steht es
|
||||
unter <literal>ue</literal><replaceable>0</replaceable>
|
||||
|
|
Loading…
Reference in a new issue