Skip to content

HBnB | Configs | wpa_supplicant.conf

unclehowell edited this page Jul 26, 2021 · 2 revisions
  1. Create wpa_supplicant.conf in the /boot/ directory using this command:

sudo nano wpa_supplicant.conf

  1. Past this text below into the file and fill out the Country Code, SSID & PSK:
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

 network={
    ssid="NETWORK-NAME"
    psk="NETWORK-PASSWORD"
 }
  1. Then CTL-X then Y then ENTER to save the file.

  2. umount ./ to unmount

Wiki

Document Library

  • [Consortium | Campuses - CaseStudy | Campus1]
  • [Consortium | Campuses - SiteSurvey | JamHighland]
  • [Consortium | Contracts - Patents | Google]
  • [Consortium | Financials - Funding | Investors]
  • [Consortium | Financials - Funding | Creditors]
  • [Consortium | Plans - Ops | Business]
  • [Consortium | Plans - Test | Network]
  • [Bloculus | Protocol - Ops | BusinessCase]
Clone this wiki locally