라즈비안 설치시 와이파이 세팅
컨텐츠 정보
- 13,364 조회
- 0 추천
- 목록
본문
WiFi Connection Settings
Setup Wi-Fi connection without connecting any display to raspberry pi, just simply create a text file and call it wpa_supplicant.conf and place into the /boot/ folder and add following contents to this file.
Wifi Settings for Raspbian Jessie
1 2 3 4 5 | network={ ssid="MyWifi" psk="Qdhdhd123654" key_mgmt=WPA-PSK } |
WiFi Settings for Raspbian Stretch
Make sure you change country code to yours (Thanks to @Clumpton for sharing this)
1 2 3 4 5 6 7 8 9 | ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="MyWifi" psk="Qdhdhd123654" key_mgmt=WPA-PSK } |
관련자료
-
링크
댓글 0
등록된 댓글이 없습니다.