LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory (https://www.linuxquestions.org/questions/linux-software-2/failed-to-connect-to-wpa_supplicant-wpa_ctrl_open-no-such-file-or-directory-897389/)

kaz2100 08-15-2011 06:59 AM

Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
 
to whom it may concern:

Expected target:Any penuin who hit the message
Code:

Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
and after dogpiling your dog came back with this, this or something else.

Solution: Unfortunately, (at least for me), this is NOT a bug. Nobody's fault, but me. It is crystal clear.

DO NOT TRY TO INVOKE **NON EXISTING INTERFACE**

What happened: I way trying to check several interfaces, I replaced interface with some other one, udev was so kind that wlan0 and wlan1 both exist. Then I tried to
Code:

ifup wlan0
where actual interface for wlan0 does not exist. That's how I got the error. I was sure that because only one interface exists, it was wlan0. I should have invoked wlan1, not wlan0.

Take home message:Don't be silly as I am.

Closing remarks:Happy Penguins!

System:Debian testing, but I don't think it matters.


All times are GMT -5. The time now is 04:31 PM.