RE: Raspberry Pi: Die Grundlagen
Ich poste hier mal den WLan-Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US
network={ ssid="your ssid here" psk="your psk here" key_mgmt=WPA-PSK }
RE: Raspberry Pi: Die Grundlagen