Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi wifi setup wpa_supplicant

Create a file in the root of boot called: wpa_supplicant.conf (instructions below). Then paste the following into it (adjusting for your ISO 3166 alpha-2 country code, network name and network password):

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="NETWORK-NAME"
    psk="NETWORK-PASSWORD"
}
Comment

connect to wifi with wpa supplicant raspberry pi

# for raspberry pi
wpa_passphrase 'MyHomeWireless' 'MyHomePassword' >> /etc/wpa_supplicant/wpa_supplicant.conf
Comment

PREVIOUS NEXT
Code Example
Shell :: alpine set keyboard layout 
Shell :: how to uninstall heroku cli 
Shell :: saml2aws logout 
Shell :: set up redux in react 
Shell :: copy all files in folder with powershell 
Shell :: git stash back 
Shell :: resize image linux command line 
Shell :: how to uninstall all plugins in ionic app 
Shell :: linux terminal check available wifi networks 
Shell :: powershell command history file 
Shell :: ubuntu adduser 
Shell :: display record in postgresql 
Shell :: ubuntu check user groups 
Shell :: how to delete installed library from react native project 
Shell :: Unable to init server: Could not connect: Connection refused 
Shell :: bash only print duplicated lines 
Shell :: laravel: command not found 
Shell :: twig install 
Shell :: install lunar vim 
Shell :: sdkman 
Shell :: get video codec ffmpeg 
Shell :: increase sound in ubuntu 
Shell :: grep --include 
Shell :: windows usb serial number 
Shell :: bash write file 
Shell :: install openssh 
Shell :: ufw allow port range 
Shell :: flutter doctor - CocoaPods installed but not working 
Shell :: crontab execute shell script 
Shell :: oh my zsh apple m1 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =