[OpenWrt-Devel] bluez 5.38 bluetoothd and/or bluetoothctl not working

2017-01-16 Thread Tim Harvey
Anyone using bluez on LEDE/OpenWrt that could tell me what could be wrong with the following? I'm using the following: - imx6 based board with 4.4 kernel - CSR 4.0 USB HCI supported by btusb via kmod-bluetooth package - lede master - btusb - bluez-{daemon,examples,libs,utils} 5.38-1 from packages

[OpenWrt-Devel] ubus network restart issue?

2017-01-16 Thread Matthew McClintock
All, I've seen a pretty easy to reproduce ubus issue related to network restart. I've tested this on various releases include the recently release LEDE branch as well as OpenWrt CC. I've also tested on more than one target and with various delays including as long as 2 minutes. Before: root@lede

[OpenWrt-Devel] PHP at build time

2017-01-16 Thread Philip Prindeville
Hi. I’m working on a project (some GUI interfaces and a back end for generating traffic shaping using netfilter/tc) written in PHP7. It uses PHP’s “composer”. I could install composer (it’s only ever run once on a released project) on the target machine, and run it on first boot. But that see

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

2017-01-16 Thread Andrew McConachie
Hi Alexandru and 郭涛, Attached is the Makefile I made for python-iptables. I can work around this by hardwiring library locations in the source of python-iptables, but I'd rather do it the correct way. To reproduce this build an OpenWrt system with this Makefile and then just create a simple Py

[OpenWrt-Devel] Command failed: Not found/IPv6 configuration

2017-01-16 Thread sothy shan
when I run the command to configure IPv6 addres to wlan0 interface, I am getting the following error. "Command failed:Not found". When i do debug dhcpv6.script, I found it is problem of ubus command. My ubus command is *ubus call network.interface notify_proto * "the following json" ++

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

2017-01-16 Thread Alexandru Ardelean
Hey Andrew & 郭涛 Sorry I did not answer sooner. @Andrew: do you have a Makefile for the python-iptables packages ? I'd like to try to build it and see the issue. Or, are you just using that .py file ? Can you give a bit more input on which Python version you're using, and which OpenWrt version? I

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread John Crispin
On 16/01/2017 12:42, Daniel Golle wrote: > Hi! > > On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: >> On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: >>> From: Claudio Mignanti >>> >>> This is needed for devices without support for PCI MWI. See also >>> https://

Re: [OpenWrt-Devel] [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread Daniel Golle
Hi! On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: > On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: > > From: Claudio Mignanti > > > > This is needed for devices without support for PCI MWI. See also > > https://dev.openwrt.org/changeset/21850 > > > > Signed-o