Hello again, @vuzy @aronasorman
I have successfully installed the kalite (v16.5) on 3 different SD cards for raspberry pi 3. Installations have been successful but when i try to connect my tablet to the kalite network it gets timed out. I check on
ifconfig
and the results show a different inet address assigned to the pi even though the data from
/etc/network/interfaces
have not been changed.
My remedy was edit
/etc/dhcpcd.conf
and include the following
interface wlan0 static ip_address=1.1.1.1 netmask=255.255.255.0
The tablet connects now to the network but now this is what i see on
ifconfig wlan0
and the network ip assigned.
The question: Will this at any point affect connectivity at all?