Note on fixing mesh when using Trisquel7 together with Freedombone peers

This commit is contained in:
Bob Mottram 2015-08-09 21:19:37 +01:00
parent fdf20a19cd
commit c3c13aa20d
1 changed files with 14 additions and 0 deletions

14
fixes/trisquel7/README Normal file
View File

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