Hello Kai,
Quoting Kai Timmer email@kait.de:
Hello, i have a problem using batman-adv. At the moment i use v0.1, but i had the same problem when trying the svn version 1241.
All the nodes send their ogm, but none does recieve any of these. What i did on all nodes is:
iwconfig $wlaninterface essid batman mode ad-hoc and then echo "$wlaninterface" > /proc/net/batman-adv/interfaces echo 15 > /proc/net/batman-adv/log_level
cat /proc/net/batman-adv/log after that shows somethink like this:
Adding interface: ath0 Can't activate module: the primary interface is not active
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
are you sure you set ath0 up?
ifconfig ath0 up
should do the trick.
If you start experimenting, a good idea is to first check the connectivity without batman. Just set some IP addresses on the wifi devices and ping the other nodes to make sure your adhoc network works. If it does, you can activate batman-adv. :)
good luck, Simon