浏览代码

Note on fixing mesh when using Trisquel7 together with Freedombone peers

Bob Mottram 9 年前
父节点
当前提交
c3c13aa20d
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14
    0
      fixes/trisquel7/README

+ 14
- 0
fixes/trisquel7/README 查看文件

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