Skip to main content

Networking

Specs

Network card: BCM43438

caution

It does not support 5GHz

Connecting to a Wireless Network (Incomplete)

  1. Add credentials

    wpa_passphrase <ssid> <password> >> /etc/wpa_supplicant/wpa_supplicant.conf
    warning

    This will also add the raw passphrase into the .conf file as a comment. A good practice would be to remove that line of comment

    note

    This would only work for WPA networks and not WPA-Enterprise networks (e.g. NUS_STU)

  2. Reboot RPI

    sudo reboot

References