ArchLinux WLAN/Wpa_Supplicant Fehler

KingJoshii1000

Lieutenant
Registriert
Apr. 2010
Beiträge
879
Hallo,
erstmal wünsche ich noch eine frohe Weihnacht:).

Mein Problem ist folgendes, ich habe ArchLinux auf meinen Laptop aufgesetzt, mir folgende "Netctl-Datei" angelegt:
Code:
Description='A simple WPA encrypted wireless connection'
Interface=wlp2s0
Connection=wireless

Security=wpa
IP=dhcp

ESSID='FRITZ!Box 7490'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
#Key='Das1sdaswlanpw11!'
# Uncomment this if your ssid is hidden
#Hidden=yes
# Set a priority for automatic profile selection
Priority=10
Key=\"
Diese Datei mit netctl enable WLAN_HOME aktiviert sowie systemctl enable netctl-auto@WLAN_HOME.
Wpa-Actiond ist auch installiert.
Beim booten erhalte ich jedoch immer die Fehlermeldung, dass keine simple WPA verschlüsselte Verbindung aufgebaut werden konnte und ich mit netctl status WLAN_HOME@service oder journalctl -xe nachschauen kann wo das Problem liegt.
Hier die Ausgabe von journalctl -xe:
-- Unit netctl@WLAN_HOME.service has begun starting up.
Dez 27 17:27:58 LibertyWalk network[1262]: Starting network profile 'WLAN_HOME'...
Dez 27 17:28:08 LibertyWalk kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Dez 27 17:28:08 LibertyWalk network[1262]: Failed to initialize control interface '/run/wpa_supplicant'.
Dez 27 17:28:08 LibertyWalk network[1262]: You may have another wpa_supplicant process already running or the file was
Dez 27 17:28:08 LibertyWalk network[1262]: left by an unclean termination of wpa_supplicant in which case you will need
Dez 27 17:28:08 LibertyWalk network[1262]: to manually remove this file before starting wpa_supplicant again.
Dez 27 17:28:09 LibertyWalk network[1262]: The WPA supplicant did not start for interface 'wlp2s0'
Dez 27 17:28:09 LibertyWalk network[1262]: Failed to bring the network up for profile 'WLAN_HOME'
Dez 27 17:28:09 LibertyWalk systemd[1]: netctl@WLAN_HOME.service: Main process exited, code=exited, status=1/FAILURE
Dez 27 17:28:09 LibertyWalk systemd[1]: Failed to start A simple WPA encrypted wireless connection.
-- Subject: Unit netctl@WLAN_HOME.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit netctl@WLAN_HOME.service has failed.
--
-- The result is failed.
Dez 27 17:28:09 LibertyWalk systemd[1]: netctl@WLAN_HOME.service: Unit entered failed state.
Dez 27 17:28:09 LibertyWalk systemd[1]: netctl@WLAN_HOME.service: Failed with result 'exit-code'.
Lösche ich den /var/run/wpa_supplicant Ordner, dann kann ohne Probleme mit netctl start WLAN_HOME eine Verbindung aufgebaut werden.
Ich hatte zuvor schonmal WLAN auf dem Laptop mit ArchLinux einrichten müssen, da reichte die WLAN_HOME Datei und ich konnte Wpa_Supplicant außen vor lassen.

Wo genau liegt der Fehler?


Mit freundlichen Grüßen und noch ein schönen Restsonntag.:)
 
Richte das ganze mal mit wifi-menu ein. Dazu brauchst als Abhängigkeit jedoch dialog.

So hat das immer bei mir geklappt und ich musste mich nie mit etwas rumärgern.
 
Zurück
Oben