I'm trying to set up my Pi Zero W as an access point, as per the official tutorial here:
https://www.raspberrypi.org/documentati ... s-point.md
However, I'm having some trouble getting dhcpcd to play nice.
After adding the following to /etc/network/interfaces :
Code: Select all
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
Code: Select all
sudo service dhcpcd restart
Code: Select all
Job for dhcpcd.service failed because the control process exited with error code.
See "systemctl status dhcpcd.service" and "journalctl -xe" for details.
Code: Select all
Not running dhcpcd because /etc/network/interfaces defines some interfaces that will use a DHCP client or static address.
dhcpcd.service: Control process exited, code=exited status=6