[OpenWrt-Devel] OpenWrt hang when turn wifi on

2012-12-14 Thread Nguyễn Hồng Quân
Hello, I'm building OpenWrt for Fonera router (FON2100) (Atheros target). By default, Wifi is off. But when I turn on the Wifi, OpenWrt freezes. There is even not output to Terminal (I flash firmware via serial cable). Did I build the firmware wrong or something else? Any help? Thanks. --

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-14 Thread Mathias Adam
Hi Hauke, thanks for picking this up! Am Do, 13.12.2012, 20:45 schrieb Hauke Mehrtens: On 11/11/2012 09:38 PM, Mathias Adam wrote: ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: This patch adds support for Huawei E970 wireless gateway devices. It has been tested on an E970 labelled

Re: [OpenWrt-Devel] OpenVPN with netifd

2012-12-14 Thread Brian J. Murrell
Nice work on netifdizing OpenVPN! I'm really looking forward to patching all of your scripts from http://pariah-angels.de/openwrt/openvpn-interface.tgz into my AA-rc1 installation I have here. Any chance you might want to publish an AA ipk for it? :-) I wonder what your thoughts are on the

Re: [OpenWrt-Devel] OpenWrt hang when turn wifi on

2012-12-14 Thread Jonathan Bither
Hello Nguyen, Would you be able to provide me with a 'dmesg' prior to starting wifi? On 12/14/2012 03:46 AM, Nguyễn Hồng Quân wrote: Hello, I'm building OpenWrt for Fonera router (FON2100) (Atheros target). By default, Wifi is off. But when I turn on the Wifi, OpenWrt freezes. There is

Re: [OpenWrt-Devel] [packages][PATCH 4/5] collectd: change nut plugin to report timeleft in minutes, not seconds

2012-12-14 Thread David Woodhouse
On Wed, 2012-12-12 at 21:56 +, David Woodhouse wrote: This makes it consistent with the apcups and snmp plugins. And makes the max value of 3600 slightly less insane (2½ days, not 1 hour). Upstream have done this differently, by making everything use *seconds* not minutes. This means that

Re: [OpenWrt-Devel] [PATCHv2] Add support for Huawei E970

2012-12-14 Thread Hauke Mehrtens
On 12/14/2012 01:37 PM, Mathias Adam wrote: Hi Hauke, thanks for picking this up! Am Do, 13.12.2012, 20:45 schrieb Hauke Mehrtens: On 11/11/2012 09:38 PM, Mathias Adam wrote: ping... Am So, 14.10.2012, 21:13 schrieb Mathias Adam: This patch adds support for Huawei E970 wireless gateway

Re: [OpenWrt-Devel] hostapd ACS integration

2012-12-14 Thread Jonathan Bither
Felix, Thanks for this, there was actually a discussion about this yesterday on linux-wireless, and as such I cc'd the included individuals on the reply (Hope no one minds). I will be testing this on my local branches today and I will report my findings. Would you be interested in sending

[OpenWrt-Devel] [packages][PATCH 4/5] collectd: remove bogus maximum of 3600 seconds for 'timeleft'

2012-12-14 Thread David Woodhouse
The apcups and snmp plugins were using this to store time in minutes, but nut uses seconds. Upstream wants to make them all use seconds (unlike my first patch to make nut use minutes to be consistent with the others), so all we need to do is fix the maximum. If we were *using* the apcups and snmp

[OpenWrt-Devel] [packages][PATCH 2/5] nut: install development files for libupsclient

2012-12-14 Thread David Woodhouse
Signed-off-by: David Woodhouse david.woodho...@intel.com --- utils/nut/Makefile | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/utils/nut/Makefile b/utils/nut/Makefile index 9d9ffd1..3fcfb7e 100644 --- a/utils/nut/Makefile +++ b/utils/nut/Makefile @@ -75,6

[OpenWrt-Devel] [packages][PATCH 1/5] nut: add initscripts for upsd and upsmon, create config from UCI

2012-12-14 Thread David Woodhouse
There's more to be done here, but this is a good start and covers most things that people will need to configure. Signed-off-by: David Woodhouse david.woodho...@intel.com --- utils/nut/Makefile | 16 +++--- utils/nut/files/ups.init| 87 ++

[OpenWrt-Devel] [packages][PATCH 5/5] flashrom: remove broken msr path change

2012-12-14 Thread David Woodhouse
This almost caused a nasty accident on my Geos — without the MSR access it managed to erase *most* of the flash and write the new image, but didn't manage to change the last few KiB. Thankfully I'd already taken a copy of the old contents, and could flash them back. Signed-off-by: David Woodhouse

Re: [OpenWrt-Devel] [PATCH,v5,2/2] BCMA - Enable use of IRQ6

2012-12-14 Thread Hauke Mehrtens
On 12/14/2012 06:58 AM, Nathan Hintz wrote: On Thu, 2012-12-13 at 19:10 +0100, Hauke Mehrtens wrote: On 12/11/2012 05:32 AM, Nathan Hintz wrote: Enable use of IRQ6 for PCIE core on 4716 (Linksys E3000), correct resetting of previous IRQ (oldirq), and insure that bcma_core_set_mips_irq is

Re: [OpenWrt-Devel] hostapd ACS integration

2012-12-14 Thread Johannes Reichhardt
So, after a few changes in the patch it is working for hostapd-1.1 I will post it soon. But compiling it with the actual OpenWRT Buildroot trunk fails. Not all of the patches in packages/hostapd/patches are working. When I do Make package/hostapd/compile V=S (without patches, only the acs patch)

Re: [OpenWrt-Devel] OpenWrt hang when turn wifi on

2012-12-14 Thread Nguyễn Hồng Quân
Hello Jonathan, Here is my dmesg output before I enable wifi On Fri 14 Dec 2012 09:07:57 PM ICT, Jonathan Bither wrote: Hello Nguyen, Would you be able to provide me with a 'dmesg' prior to starting wifi? On 12/14/2012 03:46 AM, Nguyễn Hồng Quân wrote: Hello, I'm building OpenWrt for