User Tools

Site Tools


disable_wpa_supplicant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
disable_wpa_supplicant [2023/01/15 08:27] dinodisable_wpa_supplicant [2024/03/12 21:23] (current) – external edit 127.0.0.1
Line 4: Line 4:
 Disable NetworkManager's use of wpa_supplicant to manage wifi clients: Disable NetworkManager's use of wpa_supplicant to manage wifi clients:
  
-<code>nmcli radio wifi off<\code>+<code>nmcli radio wifi off</code>
  
 After this, NetworkManager won't try to manage wifi devices as clients. Now you can just disable/stop the wpa_supplicant service without worrying that it will start automatically: After this, NetworkManager won't try to manage wifi devices as clients. Now you can just disable/stop the wpa_supplicant service without worrying that it will start automatically:
  
-<code>systemctl disable wpa_supplicant<\code> +<code>systemctl disable wpa_supplicant</code> 
-<code>systemctl stop wpa_supplicant<\code>+<code>systemctl stop wpa_supplicant</code>
  
 Note that NM might still be managing an active network interface for a wifi connection. To kill this, just do nmcli c to view the interfaces, and then: Note that NM might still be managing an active network interface for a wifi connection. To kill this, just do nmcli c to view the interfaces, and then:
  
-<code>nmcli c d wlan0<\code>+<code>nmcli c d wlan0</code>
  
 ... for a wifi interface named wlan0. ... for a wifi interface named wlan0.
  
 +//Source: https://unix.stackexchange.com/questions/306276/make-systemd-stop-starting-unwanted-wpa-supplicant-service//
disable_wpa_supplicant.1673771233.txt.gz · Last modified: 2024/03/12 21:24 (external edit)