Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Mehrere Wlan zugangspunkte
#2
Jap ist ohne Probleme möglich. Hab ich genauso gelöst!

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
Zitieren


Nachrichten in diesem Thema
Mehrere Wlan zugangspunkte - von OP3LDOC - 02.07.2015, 15:24
RE: Mehrere Wlan zugangspunkte - von cbrauweiler - 02.07.2015, 17:04
RE: Mehrere Wlan zugangspunkte - von OP3LDOC - 02.07.2015, 18:22
RE: Mehrere Wlan zugangspunkte - von JayJayVB - 03.07.2015, 15:50
RE: Mehrere Wlan zugangspunkte - von OP3LDOC - 05.07.2015, 00:16
RE: Mehrere Wlan zugangspunkte - von Mil - 24.02.2016, 03:03
RE: Mehrere Wlan zugangspunkte - von Mil - 24.02.2016, 18:18
RE: Mehrere Wlan zugangspunkte - von nichnormal - 24.02.2016, 19:14
RE: Mehrere Wlan zugangspunkte - von Mil - 24.02.2016, 22:06
RE: Mehrere Wlan zugangspunkte - von Mil - 25.02.2016, 17:53
RE: Mehrere Wlan zugangspunkte - von nichnormal - 25.02.2016, 18:29
RE: Mehrere Wlan zugangspunkte - von Mil - 25.02.2016, 19:11
RE: Mehrere Wlan zugangspunkte - von smiley - 25.02.2016, 19:15
RE: Mehrere Wlan zugangspunkte - von Mil - 25.02.2016, 19:38
RE: Mehrere Wlan zugangspunkte - von nichnormal - 25.02.2016, 22:31
RE: Mehrere Wlan zugangspunkte - von Mil - 26.02.2016, 00:03
RE: Mehrere Wlan zugangspunkte - von smiley - 26.02.2016, 08:32
RE: Mehrere Wlan zugangspunkte - von Mil - 26.02.2016, 18:10
RE: Mehrere Wlan zugangspunkte - von smiley - 27.02.2016, 02:20
RE: Mehrere Wlan zugangspunkte - von Mil - 27.02.2016, 19:27
RE: Mehrere Wlan zugangspunkte - von Mil - 28.02.2016, 00:45
RE: Mehrere Wlan zugangspunkte - von nichnormal - 28.02.2016, 01:22
RE: Mehrere Wlan zugangspunkte - von Mil - 28.02.2016, 02:51
RE: Mehrere Wlan zugangspunkte - von Mil - 28.02.2016, 22:29
RE: Mehrere Wlan zugangspunkte - von Mil - 08.03.2016, 11:39

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
RasPiCarProjekt