-
Notifications
You must be signed in to change notification settings - Fork 55
Installing Comitup
The easiest way to get up and running with Comitup is to download the Comitup img file and burn it to an SD card.
If you prefer, you can install the package to an existing Raspbian installation:
-
Install the comitup package. It is included in Stretch and newer.
sudo apt-get install comitup
Newer(better) versions are available via the Comitup Repository.
-
Allow NetworkManager to manage the wifi interfaces by removing references to them from /etc/network/interfaces.
-
Rename or delete /etc/wpa_supplicant/wpa_supplicant.conf.
-
The systemd.resolved service should be disabled and masked to avoid contention for providing DNS service.
-
Comitup uses a local configuration of the DHCP setup utility dnsmasq to handle the network configuration of devices connecting to the Comitup hotspot. If another service is camped on the DHCP port (67) for the hotspot wifi interface, Comitup's dnsmasq will not be able to start, and connected devices may not be able to negotiate a useful IP address (this contention can also happen on the DNS port, 53). If this happens, the host port needs to be freed up. This may be fixed by masking the global dnsmasq.service ("systemctl mask dnsmasq.service").
-
Enable ssh by creating the file /boot/ssh.
-
Reboot.