[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] -

Re: [OpenWrt-Devel] Curious about procd

2013-07-26 Thread michael-dev
Hi, thanks a lot for the quick reply. It helped me tracking down the issue as learned that I needed to look for inittab code in procd and that the code is expected to work out of the box. First my platform seems to be the only target (mpc85xx) that has no console entry in inittab by default

[OpenWrt-Devel] Curious about procd

2013-07-25 Thread michael-dev
Hi, the FeM e.V. is a non-profit organization that for example operates a student computer network in Germany. We therefore currently have about 20 APs (P1020WLAN) deployed (more to come), running an OpenWRT-based firmware in a centralized manner. So the flashed OpenWRT will just download anot

[OpenWrt-Devel] CrashLog broken on P1020WLAN (PPC)

2012-11-20 Thread michael-dev
Hi, CrashLog breaks booting the kernel for me on P1020 WLAN (PPC). Kernel output: Crashlog failed to allocate RAM at address 0x2ff0 [...] __ioremap(): phys addr 0x2fffc000 is RAM lr c0362eac Unable to handle kernel paging request for data at address 0x Faulting instruction address

[OpenWrt-Devel] [PATCH] fix wget-ssl dependencies

2012-11-20 Thread michael-dev
Index: net/wget/Makefile === --- net/wget/Makefile (Revision 34280) +++ net/wget/Makefile (Arbeitskopie) @@ -22,7 +22,7 @@ define Package/wget/Default SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcre + DEPENDS:=+libpcre

[OpenWrt-Devel] Use DEVICE+VLAN naming scheme in hostapd

2012-06-25 Thread michael-dev
Hi, OpenWRT switched to the Interface+VlanID naming scheme for vlan devices recently and hostapd only supports the "vlan"+VID scheme. This sometimes leads to race conditions, when either system expects the other mode of operation. Although the best solution were to get the kernel return the n

[OpenWrt-Devel] wrong permissions in cpio image

2012-06-19 Thread michael-dev
Hi, the tgz rootfs image forces all files to be owned by root:root, but this is not the case with the cpio initramfs image. This needs "-R 0:0" to be added as a parameter to cpio in include / image.mk line around 111. Regards, M. Braun ___ openwrt-

[OpenWrt-Devel] [PATCH] fix dependency for apr

2012-06-12 Thread michael-dev
Index: libs/apr/Makefile === --- libs/apr/Makefile (Revision 32264) +++ libs/apr/Makefile (Arbeitskopie) @@ -25,7 +25,7 @@ define Package/libapr SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libpthread +librt + DEPENDS:=+

[OpenWrt-Devel] [PATCH] fix dependency for pyopenssl

2012-06-12 Thread michael-dev
Index: lang/pyopenssl/Makefile === --- lang/pyopenssl/Makefile (Revision 32264) +++ lang/pyopenssl/Makefile (Arbeitskopie) @@ -27,7 +27,7 @@ CATEGORY:=Languages TITLE:=pyopenssl URL:=http://pyopenssl.sourceforge.net/

[OpenWrt-Devel] [PATCH] fix dependency for mtd-utils

2012-06-12 Thread michael-dev
Index: utils/mtd-utils/Makefile === --- utils/mtd-utils/Makefile(Revision 32264) +++ utils/mtd-utils/Makefile(Arbeitskopie) @@ -37,8 +37,8 @@ ftl_check \ ftl_format \ jffs2dump \ - mkfs.jffs2 \ -

[OpenWrt-Devel] [PATCH] fix dependency for glib2

2012-06-12 Thread michael-dev
Index: libs/glib2/Makefile === --- libs/glib2/Makefile (Revision 32264) +++ libs/glib2/Makefile (Arbeitskopie) @@ -30,7 +30,7 @@ define Package/glib2 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS

[OpenWrt-Devel] [PATCHv2] depending on util-linux fails for libuuid

2012-05-11 Thread michael-dev
Hi, for example apr-utils and e2fsprogs depend on util-linux proving libuuid, but util-linux does not install them into staging_dir/target.../. For libuuid, the following patch fixes this and makes apr-util build again. Patch rev 2: also exports uuid.h header and all other libraries included

[OpenWrt-Devel] [PATCH] depending on util-linux fails for libuuid

2012-05-11 Thread michael-dev
Hi, for example apr-utils and e2fsprogs depend on util-linux proving libuuid, but util-linux does not install them into staging_dir/target.../. For libuuid, the following patch fixes this and makes apr-util build again. diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile i

[OpenWrt-Devel] apr-util compile error

2012-05-11 Thread michael-dev
Hi, apr-utils misses a PKG_BUILD_DEPENDS:=util-linux so linking against libuuid fails. Regards, M. Braun ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] initramfs support

2012-04-07 Thread michael-dev
Hi, Am 06.04.2012 10:16, schrieb Florian Fainelli: You are supposed to set the kernel command-line to contain init=/etc/preinit for initramfs to work. I tried init=/bin/sh as well as init=/sbin/init and it failed with PANIC: cannot mount root device. Though, looking through the code of linux

Re: [OpenWrt-Devel] linux 3.3 hostapd issue between 30952 - 31118

2012-04-05 Thread michael-dev
Hi, I've also found this on P1020wlan. It looks like it is caused by libnl-tiny (maybe in combination with linux 3.3), as it issues syscalls the let the kernel reject with EALREADYINUSE and debug prints "cannot setup genlink support (mgmt)" (once debug verbosity is increased in .config). Can b

[OpenWrt-Devel] initramfs support

2012-04-05 Thread michael-dev
Hi, enabling the cpio target (e.g. initramfs not embedded within the elf image, required for example by p1020wlan tftp boot due to u-boot memory constraints), the archive is lacking /init . This results in the kernel panicking because rootfs cannot be mounted. However, I see /init in the stag

Re: [OpenWrt-Devel] [Projekt-wlan] [PATCH 0/7] mpc85xx: P1010RDB and P1020WLAN support

2012-03-30 Thread michael-dev
Hi, thanks for all the patches. If tested them on P1020 WLAN Rev D and found USB failing if, - the usb chipset at 23000 stays in dts or [lockup during boot] - usb is not loaded statically [won't recognize the usb bus] Further, booting fails if the free_space mapping is in dts [lockup during bo

[OpenWrt-Devel] Freescale P1020 WLAN support

2012-03-27 Thread michael-dev
Hi, is there currently anybody working on OpenWRT P1020-WLAN (Freescale) support? It is because we at the FeM e.V. are working on it trying to port the freescale patches forward and would like to join forces with anybody already working on it. Regards, M. Braun -- http://www.fem.tu-ilmenau.