rolandoislas / drc-sim

Wii U Gamepad Simulator Backend
Other
167 stars 33 forks source link

Failed to execute command WPA_Supplicant_drc -p #79

Closed tanner02 closed 3 years ago

tanner02 commented 3 years ago

drcsim Failed to execute command “['wpa_cli_drc' , '-p' , '/var/run/wpa_supplicant_drc', 'status']” and got output “Failed to connect to non-global ctrl-ifname: (nil) error: Success” drcsim Failed to execute command “['wpa_cli_drc' , '-p' , '/var/run/wpa_supplicant_drc', 'scan-results']” and got output “Failed to connect to non-global ctrl-ifname: (nil) error: Success

Host: Linux Mint 20 (5.9.0)

themacintoshnerd commented 1 year ago

how'd you fix this?

tanner02 commented 1 year ago

@themacintoshnerd Sorry I barely remember anything about it anymore since it's been 2 years (and I didn't take any notes). But I think it happened when your network interface doesn't use the wpa_supplicant interface. Run sudo systemctl stop NetworkManager and sudo systemctl disable NetworkManager and then try running drc-sim again after exiting it. Hope this helps!