Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      1. set wlan0 interface up

        Code Block
        # ip link set wlan0 up


      2. Scan for available WiFi networks to obtain key management info

        Code Block
        # iw dev wlan0 scan | less


      3. Add information regarding your wi-fi network to /etc/wpa_supplicant.conf. See here for information regarding wpa_supplicant configuration.

      4. Connect to network. You should see wlan0: associated

        Code Block
        # wpa_supplicant -D nl80211,wext -i wlan0 -c /etc/wpa_supplicant.conf -B


      5. Configure the IP address - static or dynamic. For example, to set a static IP address

        Code Block
        # ip addr add 192.168.168.64/24 dev wlan0
        # ip route add default via 192.168.168.1


Content by Label
showLabelsfalse
max5
spacesPRODUCTINFO
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("pcie","imx7","phycore-imx7") and type = "page" and space = "PRODUCTINFO"
labelspcie imx7 phycore-imx7

Page properties
hiddentrue


Related issues


...