Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-19 Thread Alexandru Ardelean
Hey, So, just to follow up, real quick. There's another proposal here [that started in parallel and earlier than mine]: https://patchwork.ozlabs.org/patch/713718/ On Thu, Jan 19, 2017 at 9:07 PM, Alexandru Ardelean wrote: > Cool. > > Then, a fix I'm proposing to LEDE, and will also spin up a PR

[OpenWrt-Devel] autoconf getting inconsistent results

2017-01-19 Thread Philip Prindeville
I’m looking at a configure.ac which is trying to detect if the platform has snprintf() or not, and it’s generating the wrong results. Ditto for strip(). In configure.ac: dnl Checks for library functions. AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL AC_CHECK_FUNCS(select socket strdup strerror strtol

[OpenWrt-Devel] [PATCH 3/3] ath10k-ct: Update to latest driver, fixes 2x2 NICs performance.

2017-01-19 Thread greearb
From: Ben Greear Signed-off-by: Ben Greear --- package/kernel/ath10k-ct/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index e09777e..23a831c 100644 --- a/package/kernel/ath10k-ct/Makefile +

[OpenWrt-Devel] [PATCH 2/3] hosap: Add ibss-key-mgt patch from upstream.

2017-01-19 Thread greearb
From: Ben Greear Signed-off-by: Ben Greear --- ...fix-tk-clearing-on-athentication-frame-rx.patch | 42 ++ 1 file changed, 42 insertions(+) create mode 100644 network/services/hostapd/patches/900-fix-tk-clearing-on-athentication-frame-rx.patch diff --git a/network/servic

[OpenWrt-Devel] [PATCH 1/3] Support VHT for ibss.

2017-01-19 Thread greearb
From: Ben Greear Signed-off-by: Ben Greear --- package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wirel

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-19 Thread Alexandru Ardelean
Cool. Then, a fix I'm proposing to LEDE, and will also spin up a PR for OpenWrt: https://github.com/lede-project/source/pull/722/commits/6e0844540355c89e7f39504db374278d1c6cf05c Feel free to use it. It should apply on top of OpenWrt. Though, be aware ; it's not yet been discussed whether this met

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-19 Thread Andrew McConachie
Hi Alexandru, Yes, I'm sorry I didn't respond earlier. Having the correct binary location in /proc/sys/kernel/modprobe resolves any problems with python-iptables. It's really just a problem with the kernel not populating that file correctly. Thanks, Andrew On 1/19/17 11:49, Alexandru Ardele

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-19 Thread Alexandru Ardelean
I'm pretty sure the driver was selected. I'll try to check a bit more in-depth. In the meantime, did you try the echo /usr/sbin/modprobe > /proc/sys/kernel/modprobe ? On Thu, Jan 19, 2017 at 4:07 PM, Andrew McConachie wrote: > Hi Alexandru, > > You're missing some kernel hardware driver. I'

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-19 Thread Andrew McConachie
Hi Alexandru, You're missing some kernel hardware driver. I'm not sure if the default compile options include kernel drivers for all HDDs, or for SATA/AHCI. You probably just need to include some extra kernel drivers in make menuconfig. --Andrew On 1/19/17 04:31, Alexandru Ardelean wrote:

Re: [OpenWrt-Devel] python ctypes.util.find_library cannot find libc

2017-01-19 Thread Alexandru Ardelean
Hey, So, I've tried to run an OpenWrt system, x86_64, https://github.com/openwrt/openwrt/commit/4e53a6e9c560b54361f9ed3639e8d12f9ab8939d It was hanging on boot. I've ran in Virtual Machine Manager with QEMU/KVM. HDD emulation is SATA/AHCI [ I checked it's SATA/AHCI ] It looks to me that it's ha