RPI3 + LE 7.03 Cannot detect all the wifi networks

  • Seem as if only detect WEP and WAPA encryption and not WAPA 2 or WAPA/WPA2 Mix.
    Appreciate some help in order to solve and can connect to my network
    Thank you


  • Seem as if only detect WEP and WAPA encryption and not WAPA 2 or WAPA/WPA2 Mix.
    Appreciate some help in order to solve and can connect to my network
    Thank you

    Mine connects just fine to any WPA/WPA2-PSK or WPA2-PSK secured network...
    Check your channels and manualy select one between 1 and 11 on your WiFi gateway/Router.

  • Mine connects just fine to any WPA/WPA2-PSK or WPA2-PSK secured network...
    Check your channels and manualy select one between 1 and 11 on your WiFi gateway/Router.

    having the same issue as Ole....switching to channel number 8 did the trick for me.....thank you !

    Edited once, last by artynet (May 6, 2017 at 2:33 PM).

    • Official Post
    Code
    echo "options cfg80211 ieee80211_regdom=DE" > /storage/.config/modprobe.d/cfg80211.conf

    RPi3 defaults to a safe "global" wireless regulatory domain, but this only sees channels 1-11 and may not be fully compatible with the radio properties of some access points that are using a local-country regdomain. The above ^^ sets the regdomain for Germany (DE) and other locations generally follow the normal ISO country codes; GB, RU, CN, US, etc.