enable mtk7921 to connect to u-nii bands 6,7 and 8 #53
Unanswered
konikofi
asked this question in
Hardware - WLAN Pi R4
Replies: 1 comment
-
Thanks for sharing this workaround 👍🏻 We’ve been hoping for one if the upcoming firmware releases to fix this, but this issue is still present on MT7921K and CF-951AX. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The MTK7921 NIC currently has a problem connecting to U-NII bands 6,7 and 8 which is 6GHz channels 97-233.
wpa_supplicant has a feature to overcome this problem called freq_list
however, the drawback is that this directive will limit the mtk7921 to only scan the frequencies in the freq_list, but it will allow it to connect to those upper 6GHz channels that it can't seem to do by default yet
add the following lines to your Pi R4 /etc/wpa_supplicant/wpa_supplicant.conf with your SSID and PSK
you can add or remove frequencies to the freq_list as needed
then start with:
wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 &
which should show a connection event
verified on wlanpi os 3.1.2 using R4 model with comfast 951-ax usb nic
Linux wlanpi-c0c 6.1.9-v8-wlanpi+ #1 SMP PREEMPT Thu Feb 2 00:29:25 UTC 2023 aarch64 GNU/Linux
Beta Was this translation helpful? Give feedback.
All reactions