DH electronics 96Boards Avenger96 시작하기 - 페이지 18
{카테고리_이름} DH electronics 96Boards Avenger96에 대한 시작하기을 온라인으로 검색하거나 PDF를 다운로드하세요. DH electronics 96Boards Avenger96 19 페이지.
DH electronics 96Boards Avenger96에 대해서도 마찬가지입니다: 시작하기 (14 페이지)
Avenger96 – Getting Started
DH electronics GmbH
1.3.6 Configuring WiFi by Weston desktop
1.3.7 Configuring WiFi manually
Before configuring WiFi it is best to shut down other interfaces:
# ifconfig eth0 down
# ifconfig usb0 down
Now let's start WiFi:
# ifconfig wlan0 up
# iw dev wlan0 scan | grep ssid -i
The last command will list the WiFi hot spots in range. If a WiFi network uses WPA authentication the following
commands will connect to it:
# cd
# cp /etc/wpa_supplicant.conf .
# wpa_passphrase [SSID] [passphrase] >> ./wpa_supplicant.conf
Please insert the name of the WiFi network and the passphrase in the command above without quotes or the
brackets.
Now connect to the WiFi network.
# wpa_supplicant -B -Dnl80211 -iwlan0 -cwpa_supplicant.conf
The connection can be checked by:
# iw dev wlan0 link
When connected to the network IP address can be requested by:
# dhclient wlan0
R03
DOC_Getting-Started-588-200.docx
Page 18 / 19