Skip to content
Advertisement

Could not connect to wpa_supplicant: wlan0 – re-trying

I work on embedded device and I am configuring the WLAN module (QCA6174 – ath10k driver) with wpa_supplicant.

  • I load the driver modules (backports-20151120):

    JavaScript
  • I start the wpa_supplicant (default wpa_supplicant.conf):

    JavaScript

everything seems to work fine. I see the wlan0 interface,I can scan with iwlist, /var/run/wpa_supplicant/wlan0 exist.

  • But I can not use wpa_cli interface:

    JavaScript

Do you have any hints how can I track down the problem ?

Advertisement

Answer

After issuing

JavaScript

the problem with /tmp folder was reported:

JavaScript

After mounting tmpfs:

JavaScript

everything works fine.

Advertisement