WifiKonfiguration
Installation
apt-get install wpasupplicant wireless-tools
Konfiguration
FN=/etc/wpa_supplicant/wpa_supplicant.conf
test -f $FN || cat <<EOS >$FN
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="rex-regio"
psk="password"
key_mgmt=WPA-PSK
}
Tipps
- Passwort für WPA verschlüsseln: wpa_passphrase rex-regio
- WLAN scannen: iwlist wlan0 scan | grep SSID