Browse Source

Note on fixing mesh when using Trisquel7 together with Freedombone peers

Bob Mottram 9 years ago
parent
commit
c3c13aa20d
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      fixes/trisquel7/README

+ 14
- 0
fixes/trisquel7/README View File

@@ -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>