From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 20 Nov 2012 16:45:07 +0800 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201211201645.07506.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batman over 802.15.4 . Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Tuesday, November 20, 2012 12:25:34 Randy Graham wrote: > I tried configuring these interfaces using 'batctl' but it complains > that they are an unsupported type. > 'iwconfig' reports these interfaces as having 'no wireless extensions' > which I suspect is the issue. The batman-adv kernel module checks for interface compatibility and only if an interface is suitable the corresponding /sys/class/net/$iface/batman-adv subfolder is created. It is that folder batctl tries to find in order to enable batman-adv on the given interface. Cheers, Marek