My laptop use USB WIFI device RTL8192EU .
WiFi channel id: 1
WiFi channel id: 1
service netif restart wlan0
How to check wpa_supplicant running status?service netif restart wlan0
Is wpa_supplicant(8) running? What happens if you start it by hand to test?
wlan0: Failed to attach pkt_type filter
mode=1
(image in post #1), wpa_supplicant.conf(5) states:mode IEEE 802.11 operation mode; either 0 (infrastructure, default) or
1 (IBSS). Note that IBSS (adhoc) mode can only be used with
key_mgmt set to NONE (plaintext and static WEP), or key_mgmt set
to WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan
has to be set to 2 for IBSS. WPA-NONE requires proto set to WPA,
key_mgmt set to WPA-NONE, pairwise set to NONE, group set to ei-
ther CCMP or TKIP (but not both), and psk must also be set.
I change WiFi chip device to Atheros AR9170 to resolved.You have set in /etc/wpa_supplicant.confmode=1
(image in post #1), wpa_supplicant.conf(5) states:
Try without setting mode, or if necessary set as advised in the man page.Rich (BB code):mode IEEE 802.11 operation mode; either 0 (infrastructure, default) or 1 (IBSS). Note that IBSS (adhoc) mode can only be used with key_mgmt set to NONE (plaintext and static WEP), or key_mgmt set to WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has to be set to 2 for IBSS. WPA-NONE requires proto set to WPA, key_mgmt set to WPA-NONE, pairwise set to NONE, group set to ei- ther CCMP or TKIP (but not both), and psk must also be set.
if_otus_load="YES"
wlans_otus0="wlan0"
if_config_wlan0="WPA DHCP"