File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,21 @@ Would like to add Bluetooth, should be simple.
3636
3737* [ Inspired by] ( https://github.com/flyinva/mozlosh )
3838* [ Alternative using Skyhook and geoclue] ( https://github.com/scivision/python-geoclue )
39+ * [ Raspberry Pi NetworkManager] ( https://raspberrypi.stackexchange.com/a/73816 )
40+
41+ ### Raspberry Pi 3
42+ Debian comes without NetworkManager by default.
43+ Be careful as you lose Wifi password etc. by this procedure
44+
45+ 1 . Install network manager and remove the old
46+ ``` sh
47+ sudo apt install network-manager
48+ sudo apt purge dhcpcd5
49+ ```
50+ reboot
51+ 2 . upon reboot, try
52+ ``` sh
53+ nmcli dev wifi list
54+ ```
55+ you should see several wifi access points and signal.
56+ 3 . try the MLS geolocation program above.
You can’t perform that action at this time.
0 commit comments