ฉันจะหาได้อย่างไรถ้าการ์ด wifi ของฉันรองรับ 802.11ac


13

ฉันไม่แน่ใจว่าการ์ด wifi ของฉันรองรับ 802.11ac หรือไม่ ฉันจะหาข้อมูลนี้ได้อย่างไร?

คำตอบ:


20

ถ้าคุณเรียกดูสำหรับสายระบุiw listVHT

    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

ส่วนนี้จะหายไปโดยสิ้นเชิงถ้าการ์ดของคุณไม่รองรับ 802.11ac

ดังนั้นบนการ์ดที่ไม่รองรับ 802.11ac:

$ iw list | grep VHT

บนบัตรที่ไม่สนับสนุน 802.11ac:

$ 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

1
ทำไมคุณถึงถามคำถามและตอบคำถาม
Julie Pelletier

11
@JuliePelletier เพราะคำถามนี้ยังไม่ได้อยู่ในเครือข่าย Stack Exchange ฉันใช้เวลาสักครู่เพื่อค้นหาวิธีแก้ปัญหาและดังนั้นฉันจึงแบ่งปันกับผู้อื่น เราขอแนะนำให้คุณตอบคำถามของคุณเองใน Stack Exchange
Sparhawk
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.