[linux-l] Networkd

Frank frank.zimmermann.berlin at freenet.de
Mo Aug 26 17:47:38 CEST 2019


Hallo zusammen,

ich versuche vom NetwrokManager zu systemd-netwrokd zu wechseln. Die
wired Verbindung funktioniert, nur das wifi bekomme ich nicht hin.

Ich habe folgende
/etc/systemd/system/wpa_supplicant at wlp2s0.service

[Unit]
Description=WPA supplicant for %i
[Service]
ExecStart=/sbin/wpa_supplicant -i%i -c/etc/wpa_supplicant/wpa_supplicant.conf
[Install]
WantedBy=multi-user.target


und folgende /etc/wpa_supplicant/wpa_supplicant.conf

ctrl_interface=/run/wpa_supplicant 
ctrl_interface group=wheel
eapol_version=1
fast_reauth=1
ap_scan=1
upate_config=1
network={
        ssid="MYSSID"
        psk="MYPASS"
        key_mgmt=WPA-PSK
        pairwise=CCMP
        auth_alg=OPEN
        }

systemctl status wpa_supplicant at wlp2s0.service 

lieftert mir dann
● wpa_supplicant at wlp2s0.service - WPA supplicant for wlp2s0
   Loaded: loaded (/etc/systemd/system/wpa_supplicant at wlp2s0.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2019-08-26 17:33:26 CEST; 32s ago
  Process: 5924 ExecStart=/sbin/wpa_supplicant -iwlp2s0 -c/etc/wpa_supplicant/wpa_supplicant.conf (code=exited, status=255/EXCEPTION)
 Main PID: 5924 (code=exited, status=255/EXCEPTION)

Aug 26 17:33:26 defiant systemd[1]: Started WPA supplicant for wlp2s0.
Aug 26 17:33:26 defiant wpa_supplicant[5924]: Successfully initialized wpa_supplicant
Aug 26 17:33:26 defiant wpa_supplicant[5924]: Line 2: unknown global field 'ctrl_interface group=wheel'.
Aug 26 17:33:26 defiant wpa_supplicant[5924]: Line 2: Invalid configuration line 'ctrl_interface group=wheel'.
Aug 26 17:33:26 defiant wpa_supplicant[5924]: Line 6: unknown global field 'upate_config=1'.
Aug 26 17:33:26 defiant wpa_supplicant[5924]: Line 6: Invalid configuration line 'upate_config=1'.
Aug 26 17:33:26 defiant wpa_supplicant[5924]: Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant.conf'.
Aug 26 17:33:26 defiant systemd[1]: wpa_supplicant at wlp2s0.service: Main process exited, code=exited, status=255/EXCEPTION
Aug 26 17:33:26 defiant systemd[1]: wpa_supplicant at wlp2s0.service: Failed with result 'exit-code'.

Habt Ihr einen Tipp wie ich den Fehler beseitigen kann?

Danke Frank


Mehr Informationen über die Mailingliste linux-l