So how do you want batman-adv and allow normal clients to attach?
Maybe I should give 11S a try.
I loaded OpenWRT onto my AR9331 hardware It doesn't support mixing
adhoc (IBSS) and AP mode either.
valid interface combinations:
* #{ managed, WDS, P2P-client } <= 2048, #{ AP, mesh point, P2P-GO }
Checked the entropy in an ARV4518pw (Lantiq Danube) running Attitude Adjustment
and the available
entropy was, more or less, between 300-400.
Found this link (http://vafer.org/blog/20071219173915/), so plugged a pendrive
and thanks to the
dwg-otg generated interrupts the entropy_avail increased
On 06/25/2013 11:09 AM, jonsm...@gmail.com wrote:
On Tue, Jun 25, 2013 at 8:25 AM, Conor O'Gorman wrote:
On Tue, 2013-06-25 at 00:20 -0400, jonsm...@gmail.com wrote:
Can this be made to work on Ralink? When I have the adhoc0 interface
up bringing up ap0 says interface busy.
Ralink is no
On Tue, Jun 25, 2013 at 8:25 AM, Conor O'Gorman wrote:
> On Tue, 2013-06-25 at 00:20 -0400, jonsm...@gmail.com wrote:
>> Can this be made to work on Ralink? When I have the adhoc0 interface
>> up bringing up ap0 says interface busy.
>>
>
> Ralink is not good for supporting this type of setup.
It is odd, I agree, this is confusing, but look at full serial log (the link
I just sent) and you will see the same thing!
Maybe it has some protection to 3rd party firmware?!
- Original Message -
From:
To: "OpenWrt Development List"
Sent: Sunday, June 23, 2013 11:24 PM
Subject: [S
On Tue, 2013-06-25 at 00:20 -0400, jonsm...@gmail.com wrote:
> Can this be made to work on Ralink? When I have the adhoc0 interface
> up bringing up ap0 says interface busy.
>
Ralink is not good for supporting this type of setup. I had tried AP and
client mode, and after some hacking it sort-
On Tue, Jun 25, 2013 at 5:19 AM, Flávio Silveira wrote:
> Thanks for your responses, but a few questions still remains.
>
> 1- I should keep partitions "u-boot", "u-boot env" and "devdata" from stock
> firmware, correct?
Yes.
>
> 2- What the second parameter in reg means? Like 0x1 on the exa
i have managed to boot the system further, but seems like the switch
detection is causing the problems.
i tried your netconfig patch but i'm getting the same scenario as with
Fiach's patch. when applied it i have only recompiled the firmware, please
tell me if it is neccessary to compile the whole
Currently package/Makefile only passes /lib /usr/lib and /usr/lib/ebtables
to mklibs. However, other libs can also reside in different subdirectories
(in my case /usr/lib/ipsec). Hence, create the list of library directories
dynamically.
Signed-off-by: Helmut Schaa
---
package/Makefile |8 ++