WLAN-Pi / wlanpi-common

Common scripts and files for WLAN Pi RPi and CM4 hardware
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

All Wifi 6 channels are disabled #40

Open hoppel118 opened 2 months ago

hoppel118 commented 2 months ago

Hi,

a bit more than a year ago, I had the same issue here. But this time I do not get it solved by myself.

All updates are installed:

WLANPI Release: 3.2.0

wlanpi@wlanpi-c04:~ $ sudo su
root@wlanpi:/home/wlanpi# apt update && apt upgrade
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease                                                                                                                                                                                                                                                                    
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                                                                                                                                                                                                                                                            
Hit:4 http://deb.debian.org/debian bullseye-backports InRelease                                                                                                                                                                                                                                                          
Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease                                                                                                                                                                                                                                                           
Hit:6 https://repos.influxdata.com/debian bullseye InRelease                                                                                                                                                                                                                                                             
Hit:7 https://apt.grafana.com stable InRelease                                                                                                                                                                                                                               
Hit:8 https://www.kismetwireless.net/repos/apt/release/bullseye bullseye InRelease                                                                                                               
Hit:9 https://packagecloud.io/wlanpi/main/debian bullseye InRelease                             
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

My WLANPI:

wlanpi@wlanpi-c04:~ $ wlanpi-model
Model:                WLAN Pi M4
Main board:           Mcuzone M4
M.2 Wi-Fi adapter:    MEDIATEK Corp. MT7921K (RZ608) Wi-Fi 6E 80MHz [14c3:0608]
Bluetooth adapter:    0e8d:0608 MediaTek Inc. Wireless_Device

The reg domain seems to be set correctly:

