ソースを参照

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>