Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi set wifi headless

crate a file in the root folder of the sd card ("boot") called 
wpa_supplicant.conf
===========contents of file:=================
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}
Comment

enable wifi raspberry pi headless

Make new file /boot/wpa_supplicant.conf:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country="{Your countries' ISO 3166-1 code}" 

network={
 ssid="{Name of Network}"
 psk="{Password}"
}
Comment

raspberry pi wifi headless

DONT FORGET TO ADD AN EMPTY ssh FILE TO THE BOOT!!
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu start pycharm 
Shell :: bitbucket how to undo commit 
Shell :: 7zip cmd 
Shell :: unix check ram 
Shell :: loop over array of strings bash 
Shell :: linux && 
Shell :: stop tracking a file git 
Shell :: bash initialize array 
Shell :: how to exit root in linux 
Shell :: find out a branch a parent branch git 
Shell :: get current branch name git 
Shell :: ubuntu server add ssh key 
Shell :: sequelize installation 
Shell :: install ionic 
Shell :: whoami command 
Shell :: git tag delete 
Shell :: use python as python3 zsh 
Shell :: install grafana 
Shell :: istio grafana 
Shell :: chokidar npm 
Shell :: ssh config 
Shell :: install slack ubuntu/linux 
Shell :: gitlab change commit message 
Shell :: install vue-material 
Shell :: git cherry pick 
Shell :: how to pull the changes from git without staging local changes 
Shell :: run flask app from command line 
Shell :: bash arguments parsing 
Shell :: linux free port 8080 
Shell :: kubernetes /bin/bash 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =