schollz / find-lf

Track the location of every Wi-Fi device (:iphone:) in your house using Raspberry Pis and FIND
https://www.internalpositioning.com/plugins/#using-find-without-an-app
GNU Affero General Public License v3.0
1k stars 119 forks source link

README refers to "wpa-conf" in /etc/network/interfaces - does this still exist? #21

Open victorhooi opened 6 years ago

victorhooi commented 6 years ago

The README mentions the following:

Also edit /etc/network/interfaces and remove the wpa-conf line for wlan1.

However, on a default Raspbian Lite install (September 2017), my /etc/network/interfaces contains:

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

Is the wpa-conf line still there by default?

schollz commented 6 years ago

I haven't updated for the newest Raspbian, so this is not up to date.

ferdydek commented 6 years ago

Is there a workaround or should we move back to jessie ?