Re: [OpenWrt-Devel] [RFC] uClibc: Deactivate oversized thread stack cache

2013-11-18 Thread Sven Eckelmann
On Friday 15 November 2013 16:54:03 Bastian Bittorf wrote: > * Sven Eckelmann [11.11.2013 11:41]: > > On Friday 08 November 2013 11:32:23 Weedy wrote: > > > Do you have any benches or log dumps that show this fixed it for you? > > > > I am not really sure what you are expecting. I can not really

Re: [OpenWrt-Devel] [ath9k-devel] ath9k: Deaf QCA9558 when setting rxchainmask

2013-11-18 Thread Sujith Manoharan
Matthias May wrote: > I'm in the position where i want to use a 9390 as 2x2 instead of 3x3. > I use backports-3.12-1. > I've set the rx and tx mask in eeprom to 0x5. > Every 30 seconds there is a short disconnect. > Enabling some logging in > echo "0x050C" > /sys/kernel/debug/ieee80211/phy0/ath

Re: [OpenWrt-Devel] [RFC] uClibc: Deactivate oversized thread stack cache

2013-11-18 Thread Felix Fietkau
On 2013-11-08 18:52, s...@open-mesh.com wrote: > From: Sven Eckelmann > > A small system like the common home router doesn't have 40 MiB per process for > a dirty stack cache. This can easily lead to an overbooking OOM problem and > caused a lot of hangs+reboots on 32 MiB systems running nodogspl

[OpenWrt-Devel] setting disk quotas

2013-11-18 Thread Liverpool Bitlas
How to set disk quotas in OpenWRT? Thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [ath9k-devel] ath9k: Deaf QCA9558 when setting rxchainmask

2013-11-18 Thread Sujith Manoharan
Matthias May wrote: > I'm in the position where i want to use a 9390 as 2x2 instead of 3x3. > I use backports-3.12-1. > I've set the rx and tx mask in eeprom to 0x5. 0x5 is not a valid chainmask on AR9390. The official statement is: "We intentionally didn’t productize the chain mask of 0x5 on AR9

Re: [OpenWrt-Devel] [ath9k-devel] ath9k: Deaf QCA9558 when setting rxchainmask

2013-11-18 Thread Sujith Manoharan
Matthias May wrote: > root@CHD500279:/# echo 0x40d8 > > /sys/kernel/debug/ieee80211/phy6/ath9k/regidx > root@CHD500279:/# cat /sys/kernel/debug/ieee80211/phy6/ath9k/regval > 0x0004 > > On another device showing the same behaviour (but with various other > patches and based on compat-wireless

Re: [OpenWrt-Devel] [PATCH] atheros: /etc/diag.sh for FON2201

2013-11-18 Thread Ben West
There a couple threads on this list over the past 2 years about the need for device-specific targets for atheros, due to certain manufacturers' differing GPIO assignments for reset, flash CS, etc. I have to apply roughly similar patches to Attitude Adjustment for it to boot correctly on Engenius E

Re: [OpenWrt-Devel] [PATCH] atheros: /etc/diag.sh for FON2201

2013-11-18 Thread Jo-Philipp Wich
> How does one start a new device-specific target for the atheros platform? One approach that might work is trying to identify the board by its radio, then apply the required configuration on firstboot. ~ Jow signature.asc Description: OpenPGP digital signature

Re: [OpenWrt-Devel] [OpenWrt-Users] Problem of connectivity with adhoc using wpa

2013-11-18 Thread Ben West
Hi cmsv, Are still having problems with the recurring "IBSS split detected" issue? I'm operating a couple dozen UBNT Nanostation Loco M2 units as nodes in several WPA2-encrypted adhoc meshes (with each node additionally broadcasting a public AP and private WPA2 AP as virtual interfaces, for 3 VIF

Re: [OpenWrt-Devel] [PATCH] atheros: /etc/diag.sh for FON2201

2013-11-18 Thread Ben West
Unfortunately, firstboot is not an option for me with the EOC-1650 and OM1P. Both devices require mutually exclusive patches just to boot in the first place, I believe due to different flash CS pin on each. I have to compile seperate rootfs images for each device time. On Mon, Nov 18, 2013 at 1

Re: [OpenWrt-Devel] [PATCH] atheros: /etc/diag.sh for FON2201

2013-11-18 Thread Ben West
Also, apologies for confusing typo: "compile separate rootfs images for each device type." On Mon, Nov 18, 2013 at 11:58 AM, Ben West wrote: > Unfortunately, firstboot is not an option for me with the EOC-1650 and > OM1P. Both devices require mutually exclusive patches just to boot in the > fi

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-11-18 Thread mancha
Hauke Mehrtens hauke-m.de> writes: > > On 10/17/2013 05:40 PM, chrono wrote: > > Ahoi everyone, > > > > it was requested on IRC that I send my solution to the entropy problem > > with the current > > kernel (e.g. having 0 available entropy): > > > > root OpenWrt:/# cat /proc/sys/kernel/random/

[OpenWrt-Devel] Creating Atheros calibration data without ART (Atheros Radio Tool) ?

