मैं एक रास्पबेरी पाई 2 का उपयोग कर रहा हूं, डेबियन जेसी चल रहा है, और मुझे अपने वाई-फाई कनेक्शन के साथ एक समस्या है, यह सेट करने के बाद /etc/network/interfaces
:
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# uncomment the next 4 lines and set the correct wpa-ssid (network ssid) and
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
और wpa_supplicant.conf
:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="Abass"
psk="AMSH19691977"
}
फिर चल रहा है wpa_cli reconfigure
। मुझे त्रुटि मिलती है, Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory
इसलिए मदद चाहिए। मैं इसे कैसे हल करूं?
sleep 5
बाद में सम्मिलित करना पड़ाsystemctl restart dhcpcd
, क्योंकि dhcp.service ने शुरू किए गए अनुरोधों के बारे में शिकायत की थी कि वे बहुत जल्दी दोहराए जाते हैं