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
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
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
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
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"
++
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
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://
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