10.03.2016, 18:54
Wegen dem WLAN Problem...
Wieso stehen bei dir so komische Sachen in der "interfaces"?
Wie die wpa_supplicant Datei einzustellen ist steht hier: https://wiki.ubuntuusers.de/WLAN/wpa_sup...-eintragen
Also bei mir funzt das Problemlos.
Wieso stehen bei dir so komische Sachen in der "interfaces"?
Code:
sudo nano /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Code:
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="WLAN-Name"
scan_ssid=0
proto=RSN
key_mgmt=WPA-PSK
psk="PASSWORT"
}
Wie die wpa_supplicant Datei einzustellen ist steht hier: https://wiki.ubuntuusers.de/WLAN/wpa_sup...-eintragen
(10.03.2016, 16:23)iceage10 schrieb: [ -> ]Hallo
Versuche gerade das Image herunter zu laden aber es bricht ständig wegen einem Netzwerkfehler ab :-(((
Hat jemand eine Idee warum ?????
Also bei mir funzt das Problemlos.