Tôi chưa quen với mâm xôi pi và dường như không thể tìm ra cái này.
Wpa_gui trống trong bộ điều hợp và trường mạng và báo cáo lỗi "Không thể nhận trạng thái từ wpa_supplicant"
Nội dung của /etc/wpa_supplicant/wpa_supplicant.conf:
#Needed for wpa_gui to work
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
#Needed for wpa_gui to alter the configuration file
update_config=1
network={
ssid=spl-public
psk=""
#Protocal type can be: RSN(for WP2) and WPA(for WPA1)
proto=WPA
#Key managment type can be: WPA-PSK or WPA-EAP (Pre-Shared or Enterprise)
key_mgmt=WPA-PSK
#Pairwise can be CMMP or TKIP(for WPA2 or WPA1)
pairwise=TKIP
#Authorization option should be OPEN for both WPA1/WPA2 (in less commonly used are SHARED and LEAP)
auth-alg=OPEN
}
Nội dung của / etc / mạng / giao diện:
auto lo
iface lo inet lopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Tệp wpa_supplicant.conf tham chiếu đến một thư mục / var / run / wpa_supplicant, điều này không tồn tại trên hệ thống của tôi. Nên ở đây làm gì?
sudo ifup --force wlan0
Trả về:
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts:
/etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
wpa_supplicant: /sbin/wpa_cli daemon failed to start run-parts:
/etc/network/if-up.d/wpasupplicant exited with return code 1
ifconfig -a
thể hiện điều gì?
sudo ifup --force wlan0
Tôi phải làm điều đó một lần khi wpa_supplicant không chạy trên hệ thống của tôi.