wlanpi@wlanpi-c04:~ $ sudo wlanpi-reg-domain get
DE
wlanpi@wlanpi-c04:~ $ sudo iw reg get
global
country DE: DFS-ETSI
    (2400 - 2483 @ 40), (N/A, 20), (N/A)
    (5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
    (5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
    (5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
    (5725 - 5875 @ 80), (N/A, 13), (N/A)
    (5945 - 6425 @ 160), (N/A, 23), (N/A), NO-OUTDOOR
    (57000 - 66000 @ 2160), (N/A, 40), (N/A)

But all channels are still disabled:

        Frequencies:
            * 5955.0 MHz [1] (disabled)
            * 5975.0 MHz [5] (disabled)
            * 5995.0 MHz [9] (disabled)
            * 6015.0 MHz [13] (disabled)
            * 6035.0 MHz [17] (disabled)
            * 6055.0 MHz [21] (disabled)
            * 6075.0 MHz [25] (disabled)
            * 6095.0 MHz [29] (disabled)
            * 6115.0 MHz [33] (disabled)
            * 6135.0 MHz [37] (disabled)
            * 6155.0 MHz [41] (disabled)
            * 6175.0 MHz [45] (disabled)
            * 6195.0 MHz [49] (disabled)
            * 6215.0 MHz [53] (disabled)
            * 6235.0 MHz [57] (disabled)
            * 6255.0 MHz [61] (disabled)
            * 6275.0 MHz [65] (disabled)
            * 6295.0 MHz [69] (disabled)
            * 6315.0 MHz [73] (disabled)
            * 6335.0 MHz [77] (disabled)
            * 6355.0 MHz [81] (disabled)
            * 6375.0 MHz [85] (disabled)
            * 6395.0 MHz [89] (disabled)
            * 6415.0 MHz [93] (disabled)
            * 6435.0 MHz [97] (disabled)
            * 6455.0 MHz [101] (disabled)
            * 6475.0 MHz [105] (disabled)
            * 6495.0 MHz [109] (disabled)
            * 6515.0 MHz [113] (disabled)
            * 6535.0 MHz [117] (disabled)
            * 6555.0 MHz [121] (disabled)
            * 6575.0 MHz [125] (disabled)
            * 6595.0 MHz [129] (disabled)
            * 6615.0 MHz [133] (disabled)
            * 6635.0 MHz [137] (disabled)
            * 6655.0 MHz [141] (disabled)
            * 6675.0 MHz [145] (disabled)
            * 6695.0 MHz [149] (disabled)
            * 6715.0 MHz [153] (disabled)
            * 6735.0 MHz [157] (disabled)
            * 6755.0 MHz [161] (disabled)
            * 6775.0 MHz [165] (disabled)
            * 6795.0 MHz [169] (disabled)
            * 6815.0 MHz [173] (disabled)
            * 6835.0 MHz [177] (disabled)
            * 6855.0 MHz [181] (disabled)
            * 6875.0 MHz [185] (disabled)
            * 6895.0 MHz [189] (disabled)
            * 6915.0 MHz [193] (disabled)
            * 6935.0 MHz [197] (disabled)
            * 6955.0 MHz [201] (disabled)
            * 6975.0 MHz [205] (disabled)
            * 6995.0 MHz [209] (disabled)
            * 7015.0 MHz [213] (disabled)
            * 7035.0 MHz [217] (disabled)
            * 7055.0 MHz [221] (disabled)
            * 7075.0 MHz [225] (disabled)
            * 7095.0 MHz [229] (disabled)
            * 7115.0 MHz [233] (disabled)

I already rebooted the WLANPI and set the regulatory domain through the front panel menu system, but it didn't help.

Any idea?

Please help.

adriangranados commented 2 months ago

Can you share the output of the following command?

sudo apt show wireless-regdb

What happens if you set the reg. domain to US?

hoppel118 commented 2 months ago

Thanks for your answer. Here are my results:

wlanpi@wlanpi:~ $ sudo wlanpi-reg-domain get
US

All 6GHz frequencies are still disabled:

wlanpi@wlanpi:~ $ iw list
Wiphy phy0
    wiphy index: 0
    max # scan SSIDs: 4
    max scan IEs length: 482 bytes
    max # sched scan SSIDs: 10
    max # match sets: 16
    Retry short limit: 7
    Retry long limit: 4
    Coverage class: 0 (up to 0m)
    Device supports AP-side u-APSD.
    Device supports T-DLS.
    Supported Ciphers:
        * WEP40 (00-0f-ac:1)
        * WEP104 (00-0f-ac:5)
        * TKIP (00-0f-ac:2)
        * CCMP-128 (00-0f-ac:4)
        * CCMP-256 (00-0f-ac:10)
        * GCMP-128 (00-0f-ac:8)
        * GCMP-256 (00-0f-ac:9)
        * CMAC (00-0f-ac:6)
        * CMAC-256 (00-0f-ac:13)
        * GMAC-128 (00-0f-ac:11)
        * GMAC-256 (00-0f-ac:12)
    Available Antennas: TX 0x3 RX 0x3
    Configured Antennas: TX 0x3 RX 0x3
    Supported interface modes:
         * managed
         * AP
         * AP/VLAN
         * monitor
         * P2P-client
         * P2P-GO
    Band 1:
        Capabilities: 0x9ff
            RX LDPC
            HT20/HT40
            SM Power Save disabled
            RX Greenfield
            RX HT20 SGI
            RX HT40 SGI
            TX STBC
            RX STBC 1-stream
            Max AMSDU length: 7935 bytes
            No DSSS/CCK HT40
        Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
        Minimum RX AMPDU time spacing: No restriction (0x00)
        HT TX/RX MCS rate indexes supported: 0-15
        HE Iftypes: managed
            HE MAC Capabilities (0x08011a000040):
                +HTC HE Supported
                Trigger Frame MAC Padding Duration: 2
                OM Control
                Maximum A-MPDU Length Exponent: 3
                A-MSDU in A-MPDU
            HE PHY Capabilities: (0x2270ce120dc0b306423f00):
                HE40/2.4GHz
                242 tone RUs/2.4GHz
                Device Class: 1
                LDPC Coding in Payload
                HE SU PPDU with 1x HE-LTF and 0.8us GI
                NDP with 4x HE-LTF and 3.2us GI
                STBC Tx <= 80MHz
                STBC Rx <= 80MHz
                Full Bandwidth UL MU-MIMO
                Partial Bandwidth UL MU-MIMO
                DCM Max Constellation: 2
                DCM Max Constellation Rx: 2
                SU Beamformee
                Beamformee STS <= 80Mhz: 3
                Ng = 16 SU Feedback
                Ng = 16 MU Feedback
                Codebook Size SU Feedback
                Codebook Size MU Feedback
                Triggered CQI Feedback
                Partial Bandwidth Extended Range
                PPE Threshold Present
                Power Boost Factor ar
                HE SU PPDU & HE PPDU 4x HE-LTF 0.8us GI
                20MHz in 40MHz HE PPDU 2.4GHz
                DCM Max BW: 1
                Longer Than 16HE SIG-B OFDM Symbols
                Non-Triggered CQI Feedback
                TX 1024-QAM
                RX 1024-QAM
                RX Full BW SU Using HE MU PPDU with Compression SIGB
                RX Full BW SU Using HE MU PPDU with Non-Compression SIGB
            HE RX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            HE TX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            PPE Threshold 0x39 0x1c 0xc7 0x71 0x1c 0x07 
        HE Iftypes: AP
            HE MAC Capabilities (0x00011a081044):
                +HTC HE Supported
                BSR
                OM Control
                Maximum A-MPDU Length Exponent: 3
                BQR
                A-MSDU in A-MPDU
                OM Control UL MU Data Disable RX
            HE PHY Capabilities: (0x0220ce120000a000000c00):
                HE40/2.4GHz
                LDPC Coding in Payload
                NDP with 4x HE-LTF and 3.2us GI
                STBC Tx <= 80MHz
                STBC Rx <= 80MHz
                Full Bandwidth UL MU-MIMO
                Partial Bandwidth UL MU-MIMO
                DCM Max Constellation: 2
                DCM Max Constellation Rx: 2
                Partial Bandwidth Extended Range
                PPE Threshold Present
                TX 1024-QAM
                RX 1024-QAM
            HE RX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            HE TX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            PPE Threshold 0x39 0x1c 0xc7 0x71 0x1c 0x07 
        Bitrates (non-HT):
            * 1.0 Mbps (short preamble supported)
            * 2.0 Mbps (short preamble supported)
            * 5.5 Mbps (short preamble supported)
            * 11.0 Mbps (short preamble supported)
            * 6.0 Mbps
            * 9.0 Mbps
            * 12.0 Mbps
            * 18.0 Mbps
            * 24.0 Mbps
            * 36.0 Mbps
            * 48.0 Mbps
            * 54.0 Mbps
        Frequencies:
            * 2412.0 MHz [1] (30.0 dBm)
            * 2417.0 MHz [2] (30.0 dBm)
            * 2422.0 MHz [3] (30.0 dBm)
            * 2427.0 MHz [4] (30.0 dBm)
            * 2432.0 MHz [5] (30.0 dBm)
            * 2437.0 MHz [6] (30.0 dBm)
            * 2442.0 MHz [7] (30.0 dBm)
            * 2447.0 MHz [8] (30.0 dBm)
            * 2452.0 MHz [9] (30.0 dBm)
            * 2457.0 MHz [10] (30.0 dBm)
            * 2462.0 MHz [11] (30.0 dBm)
            * 2467.0 MHz [12] (disabled)
            * 2472.0 MHz [13] (disabled)
            * 2484.0 MHz [14] (disabled)
    Band 2:
        Capabilities: 0x9ff
            RX LDPC
            HT20/HT40
            SM Power Save disabled
            RX Greenfield
            RX HT20 SGI
            RX HT40 SGI
            TX STBC
            RX STBC 1-stream
            Max AMSDU length: 7935 bytes
            No DSSS/CCK HT40
        Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
        Minimum RX AMPDU time spacing: No restriction (0x00)
        HT TX/RX MCS rate indexes supported: 0-15
        VHT Capabilities (0x339071b2):
            Max MPDU length: 11454
            Supported Channel Width: neither 160 nor 80+80
            RX LDPC
            short GI (80 MHz)
            TX STBC
            SU Beamformee
            MU Beamformee
            RX antenna pattern consistency
            TX antenna pattern consistency
        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
        VHT extended NSS: supported
        HE Iftypes: managed
            HE MAC Capabilities (0x08011a000040):
                +HTC HE Supported
                Trigger Frame MAC Padding Duration: 2
                OM Control
                Maximum A-MPDU Length Exponent: 3
                A-MSDU in A-MPDU
            HE PHY Capabilities: (0x4470ce120dc0b306423f00):
                HE40/HE80/5GHz
                242 tone RUs/5GHz
                Device Class: 1
                LDPC Coding in Payload
                HE SU PPDU with 1x HE-LTF and 0.8us GI
                NDP with 4x HE-LTF and 3.2us GI
                STBC Tx <= 80MHz
                STBC Rx <= 80MHz
                Full Bandwidth UL MU-MIMO
                Partial Bandwidth UL MU-MIMO
                DCM Max Constellation: 2
                DCM Max Constellation Rx: 2
                SU Beamformee
                Beamformee STS <= 80Mhz: 3
                Ng = 16 SU Feedback
                Ng = 16 MU Feedback
                Codebook Size SU Feedback
                Codebook Size MU Feedback
                Triggered CQI Feedback
                Partial Bandwidth Extended Range
                PPE Threshold Present
                Power Boost Factor ar
                HE SU PPDU & HE PPDU 4x HE-LTF 0.8us GI
                20MHz in 40MHz HE PPDU 2.4GHz
                DCM Max BW: 1
                Longer Than 16HE SIG-B OFDM Symbols
                Non-Triggered CQI Feedback
                TX 1024-QAM
                RX 1024-QAM
                RX Full BW SU Using HE MU PPDU with Compression SIGB
                RX Full BW SU Using HE MU PPDU with Non-Compression SIGB
            HE RX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            HE TX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            PPE Threshold 0x39 0x1c 0xc7 0x71 0x1c 0x07 
        HE Iftypes: AP
            HE MAC Capabilities (0x00011a081044):
                +HTC HE Supported
                BSR
                OM Control
                Maximum A-MPDU Length Exponent: 3
                BQR
                A-MSDU in A-MPDU
                OM Control UL MU Data Disable RX
            HE PHY Capabilities: (0x0420ce120000a000000c00):
                HE40/HE80/5GHz
                LDPC Coding in Payload
                NDP with 4x HE-LTF and 3.2us GI
                STBC Tx <= 80MHz
                STBC Rx <= 80MHz
                Full Bandwidth UL MU-MIMO
                Partial Bandwidth UL MU-MIMO
                DCM Max Constellation: 2
                DCM Max Constellation Rx: 2
                Partial Bandwidth Extended Range
                PPE Threshold Present
                TX 1024-QAM
                RX 1024-QAM
            HE RX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            HE TX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            PPE Threshold 0x39 0x1c 0xc7 0x71 0x1c 0x07 
        Bitrates (non-HT):
            * 6.0 Mbps
            * 9.0 Mbps
            * 12.0 Mbps
            * 18.0 Mbps
            * 24.0 Mbps
            * 36.0 Mbps
            * 48.0 Mbps
            * 54.0 Mbps
        Frequencies:
            * 5180.0 MHz [36] (23.0 dBm)
            * 5200.0 MHz [40] (23.0 dBm)
            * 5220.0 MHz [44] (23.0 dBm)
            * 5240.0 MHz [48] (23.0 dBm)
            * 5260.0 MHz [52] (24.0 dBm) (radar detection)
            * 5280.0 MHz [56] (24.0 dBm) (radar detection)
            * 5300.0 MHz [60] (24.0 dBm) (radar detection)
            * 5320.0 MHz [64] (24.0 dBm) (radar detection)
            * 5500.0 MHz [100] (24.0 dBm) (radar detection)
            * 5520.0 MHz [104] (24.0 dBm) (radar detection)
            * 5540.0 MHz [108] (24.0 dBm) (radar detection)
            * 5560.0 MHz [112] (24.0 dBm) (radar detection)
            * 5580.0 MHz [116] (24.0 dBm) (radar detection)
            * 5600.0 MHz [120] (24.0 dBm) (radar detection)
            * 5620.0 MHz [124] (24.0 dBm) (radar detection)
            * 5640.0 MHz [128] (24.0 dBm) (radar detection)
            * 5660.0 MHz [132] (24.0 dBm) (radar detection)
            * 5680.0 MHz [136] (24.0 dBm) (radar detection)
            * 5700.0 MHz [140] (24.0 dBm) (radar detection)
            * 5720.0 MHz [144] (24.0 dBm) (radar detection)
            * 5745.0 MHz [149] (30.0 dBm)
            * 5765.0 MHz [153] (30.0 dBm)
            * 5785.0 MHz [157] (30.0 dBm)
            * 5805.0 MHz [161] (30.0 dBm)
            * 5825.0 MHz [165] (30.0 dBm)
            * 5845.0 MHz [169] (27.0 dBm) (no IR)
            * 5865.0 MHz [173] (27.0 dBm) (no IR)
            * 5885.0 MHz [177] (27.0 dBm) (no IR)
    Band 4:
        HE Iftypes: managed
            HE MAC Capabilities (0x08011a000040):
                +HTC HE Supported
                Trigger Frame MAC Padding Duration: 2
                OM Control
                Maximum A-MPDU Length Exponent: 3
                A-MSDU in A-MPDU
            HE PHY Capabilities: (0x4470ce120dc0b306423f00):
                HE40/HE80/5GHz
                242 tone RUs/5GHz
                Device Class: 1
                LDPC Coding in Payload
                HE SU PPDU with 1x HE-LTF and 0.8us GI
                NDP with 4x HE-LTF and 3.2us GI
                STBC Tx <= 80MHz
                STBC Rx <= 80MHz
                Full Bandwidth UL MU-MIMO
                Partial Bandwidth UL MU-MIMO
                DCM Max Constellation: 2
                DCM Max Constellation Rx: 2
                SU Beamformee
                Beamformee STS <= 80Mhz: 3
                Ng = 16 SU Feedback
                Ng = 16 MU Feedback
                Codebook Size SU Feedback
                Codebook Size MU Feedback
                Triggered CQI Feedback
                Partial Bandwidth Extended Range
                PPE Threshold Present
                Power Boost Factor ar
                HE SU PPDU & HE PPDU 4x HE-LTF 0.8us GI
                20MHz in 40MHz HE PPDU 2.4GHz
                DCM Max BW: 1
                Longer Than 16HE SIG-B OFDM Symbols
                Non-Triggered CQI Feedback
                TX 1024-QAM
                RX 1024-QAM
                RX Full BW SU Using HE MU PPDU with Compression SIGB
                RX Full BW SU Using HE MU PPDU with Non-Compression SIGB
            HE RX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            HE TX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            PPE Threshold 0x39 0x1c 0xc7 0x71 0x1c 0x07 
        HE Iftypes: AP
            HE MAC Capabilities (0x00011a081044):
                +HTC HE Supported
                BSR
                OM Control
                Maximum A-MPDU Length Exponent: 3
                BQR
                A-MSDU in A-MPDU
                OM Control UL MU Data Disable RX
            HE PHY Capabilities: (0x0420ce120000a000000c00):
                HE40/HE80/5GHz
                LDPC Coding in Payload
                NDP with 4x HE-LTF and 3.2us GI
                STBC Tx <= 80MHz
                STBC Rx <= 80MHz
                Full Bandwidth UL MU-MIMO
                Partial Bandwidth UL MU-MIMO
                DCM Max Constellation: 2
                DCM Max Constellation Rx: 2
                Partial Bandwidth Extended Range
                PPE Threshold Present
                TX 1024-QAM
                RX 1024-QAM
            HE RX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            HE TX MCS and NSS set <= 80 MHz
                1 streams: MCS 0-11
                2 streams: MCS 0-11
                3 streams: not supported
                4 streams: not supported
                5 streams: not supported
                6 streams: not supported
                7 streams: not supported
                8 streams: not supported
            PPE Threshold 0x39 0x1c 0xc7 0x71 0x1c 0x07 
        Bitrates (non-HT):
            * 6.0 Mbps
            * 9.0 Mbps
            * 12.0 Mbps
            * 18.0 Mbps
            * 24.0 Mbps
            * 36.0 Mbps
            * 48.0 Mbps
            * 54.0 Mbps
        Frequencies:
            * 5955.0 MHz [1] (disabled)
            * 5975.0 MHz [5] (disabled)
            * 5995.0 MHz [9] (disabled)
            * 6015.0 MHz [13] (disabled)
            * 6035.0 MHz [17] (disabled)
            * 6055.0 MHz [21] (disabled)
            * 6075.0 MHz [25] (disabled)
            * 6095.0 MHz [29] (disabled)
            * 6115.0 MHz [33] (disabled)
            * 6135.0 MHz [37] (disabled)
            * 6155.0 MHz [41] (disabled)
            * 6175.0 MHz [45] (disabled)
            * 6195.0 MHz [49] (disabled)
            * 6215.0 MHz [53] (disabled)
            * 6235.0 MHz [57] (disabled)
            * 6255.0 MHz [61] (disabled)
            * 6275.0 MHz [65] (disabled)
            * 6295.0 MHz [69] (disabled)
            * 6315.0 MHz [73] (disabled)
            * 6335.0 MHz [77] (disabled)
            * 6355.0 MHz [81] (disabled)
            * 6375.0 MHz [85] (disabled)
            * 6395.0 MHz [89] (disabled)
            * 6415.0 MHz [93] (disabled)
            * 6435.0 MHz [97] (disabled)
            * 6455.0 MHz [101] (disabled)
            * 6475.0 MHz [105] (disabled)
            * 6495.0 MHz [109] (disabled)
            * 6515.0 MHz [113] (disabled)
            * 6535.0 MHz [117] (disabled)
            * 6555.0 MHz [121] (disabled)
            * 6575.0 MHz [125] (disabled)
            * 6595.0 MHz [129] (disabled)
            * 6615.0 MHz [133] (disabled)
            * 6635.0 MHz [137] (disabled)
            * 6655.0 MHz [141] (disabled)
            * 6675.0 MHz [145] (disabled)
            * 6695.0 MHz [149] (disabled)
            * 6715.0 MHz [153] (disabled)
            * 6735.0 MHz [157] (disabled)
            * 6755.0 MHz [161] (disabled)
            * 6775.0 MHz [165] (disabled)
            * 6795.0 MHz [169] (disabled)
            * 6815.0 MHz [173] (disabled)
            * 6835.0 MHz [177] (disabled)
            * 6855.0 MHz [181] (disabled)
            * 6875.0 MHz [185] (disabled)
            * 6895.0 MHz [189] (disabled)
            * 6915.0 MHz [193] (disabled)
            * 6935.0 MHz [197] (disabled)
            * 6955.0 MHz [201] (disabled)
            * 6975.0 MHz [205] (disabled)
            * 6995.0 MHz [209] (disabled)
            * 7015.0 MHz [213] (disabled)
            * 7035.0 MHz [217] (disabled)
            * 7055.0 MHz [221] (disabled)
            * 7075.0 MHz [225] (disabled)
            * 7095.0 MHz [229] (disabled)
            * 7115.0 MHz [233] (disabled)
    Supported commands:
         * new_interface
         * set_interface
         * new_key
         * start_ap
         * new_station
         * new_mpath
         * set_mesh_config
         * set_bss
         * authenticate
         * associate
         * deauthenticate
         * disassociate
         * join_ibss
         * join_mesh
         * remain_on_channel
         * set_tx_bitrate_mask
         * frame
         * frame_wait_cancel
         * set_wiphy_netns
         * set_channel
         * tdls_mgmt
         * tdls_oper
         * start_sched_scan
         * probe_client
         * set_noack_map
         * register_beacons
         * start_p2p_device
         * set_mcast_rate
         * connect
         * disconnect
         * channel_switch
         * set_qos_map
         * set_multicast_to_unicast
         * set_sar_specs
    WoWLAN support:
         * wake up on disconnect
         * wake up on magic packet
         * wake up on pattern match, up to 1 patterns of 1-128 bytes,
           maximum packet offset 0 bytes
         * can do GTK rekeying
         * wake up on network detection, up to 10 match sets
    software interface modes (can always be added):
         * AP/VLAN
         * monitor
    valid interface combinations:
         * #{ managed, P2P-client } <= 2, #{ AP, P2P-GO } <= 1,
           total <= 2, #channels <= 2
    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 scan flush.
    Device supports per-vif TX power setting
    Driver supports full state transitions for AP/GO clients
    Driver supports a userspace MPM
    Device supports active monitor (which will ACK incoming frames)
    Driver/device bandwidth changes during BSS lifetime (AP/GO mode)
    Device supports configuring vdev MAC-addr on create.
    Device supports randomizing MAC-addr in scans.
    Device supports randomizing MAC-addr in sched scans.
    max # scan plans: 1
    max scan plan interval: 65535
    max scan plan iterations: 0
    Supported TX frame types:
         * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
         * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
    Supported RX frame types:
         * IBSS: 0x40 0xb0 0xc0 0xd0
         * managed: 0x40 0xb0 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
    Supported extended features:
        * [ RRM ]: RRM
        * [ SET_SCAN_DWELL ]: scan dwell setting
        * [ BEACON_RATE_LEGACY ]: legacy beacon rate setting
        * [ BEACON_RATE_HT ]: HT beacon rate setting
        * [ BEACON_RATE_VHT ]: VHT beacon rate setting
        * [ FILS_STA ]: STA FILS (Fast Initial Link Setup)
        * [ CQM_RSSI_LIST ]: multiple CQM_RSSI_THOLD records
        * [ CONTROL_PORT_OVER_NL80211 ]: control port over nl80211
        * [ ACK_SIGNAL_SUPPORT ]: ack signal level support
        * [ TXQS ]: FQ-CoDel-enabled intermediate TXQs
        * [ CAN_REPLACE_PTK0 ]: can safely replace PTK 0 when rekeying
        * [ AIRTIME_FAIRNESS ]: airtime fairness scheduling
        * [ AQL ]: Airtime Queue Limits (AQL)
        * [ CONTROL_PORT_NO_PREAUTH ]: disable pre-auth over nl80211 control port support
        * [ SCAN_FREQ_KHZ ]: scan on kHz frequency support
        * [ CONTROL_PORT_OVER_NL80211_TX_STATUS ]: tx status for nl80211 control port support
        * [ BEACON_RATE_HE ]: HE beacon rate support (AP/mesh)
        * [ POWERED_ADDR_CHANGE ]: can change MAC address while up

I already rebooted the wlanpi, but it didn’t help.

Any other idea?

Thanks for your help.

adriangranados commented 2 months ago

I need to know the version of the wireless-regdb package you have installed:

Can you share the output of the following command?

sudo apt show wireless-regdb

You could also try installing the latest pre-release image (3.2.1), which includes the latest wireless-regdb package.

hoppel118 commented 2 months ago

sudo apt show wireless-regdb

wlanpi@wlanpi:~ $ sudo apt show wireless-regdb
Package: wireless-regdb
Version: 2022.06.06-2
Status: install ok installed
Priority: optional
Section: net
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Installed-Size: 33.8 kB
Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Download-Size: unknown
APT-Manual-Installed: no
APT-Sources: /var/lib/dpkg/status
Description: wireless regulatory database for Linux
 This package provides a machine-readable database of legal
 regulations on radio emissions that affect use of wireless networking.
 The Linux kernel and drivers use this to maintain compliance with
 those regulations.

N: There is 1 additional record. Please use the '-a' switch to see it

Here the output with the '-a' switch:

wlanpi@wlanpi:~ $ sudo apt show wireless-regdb -a
Package: wireless-regdb
Version: 2022.06.06-2
Status: install ok installed
Priority: optional
Section: net
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Installed-Size: 33.8 kB
Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Download-Size: unknown
APT-Manual-Installed: no
APT-Sources: /var/lib/dpkg/status
Description: wireless regulatory database for Linux
 This package provides a machine-readable database of legal
 regulations on radio emissions that affect use of wireless networking.
 The Linux kernel and drivers use this to maintain compliance with
 those regulations.

Package: wireless-regdb
Version: 2022.04.08-2~deb11u1
Priority: optional
Section: net
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Installed-Size: 45.1 kB
Suggests: crda
Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Tag: admin::hardware, role::app-data
Download-Size: 15.1 kB
APT-Sources: http://deb.debian.org/debian bullseye/main arm64 Packages
Description: wireless regulatory database for Linux
 This package provides a machine-readable database of legal
 regulations on radio emissions that affect use of wireless networking.
 The Linux kernel and drivers use this to maintain compliance with
 those regulations.

I also saw this tip after starting:

┌─────┐
│ Tip │
└─────┘
Have you tried "wifichannel -6"? It shows all 6 GHz channels, and highlights all Preferred Scanning Channels (PSC).

wlanpi@wlanpi:~ $ wifichannel -6
Band: 6 GHz   Channel:   1   Center freq: 5955 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:   5   Center freq: 5975 MHz   PSC: Yes   Lower 6 GHz
Band: 6 GHz   Channel:   9   Center freq: 5995 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  13   Center freq: 6015 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  17   Center freq: 6035 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  21   Center freq: 6055 MHz   PSC: Yes   Lower 6 GHz
Band: 6 GHz   Channel:  25   Center freq: 6075 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  29   Center freq: 6095 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  33   Center freq: 6115 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  37   Center freq: 6135 MHz   PSC: Yes   Lower 6 GHz
Band: 6 GHz   Channel:  41   Center freq: 6155 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  45   Center freq: 6175 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  49   Center freq: 6195 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  53   Center freq: 6215 MHz   PSC: Yes   Lower 6 GHz
Band: 6 GHz   Channel:  57   Center freq: 6235 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  61   Center freq: 6255 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  65   Center freq: 6275 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  69   Center freq: 6295 MHz   PSC: Yes   Lower 6 GHz
Band: 6 GHz   Channel:  73   Center freq: 6315 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  77   Center freq: 6335 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  81   Center freq: 6355 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  85   Center freq: 6375 MHz   PSC: Yes   Lower 6 GHz
Band: 6 GHz   Channel:  89   Center freq: 6395 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  93   Center freq: 6415 MHz   PSC: No    Lower 6 GHz
Band: 6 GHz   Channel:  97   Center freq: 6435 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 101   Center freq: 6455 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 105   Center freq: 6475 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 109   Center freq: 6495 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 113   Center freq: 6515 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 117   Center freq: 6535 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 121   Center freq: 6555 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 125   Center freq: 6575 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 129   Center freq: 6595 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 133   Center freq: 6615 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 137   Center freq: 6635 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 141   Center freq: 6655 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 145   Center freq: 6675 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 149   Center freq: 6695 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 153   Center freq: 6715 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 157   Center freq: 6735 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 161   Center freq: 6755 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 165   Center freq: 6775 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 169   Center freq: 6795 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 173   Center freq: 6815 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 177   Center freq: 6835 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 181   Center freq: 6855 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 185   Center freq: 6875 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 189   Center freq: 6895 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 193   Center freq: 6915 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 197   Center freq: 6935 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 201   Center freq: 6955 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 205   Center freq: 6975 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 209   Center freq: 6995 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 213   Center freq: 7015 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 217   Center freq: 7035 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 221   Center freq: 7055 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 225   Center freq: 7075 MHz   PSC: No    Upper 6 GHz
Band: 6 GHz   Channel: 229   Center freq: 7095 MHz   PSC: Yes   Upper 6 GHz
Band: 6 GHz   Channel: 233   Center freq: 7115 MHz   PSC: No    Upper 6 GHz

My packages are up to date:

screenshot_2399

On the cli I see that apt is locked:

wlanpi@wlanpi:~ $ sudo apt update && apt upgrade
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease                                                                                                                                                  
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                                                                                                                                          
Hit:4 http://deb.debian.org/debian bullseye-backports InRelease                                                                                                                                        
Hit:5 https://apt.grafana.com stable InRelease                                                                                                                                                         
Hit:6 https://repos.influxdata.com/debian bullseye InRelease                                                                                                                                           
Hit:7 http://archive.raspberrypi.org/debian bullseye InRelease                                                                                                                                         
Hit:8 https://www.kismetwireless.net/repos/apt/release/bullseye bullseye InRelease                                                                                 
Hit:9 https://packagecloud.io/wlanpi/main/debian bullseye InRelease                             
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

Do you see anything relevant before I update to 3.2.1?

Thanks Hoppel

hoppel118 commented 2 months ago

OK, I tried 3.2.1:

┌────────────┐
│ WLAN Pi M4 │
└────────────┘
Mode:        classic
Release:     3.2.1
Uptime:      0 days, 0 hrs 3 mins 40 secs
Date:        Fri Jul 26 06:05:21 CDT 2024
Memory:      Total: 1896MB, Used: 245MB, Free: 1198MB
Disk:        Total: 29GB, Used: 3.5GB, Free: 25GB
CPU temp:    60°C
CPU util:    6 %
Internet:    Reachable

Everything is up to date:

root@wlanpi:/home/wlanpi# apt update && apt upgrade
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                                                                                                                                              
Hit:4 http://deb.debian.org/debian bullseye-backports InRelease                                                                                                                                            
Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease                                                                                                                                             
Hit:6 https://repos.influxdata.com/debian bullseye InRelease                                                                                                                                               
Hit:7 https://apt.grafana.com stable InRelease                                                                                                                                                             
Hit:8 https://www.kismetwireless.net/repos/apt/release/bullseye bullseye InRelease                                                                                                            
Hit:9 https://packagecloud.io/wlanpi/main/debian bullseye InRelease                             
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@wlanpi:/home/wlanpi# 

No reg domain set per default:

wlanpi@wlanpi:~ $ sudo wlanpi-reg-domain get
No reg domain configured yet. Configure one using "sudo wlanpi-reg-domain set XX", where XX represents the country code.

Its not possible to configure the reg domain:

wlanpi@wlanpi:~ $ sudo iw reg set DE
wlanpi@wlanpi:~ $ sudo wlanpi-reg-domain get
No reg domain configured yet. Configure one using "sudo wlanpi-reg-domain set XX", where XX represents the country code.

I have the same issue, when I try to use the display of my wlanpi m4. I can get to the menu "system - settings - rf domain - set domain DE", but I can't confirm the domain. sudo su also doesn't help:

root@wlanpi:/home/wlanpi# iw reg set DE
root@wlanpi:/home/wlanpi# wlanpi-reg-domain get
No reg domain configured yet. Configure one using "sudo wlanpi-reg-domain set XX", where XX represents the country code.

I also tried other rf domains. The issue remains.

All 6 Ghz channels are still disabled.

Any idea?

Thanks Hoppel

adriangranados commented 2 months ago

Did you reboot the Pi after setting the reg. domain either using CLI or FPMS?

hoppel118 commented 2 months ago

Did you reboot the Pi after setting the reg. domain either using CLI or FPMS?

OK, I did it again and saw the following after ssh login:

┌──────────────────────────────────────────────────────┐
│ Warning: No RF regulatory domain has been configured │
└──────────────────────────────────────────────────────┘
Configure one using "sudo wlanpi-reg-domain set XX", followed by "sudo reboot". XX represents the country code.

wlanpi@wlanpi:~ $ sudo wlanpi-reg-domain set DE
[sudo] password for wlanpi: 
A reboot is required. Reboot now? (Y/n) 

I didn't use the correct command. But all 6GHz frequencies are still disabled:

        Frequencies:
            * 5955.0 MHz [1] (disabled)
            * 5975.0 MHz [5] (disabled)
            * 5995.0 MHz [9] (disabled)
            * 6015.0 MHz [13] (disabled)
            * 6035.0 MHz [17] (disabled)
            * 6055.0 MHz [21] (disabled)
            * 6075.0 MHz [25] (disabled)
            * 6095.0 MHz [29] (disabled)
            * 6115.0 MHz [33] (disabled)
            * 6135.0 MHz [37] (disabled)
            * 6155.0 MHz [41] (disabled)
            * 6175.0 MHz [45] (disabled)
            * 6195.0 MHz [49] (disabled)
            * 6215.0 MHz [53] (disabled)
            * 6235.0 MHz [57] (disabled)
            * 6255.0 MHz [61] (disabled)
            * 6275.0 MHz [65] (disabled)
            * 6295.0 MHz [69] (disabled)
            * 6315.0 MHz [73] (disabled)
            * 6335.0 MHz [77] (disabled)
            * 6355.0 MHz [81] (disabled)
            * 6375.0 MHz [85] (disabled)
            * 6395.0 MHz [89] (disabled)
            * 6415.0 MHz [93] (disabled)
            * 6435.0 MHz [97] (disabled)
            * 6455.0 MHz [101] (disabled)
            * 6475.0 MHz [105] (disabled)
            * 6495.0 MHz [109] (disabled)
            * 6515.0 MHz [113] (disabled)
            * 6535.0 MHz [117] (disabled)
            * 6555.0 MHz [121] (disabled)
            * 6575.0 MHz [125] (disabled)
            * 6595.0 MHz [129] (disabled)
            * 6615.0 MHz [133] (disabled)
            * 6635.0 MHz [137] (disabled)
            * 6655.0 MHz [141] (disabled)
            * 6675.0 MHz [145] (disabled)
            * 6695.0 MHz [149] (disabled)
            * 6715.0 MHz [153] (disabled)
            * 6735.0 MHz [157] (disabled)
            * 6755.0 MHz [161] (disabled)
            * 6775.0 MHz [165] (disabled)
            * 6795.0 MHz [169] (disabled)
            * 6815.0 MHz [173] (disabled)
            * 6835.0 MHz [177] (disabled)
            * 6855.0 MHz [181] (disabled)
            * 6875.0 MHz [185] (disabled)
            * 6895.0 MHz [189] (disabled)
            * 6915.0 MHz [193] (disabled)
            * 6935.0 MHz [197] (disabled)
            * 6955.0 MHz [201] (disabled)
            * 6975.0 MHz [205] (disabled)
            * 6995.0 MHz [209] (disabled)
            * 7015.0 MHz [213] (disabled)
            * 7035.0 MHz [217] (disabled)
            * 7055.0 MHz [221] (disabled)
            * 7075.0 MHz [225] (disabled)
            * 7095.0 MHz [229] (disabled)
            * 7115.0 MHz [233] (disabled)

The reg domain is is correctly set now:

wlanpi@wlanpi:~ $ sudo wlanpi-reg-domain get
DE

Any other idea?

Thanks Hoppel

joshschmelzle commented 1 week ago

Try setting CA as the country code to see if this is just a problem with an outdated wireless-regdb.