|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+Mesh variant
|
|
|
2
|
+------------
|
|
|
3
|
+
|
|
|
4
|
+When using B.A.T.M.A.N the kernel module batman-adv and batctl are incompatible.
|
|
|
5
|
+
|
|
|
6
|
+To fix this you'll need a more recent version of batctl.
|
|
|
7
|
+
|
|
|
8
|
+ sudo apt-get remove --purge batctl
|
|
|
9
|
+ wget http://mirrors.kernel.org/ubuntu/pool/universe/b/batctl/batctl_2014.1.0-2_amd64.deb
|
|
|
10
|
+ sudo dpkg -i batctl_2014.1.0-2_amd64.deb
|
|
|
11
|
+
|
|
|
12
|
+You can then test that ping works with:
|
|
|
13
|
+
|
|
|
14
|
+ sudo batman ping <MAC address>
|