2013-11-18 Thread valent.turko...@gmail.com
Hi, out wifi community has quite a few Nanostation routers that had their flash erased by EMP pulse from thunderstorm :( If we could recreate ART calibration data then we could repair them. Does anybody here have any experience with creating calibration data for Atheros devices? Is it possible to

[OpenWrt-Devel] [PATCH] ar71xx: Kernel support update tl-wr842n_v2 added missing usb led

2013-11-18 Thread Martijn Zilverschoon
Just a small oversight my part, added the support for the USB led diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c index 064a33f..0099b15 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v

Re: [OpenWrt-Devel] [PATCH] ar71xx: Kernel support update tl-wr842n_v2 added missing usb led

2013-11-18 Thread Martijn Zilverschoon
Signed-off-by: Martijn Zilverschoon 2013/11/18 Martijn Zilverschoon : > Just a small oversight my part, added the support for the USB led ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/o

[OpenWrt-Devel] linux-wireless WARNING in ieee80211_sta_ps_deliver_wakeup

2013-11-18 Thread michael-dev
Hi, I'm running openwrt Trunk Rev 38850 on Freescale P1020WLAN (mpc85xx) and repeatingly get the following kernel warning during boot. This is 2x ath9k (AR93xx) on a ppc dualcore with each phy spanning multiple BSS with multiple dynamic VLANs each. Regards, M. Braun [ 163.749372] -

[OpenWrt-Devel] [PATCH] ar71xx: user space support update tl-wr842n_v2 add default led support

2013-11-18 Thread Martijn Zilverschoon
Small update to uci_defaults/01_leds, to support the usb led Signed-off-by: Martijn Zilverschoon diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 95b30c1..ec31631 100755 --- a/target/linux/ar71xx/base-files/etc/uci

Re: [OpenWrt-Devel] Creating Atheros calibration data without ART(Atheros Radio Tool) ?

2013-11-18 Thread José Vázquez Fernández
A possible solution or workaround could be make a backup of the cal data of each unit and restore it in case of disaster. - Original Message - From: To: "OpenWrt Development List" Sent: Monday, November 18, 2013 9:13 PM Subject: [OpenWrt-Devel] Creating Atheros calibration data withou

[OpenWrt-Devel] Coding support for both tagged and untagged ports in switches

2013-11-18 Thread Ignacy Gawędzki
Hi, I started looking at the source code of both swconfig (the kernel part) and ag71xx to check whether it would be easy to support tagged and untagged (i.e. both at the same time) ports on the integrated switch of TL-WR740N. Before doing anything silly that would require recovery using the seria

[OpenWrt-Devel] [PATCH v2 0/2] WNDR4300 iwinfo hardware.txt update

2013-11-18 Thread Stefan Agner
This patches updates iwinfo to get the device string of the Wireless MAC correctly. The PCI connected AR9580 (used for 5GHz) is only an entry in the hardware.txt database. The SoC Wireless MAC AR9340 needed some extension in the iwinfo code. I came up with the solution to use the modalias strings i

[OpenWrt-Devel] [PATCH v2 2/2] iwinfo: add device detection using modalias

2013-11-18 Thread Stefan Agner
Detect SoC wireless mac such as AR9340 using the devices modalias string. Beside PCI IDs the hardware.txt can now contain modalias strings as device identification. Signed-off-by: Stefan Agner --- package/network/utils/iwinfo/src/hardware.txt | 1 + package/network/utils/iwinfo/src/include

[OpenWrt-Devel] [PATCH v2 1/2] iwinfo: add Atheros AR9580 to hardware.txt

2013-11-18 Thread Stefan Agner
Signed-off-by: Stefan Agner --- package/network/utils/iwinfo/src/hardware.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/utils/iwinfo/src/hardware.txt b/package/network/utils/iwinfo/src/hardware.txt index 66cbe2a..153ffeb 100644 --- a/package/network/utils/iwinfo/src/hard

Re: [OpenWrt-Devel] [OpenWrt-Users] Problem of connectivity with adhoc using wpa

2013-11-18 Thread cmsv
Hello Ben Right now i am using: AA r38621 wpad - 20130807-1 horst - git-1http://nbd.name/gitweb.cgi?p=aa-mac80211.git;a=summary from http://nbd.name/gitweb.cgi?p=aa-mac80211.git;a=summary which replaced all files from AA mac80211 and hostapd directories. On 11/18/2013 12:56 PM, Ben West wrote: >

Re: [OpenWrt-Devel] [OpenWrt-Users] Problem of connectivity with adhoc using wpa

2013-11-18 Thread Felix Fietkau
On 2013-11-20 00:49, cmsv wrote: > I have not seen this issue but i have another issue in hands which > forces me to cold reboot some routers. > It is described here: > http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg20575.html > > The causes the ath9k 9 router to freeze but i d

Re: [OpenWrt-Devel] Trunk build no /etc/init.d/firewall, uci firewall references

2013-11-18 Thread camden lindsay
I found this must have been an error on my part. I cleared everythign out and re-synced. Somehow OpenWrt C Firewall had been cleared in my .config. Sorry for the disturbance. Camden On Sun, Nov 17, 2013 at 11:24 AM, camden lindsay < camden.lindsay+open...@gmail.com> wrote: > Hello- > Has somet