우분투: 메시 네트워크를 구성할 수 없습니다

우분투: 메시 네트워크를 구성할 수 없습니다
root@181RX:/home/pi/# iw phy
Wiphy phy0
        max # scan SSIDs: 4
        max scan IEs length: 2257 bytes
        Retry short long limit: 2
        Coverage class: 0 (up to 0m)
        Device supports RSN-IBSS.

        Available Antennas: TX 0 RX 0
        Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * AP/VLAN
                 * monitor
        Band 1:
                Capabilities: 0x17e
                        HT20/HT40
                        SM Power Save disabled
                        RX Greenfield
                        RX HT20 SGI
                        RX HT40 SGI
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        No DSSS/CCK HT40
                Maximum RX AMPDU length 32767 bytes (exponent: 0x002)
                Minimum RX AMPDU time spacing: 2 usec (0x04)
                HT TX/RX MCS rate indexes supported: 0-7, 32
   ...
        Supported RX frame types:
                 * IBSS: 0x40 0xb0 0xc0 0xd0
                 * managed: 0x40 0xd0
                 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * mesh point: 0xb0 0xc0 0xd0
                 * P2P-client: 0x40 0xd0
                 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * P2P-device: 0x40 0xd0
        software interface modes (can always be added):
                 * AP/VLAN
                 * monitor
        valid interface combinations:
                 * #{ AP } <= 8,
                   total <= 8, #channels <= 1
        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length
                 * supported channel width
                 * short GI for 40 MHz
                 * max A-MPDU length exponent
                 * min MPDU start spacing
        Device supports TX status socket option.
        Device supports HT-IBSS.
        Device supports SAE with AUTHENTICATE command
        Device supports low priority scan.
        Device supports scan flush.
        Device supports AP scan.
        Device supports per-vif TX power setting
        Driver supports full state transitions for AP/GO clients
        Driver supports a userspace MPM

iw phy다음은 명령이 포함된 Wi-Fi 장치의 속성입니다 .
메시 구성을 위해 이 WiFi 어댑터를 사용해야 합니다.
ralink rt3070 USB 장치입니다.
또한 nano pi에는 ubutnu 운영체제가 설치되어 있습니다.

root@181RX:/home/pi# iw dev $w interface add mesh0 type mp

명령 실패: 작업이 지원되지 않음(-95)

내 장치가 메시를 지원하지 않습니까?

답변1

아니요, 해당 장치는 802.11s MESH를 지원하지 않습니다. 그렇지 않으면 iw list출력은 다음과 같습니다.

Supported interface modes:
  * IBSS
  * managed
  * AP
  * AP/VLAN
  * monitor
  * mesh point

노트그리드 포인트하단에.

답변2

커널 구성을 통해 mac80211 그리드를 활성화했습니다.

여기에 이미지 설명을 입력하세요.

관련 정보