Ich bin mir nicht sicher, ob meine WLAN-Karte 802.11ac unterstützt. Wie kann ich diese Informationen herausfinden?
13
Wenn Sie ausgeführt werden iw list
, suchen Sie nach den angegebenen Zeilen VHT
.
VHT Capabilities (0x038071a0):
Max MPDU length: 3895
Supported Channel Width: neither 160 nor 80+80
short GI (80 MHz)
TX STBC
SU Beamformee
VHT RX MCS set:
1 streams: MCS 0-9
2 streams: MCS 0-9
3 streams: not supported
4 streams: not supported
5 streams: not supported
6 streams: not supported
7 streams: not supported
8 streams: not supported
VHT RX highest supported: 0 Mbps
VHT TX MCS set:
1 streams: MCS 0-9
2 streams: MCS 0-9
3 streams: not supported
4 streams: not supported
5 streams: not supported
6 streams: not supported
7 streams: not supported
8 streams: not supported
VHT TX highest supported: 0 Mbps
Dieser Abschnitt wird vollständig fehlen, wenn Ihre Karte 802.11ac nicht unterstützt.
Daher auf einer Karte, die 802.11ac nicht unterstützt:
$ iw list | grep VHT
Auf einer Karte, die 802.11ac unterstützt:
$ iw list | grep VHT
VHT Capabilities (0x038071a0):
VHT RX MCS set:
VHT RX highest supported: 0 Mbps
VHT TX MCS set:
VHT TX highest supported: 0 Mbps