[14:41] Can somebody tell me how to completely disable wpa_supplicant from starting on a Raspberry Pi? I've disabled both wpa_supplicant and bluetooth services, but each time it boots, it still starts up. [14:56] some mention of it and difficulty in killing the bugger here https://forums.raspberrypi.com/viewtopic.php?t=212574 [15:02] ah, it's in if-up.d [15:04] huh, so unlinking them didn't work [15:05] it still starts :/ [15:06] so.. [15:06] $ systemctl status wpa_supplicant.service [15:06] ● wpa_supplicant.service [15:06] Loaded: masked (Reason: Unit wpa_supplicant.service is masked.) [15:06] Active: inactive (dead) [15:06] yet... [15:06] $ ps aux | grep wpa [15:06] root 521 0.0 0.0 13852 2408 ? Ss 11:05 0:00 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 [15:08] I suspect it's being fired up by dhcpcd. It's even weird that I have to configure a static IP in dhcpcd instead of /etc/network/interfaces [15:12] While I appreciate that Raspberry Pi OS is great for beginners, when it comes to removing services from running when they're not needed, it's annoying. [15:14] davef, oh this is raspios? Was about to say, running systemctl disable wpa_supplicant seems to work on the ubuntu server image for pi [15:15] yeah, it's raspios