02.07.2015, 17:04
(Dieser Beitrag wurde zuletzt bearbeitet: 03.09.2017, 14:29 von cbrauweiler.)
Jap ist ohne Probleme möglich. Hab ich genauso gelöst!
Erstmal der Netzwerk Config sagen das wpa_supplicant verwendet werden soll.
Inhalt:
Dann die WLAN Profile anlegen.
Inhalt bei mir:
Einmal rebooten und fertig. Testbar wenn man den AP am Handy aktiviert und es direkt neben den Pi parkt. Motto: Der Stärkere gewinnt ;-)
Erstmal der Netzwerk Config sagen das wpa_supplicant verwendet werden soll.
Code:
sudo nano /etc/network/interfaces
Inhalt:
Code:
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Dann die WLAN Profile anlegen.
Code:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Inhalt bei mir:
Code:
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="UFP"
scan_ssid=0
proto=RSN
key_mgmt=WPA-PSK
psk="das geheime passwort im klartext"
}
network={
ssid="Christians-iPhone"
scan_ssid=0
proto=RSN
key_mgmt=WPA-PSK
psk="das geheime passwort im klartext"
}
Einmal rebooten und fertig. Testbar wenn man den AP am Handy aktiviert und es direkt neben den Pi parkt. Motto: Der Stärkere gewinnt ;-)
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight