XiaomiXiaofangFirmware icon indicating copy to clipboard operation
XiaomiXiaofangFirmware copied to clipboard

wpa_supplicant cannot connect

Open maxpowel opened this issue 7 years ago • 1 comments

Hi, I'm trying to use wpa_supplicant to connect to my wifi but I get the following error:

Successfully initialized wpa_supplicant
rfkill: Cannot get wiphy information
ioctl[SIOCSIWMODE]: Operation not supported
ioctl[SIOCGIWRANGE]: Operation not supported
ioctl[SIOCGIWMODE]: Operation not supported
ioctl[SIOCSIWAP]: Operation not supported
ioctl[SIOCSIWESSID]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWSCAN]: Operation not supported

This version (0.7) does not have the nl80211 driver so I compiled the last version of wpa_supplicant. Now the error is:

Successfully initialized wpa_supplicant
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
wlan0: Failed to initialize driver interface

So I guess that the problem is not wpa_supplicant but the 8188eu driver

maxpowel avatar May 28 '17 20:05 maxpowel