You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: part1/PIMESH.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,12 @@ Perform the following on the pi command line:
104
104
echo 'batman-adv' | sudo tee --append /etc/modules
105
105
```
106
106
107
-
6. Stop the DHCP process from trying to manage the wireless lan interface by issuing the following command : ```echo 'denyinterfaces wlan0' | sudo tee --append /etc/dhcpcd.conf```
107
+
6. Stop the DHCP process from trying to manage the wireless lan interface by issuing the following command :
108
+
109
+
```text
110
+
echo 'denyinterfaces wlan0' | sudo tee --append /etc/dhcpcd.conf
111
+
```
112
+
108
113
7. Make sure the startup script gets called by editing file **/etc/rc.local** as root user, e.g.
109
114
110
115
- ```sudo vi /etc/rc.local```
@@ -130,4 +135,4 @@ You now have all the raspberry pi systems configured to join the mesh, so procee
0 commit comments