dhcpcd not running - Raspberry Pi Forums
i started raspberry pi recently. trying set wireless connection rpi , internet. have wifi adapter , right module it.
have done changes
/etc/network/interfaces , /etc/wpa_supplicant/wpa_supplicant.conf
interfaces this
, wpa_supplicant.conf think did wrong here cause dhcpcd not running.
run code got error message. why? please tell me did wrong here. thank much.
have done changes
/etc/network/interfaces , /etc/wpa_supplicant/wpa_supplicant.conf
interfaces this
code: select all
auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp
code: select all
ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1 network={ ssid="wifi name here" psk="wifi password here" }
run code
code: select all
sudo dhcppcd
code: select all
[fail] usage: /etc/init.d/dhcpcd {start|stop|restart|try-restart|force-reload|status} ... failed!
type these commands , post results here:
code: select all
ifconfig iwconfig ps -ef | grep dhc
raspberrypi
Comments
Post a Comment