Do me a favour - Raspberry Pi Forums
dear rbpi forum;
trying fix wi-fi on raspberry pi, deleted important lines of codes :/
i'd if post here reply of his/her lines of next files:
- /etc/network/interfaces
- /etc/wpa_supplicant/wpa_supplicant.conf
following commands: anyway!
trying fix wi-fi on raspberry pi, deleted important lines of codes :/
i'd if post here reply of his/her lines of next files:
- /etc/network/interfaces
- /etc/wpa_supplicant/wpa_supplicant.conf
following commands:
code: select all
sudo nano /etc/network/interfaces
code: select all
# please note file written used dhcpcd. # static ip, consult /etc/dhcpcd.conf , 'man dhcpcd.conf'. auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf auto wlan1 allow-hotplug wlan1 iface wlan1 inet manual
code: select all
ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1
raspberrypi
Comments
Post a Comment