From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <2544329.jNlMzIK2XD@bentobox> References: <2544329.jNlMzIK2XD@bentobox> From: Sailash Moirangthem Date: Thu, 23 Jun 2016 15:40:53 +0530 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [B.A.T.M.A.N.] Adhoc0 Interface not showing up List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org My wireless configuration is: config wifi-iface wmesh option device radio1 option ifname adhoc0 option network mesh option mode adhoc option ssid mesh option bssid 02:ca:ca::ca:40 option encryption none So, it is almost the same as mentioned in [1] https://www.open-mesh.org/projects/batman-adv/wiki/Batman-adv-openwrt-config Yes, I tried batctl if add adhoc0, and when i put batctl if.. it days adhoc inactive. Nothing critical says in dmesg. One line is to increase the mtu from 1500 to 1532 for eth0. Thanks for your help. Please check. I hope we can fix this. Thanks, Sailash M On Thu, Jun 23, 2016 at 3:25 PM, Sven Eckelmann wrote: > On Thursday 23 June 2016 14:54:37 Sailash Moirangthem wrote: > [..] >> I am trying to set-up mesh network using tplink WR1043ND routers and >> raspberry pi B+ integrated with ra2800usb (wi pi). The tplink routers >> are working as expected. Howoever, the raspberry pi is not working. > > Sounds more like an OpenWrt/LEDE question. But I think the persons which > created the OpenWrt/LEDE scripts for batman-adv are subscribed to this > list. > >> The configuration file for the Pi board is as follows: >> > [...] >> config interface 'mesh' >> option ifname 'adhoc0' >> option mtu '1528' >> option proto 'batadv' >> option mesh 'bat0' > [...] > > Why are you adding the interface in /etc/config/wireless and not as > described in the quick start guide [1] to /etc/config/wireless? I would > suggest to try to use the /etc/config/wireless because these are > "dynamically" created interfaces and (not tested) should work better with > netifd. > > Is it working when you do `batctl if add adhoc0`? Is something shown > in dmesg related to an error while adding the interface? > > Kind regards, > Sven > > [1] https://www.open-mesh.org/projects/batman-adv/wiki/Batman-adv-openwrt-config