Skip to content

Commit 0c558b7

Browse files
committed
odc
1 parent 29b8c76 commit 0c558b7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)