Re: [OpenWrt-Devel] [PATCH] rt28xx: Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0

2012-05-07 Thread Tobias Diedrich
Helmut Schaa wrote: > On Sun, May 6, 2012 at 5:38 PM, Tobias Diedrich > > Before reverting this "iw phy phy0 info" would show "0.0 dBm" as > > maximum transmit power for all frequencies. > > > > After reverting this (and with regdomain set to CH) it is back to > > the expected 20 dBm. > > Ok, the

[OpenWrt-Devel] ar9331's usb stability issue. eg.wr703n

2012-05-07 Thread Vince Huang
Actually,I don't have a WR703N,but I got a 3G router with 4lan 1wan and a usb port named wr743n v2 for Chinese market which also based on ar9331 soc. When I plug a HDD Dock with a 2TB WD Green HDD to it's usb port and then write big files(>500MB) through vsftp to reach 9-10mb/s transfer rates.The

Re: [OpenWrt-Devel] [PATCH 1/1, v1] Make Pandaboard an OMAP4 subtarget

2012-05-07 Thread Imre Kaloz
On Mon, 07 May 2012 15:31:46 +0200, Emmanuel Deloget wrote: This preliminary patch makes room in the target/linux/omap4 target to allow support of different OMAP4-based targets. It does so by moving the Pandaboard to a subtarget (as well as providing two profiles for this board: Original Pand

[OpenWrt-Devel] lantiq: netgear dgn3500 with sysfs eeprom loading

2012-05-07 Thread Pieter Voorthuijsen
Hi all, I've been working on the dgn3500 implementation and I have a patch that fully supports this platform. I need advice on an init script to load the eeprom from user-space: +#!/bin/sh /etc/rc.common +# Copyright (C) 2012 Pieter Voorthuijsen + +START=04 +start() { + echo "Loading eep

Re: [OpenWrt-Devel] [PATCH] rt28xx: Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0

2012-05-07 Thread Tobias Diedrich
Helmut Schaa wrote: > Luis, with rt2800 we are not really able to provide an accurate max tx power > :( > so, can we restore the previous behavior in reg.c? Or maybe do something like > > if (chan->max_reg_power) > chan->max_power = min(chan->max_power, chan->max_reg_power); > > Tobias, does t

[OpenWrt-Devel] [PATCH 1/1] linuxigd2: derivative version of linuxigd that supports v2 of UPnP IGD schemas

2012-05-07 Thread Philip Prindeville
The original linuxigd has pretty much been unchanged for about 4 years. Some folks at France Telecom did a rewrite to support the IGDv2 schemas which includes better IPv6 support, and means to avoid clashing when dynamically allocating an unused external port. Signed-off-by: Philip Prindeville

[OpenWrt-Devel] [PATCH] atheros: Fix compilation

2012-05-07 Thread Jonathan Bither
With our recent switch to the 3.3 kernel target, some headers were occidentally omitted. Signed-off-by: Jonathan Bither --- a/target/linux/atheros/patches-3.3/100-board.patch +++ b/target/linux/atheros/patches-3.3/100-board.patch @@ -2884,10 +2884,13 @@ +#endif --- /dev/null +++ b/arch/mips

[OpenWrt-Devel] [PATCH 1/1, v1] Make Pandaboard an OMAP4 subtarget

2012-05-07 Thread Emmanuel Deloget
This preliminary patch makes room in the target/linux/omap4 target to allow support of different OMAP4-based targets. It does so by moving the Pandaboard to a subtarget (as well as providing two profiles for this board: Original Pandaboard and Pandaboard ES). Further similar platforms (OMAP4430-SD

Re: [OpenWrt-Devel] [PATCH] rt28xx: Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower to be stuck at 0

2012-05-07 Thread Helmut Schaa
On Sun, May 6, 2012 at 5:38 PM, Tobias Diedrich wrote: > Revert eccc068e8e84c8fe997115629925e0422a98e4de which causes txpower > to be stuck at 0. > > Recent OpenWRT has txpower stuck at 0 for at least rt28xx, and I > found this commit as the root cause: > http://git.kernel.org/?p=linux/kernel/git/

Re: [OpenWrt-Devel] Kernel test

2012-05-07 Thread Alberich de megres
Anyway, Thanks for the support :) On Mon, May 7, 2012 at 1:40 AM, Jonathan Bennett wrote: > > On May 6, 2012 11:55 AM, "Alberich de megres" wrote: >> >> And for the Jtag? > > Never had to use jtag, so no idea, honestly. Sorry. > > >> >> >> On Sun, May 6, 2012 at 7:41 AM, Jonathan Bennett >> wro