Update to r50044:
Add a section for FreeBSD 11 and higher as this one uses a different method of detecting the wireless devices in the system (using sysctl). Additionally, change the wlandebug example to wlan0.
This commit is contained in:
parent
f23f69a653
commit
0694e239a8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50048
1 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde:$
|
||||
basiert auf: r49799
|
||||
basiert auf: r50044
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -819,6 +819,11 @@ route_net2="-net 192.168.1.0/24 192.168.1.1"</programlisting>
|
|||
|
||||
<screen>&prompt.user; <userinput>ifconfig | grep -B3 -i wireless</userinput></screen>
|
||||
|
||||
<para>In &os; 11 und neueren Versionen verwenden Sie
|
||||
stattdessen diesen Befehl:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>sysctl net.wlan.devices</userinput></screen>
|
||||
|
||||
<para>Wenn der drahtlose Adapter nicht aufgeführt wird,
|
||||
könnte ein zusätzliches Kernelmodul erforderlich sein. Es
|
||||
besteht jedoch auch die Möglichkeit, dass der Adapter von
|
||||
|
@ -2410,7 +2415,7 @@ freebsdap 00:11:95:c3:0d:ac 1 54M 22:1 100 EPS</screen>
|
|||
Systemmeldungen auf die Konsole auszugeben, verwenden
|
||||
Sie den folgenden Befehl:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>wlandebug -i <replaceable>ath0</replaceable> +scan+auth+debug+assoc</userinput>
|
||||
<screen>&prompt.root; <userinput>wlandebug -i <replaceable>wlan0</replaceable> +scan+auth+debug+assoc</userinput>
|
||||
net.wlan.0.debug: 0 => 0xc80000<assoc,auth,scan></screen>
|
||||
|
||||
<para>Der 802.11-Layer liefert umfangreiche Statistiken,
|
||||
|
|
Loading…
Reference in a new issue