Re: [LEDE-DEV] can't install luci

2016-10-16 Thread Torbjorn Jansson
On 2016-10-16 14:35, Matthias Schiffer wrote: On 10/16/2016 09:18 AM, Torbjorn Jansson wrote: On 2016-10-15 18:55, Matthias Schiffer wrote: On 10/15/2016 06:30 PM, Torbjorn Jansson wrote: On 2016-10-15 17:39, Matthias Schiffer wrote: On 10/15/2016 05:19 PM, Matthias Schiffer wrote: On 10/15/

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Dave Taht
On Sun, Oct 16, 2016 at 9:22 AM, Ben Greear wrote: > > > On 10/16/2016 08:30 AM, STR . wrote: >>> >>> BQL + fq_codel kills bufferbloat at line rate (10,100,1000mbit) on >>> ethernet cards. It also works if you have hardware flow control on the the >>> ethernet. >>> It can't do anything on download

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Alberto Bursi
On 10/16/2016 05:30 PM, STR . wrote: >> I'd rather like to see the bcp38 stuff a default, but although we made the >> code work right for one layer of nat, too many people have more than that. :( > Double NAT? > Common for fibre providers, and 3G/4G, where the "modem" isn't a modem but a route

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Ben Greear
On 10/16/2016 08:30 AM, STR . wrote: BQL + fq_codel kills bufferbloat at line rate (10,100,1000mbit) on ethernet cards. It also works if you have hardware flow control on the the ethernet. It can't do anything on downloads. If your connection is not at line rate or the download is overbuffere

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread STR .
> BQL + fq_codel kills bufferbloat at line rate (10,100,1000mbit) on ethernet > cards. It also works if you have hardware flow control on the the ethernet. > It can't do anything on downloads. > If your connection is not at line rate or the download is overbuffered > (looks like 20Mbit here), yo

[LEDE-DEV] LEDE Reboot r1588+145 vs LEDE Reboot r1588+257 on TP-Link Archer C7 v2 / constant bootloop on 257

2016-10-16 Thread Břetislav Kubesa
Hi, i tried to upgrade my TP-Link Archer C7 v2 from 145 to 257 and router seems to be in constant reboot cycle. When I reset the config via recovery, the router boots fine, currently I'm back on v145. Unfortunately I don't have serial (and AP is under warranty), so I guess I can't investigat

Re: [LEDE-DEV] [PATCH]fstools: added xfs and f2fs to block-mount

2016-10-16 Thread Alberto Bursi
Damn, while this patch adds only partial xfs support to fstools (it allows to mount xfs by block mount). Most of fstools have code to use f2fs too already so the fact that block mount couldn't mount f2fs is 100% a bug and this patch fixes that. I'm going to add xfs support to other fstools comp

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Dave Taht
On Sun, Oct 16, 2016 at 4:37 AM, STR . wrote: >>Everything important in CeroWrt long ago made it upstream - the apu2 (which, >>btw, I have been using as my main test platform for the make-wifi-fast work) >>has BQL on the intel network drivers > Interesting, it didn't seem like it's implemented w

Re: [LEDE-DEV] [PATCH V2 2/3] switch to the new usbport LED trigger

2016-10-16 Thread Mathias Kresin
13.10.2016 09:44, Rafał Miłecki: From: Rafał Miłecki This makes init.d script handle existing UCI entries using the new trigger. It also switches all targets to use its package. Signed-off-by: Rafał Miłecki --- package/base-files/files/etc/init.d/led| 13 +++-- target/linux/apm82

Re: [LEDE-DEV] can't install luci

2016-10-16 Thread Matthias Schiffer
On 10/16/2016 09:18 AM, Torbjorn Jansson wrote: > On 2016-10-15 18:55, Matthias Schiffer wrote: >> On 10/15/2016 06:30 PM, Torbjorn Jansson wrote: >>> On 2016-10-15 17:39, Matthias Schiffer wrote: On 10/15/2016 05:19 PM, Matthias Schiffer wrote: > On 10/15/2016 05:04 PM, Torbjorn Jansson w

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread STR .
>Everything important in CeroWrt long ago made it upstream - the apu2 (which, >btw, I have been using as my main test platform for the make-wifi-fast work) >has BQL on the intel network drivers Interesting, it didn't seem like it's implemented when I test as suggested by https://www.bufferbloat.

Re: [LEDE-DEV] [RFC 1/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread David Woodhouse
On Fri, 2016-10-14 at 12:19 -0500, Chris Blake wrote: > >  target/linux/x86/64/config-default |  12 + >  target/linux/x86/64/profiles/001-PCEngines.mk  |  20 + >  target/linux/x86/base-files/etc/board.d/01_leds    |  22 ++ >  target/linux/x86/base-files/etc/board.d/02_network |

Re: [LEDE-DEV] [RFC 1/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Chris Blake
Hey Stijn, Thanks for the feedback, will get this fixed up for the next RFC as well. Please keep the feedback coming. :) - Chris B On Sat, Oct 15, 2016 at 9:41 AM, Stijn Tintel wrote: > On 14-10-16 20:19, Chris Blake wrote: >> The following patch adds support for the PC Engines APU2 Embedded B

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Dave Taht
Everything important in CeroWrt long ago made it upstream - the apu2 (which, btw, I have been using as my main test platform for the make-wifi-fast work) has BQL on the intel network drivers, already, fq_codel is the default in lede, sch_cake is available as an optional package, and the make-wifo-f

Re: [LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread Alberto Bursi
On 10/16/2016 11:49 AM, STR . wrote: > Could we also build 'lsusb' along with lspci? I'd recommend bundling the > usb-serial-kmod too as a lot of mini-pci devices present themselves as USB. Yes to this. Many 3G/4G modems on mini-pcie port are using usb lines of mini-pcie port and not pcie lines

[LEDE-DEV] [RFC 0/1] x86: Add support for the PC Engines APU2 Board

2016-10-16 Thread STR .
My 2c on USB, lm-sensors and the NCT chip on this board. > This is an RFC to port the PC Engines APU2 board to LEDE. Currently this is based on my unofficial repo at https://github.com/riptidewave93/LEDE-APU2 and after a discussion on the lede-dev IRC on the best plan of action, which was to move

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-16 Thread Giuseppe Lippolis
Mathias, Thanks for the tips. I'm going to work on it. Bye. > -Ursprüngliche Nachricht- > Von: Mathias Kresin [mailto:d...@kresin.me] > Gesendet: Sonntag, 16. Oktober 2016 09:54 > An: Giuseppe Lippolis ; lede- > d...@lists.infradead.org > Betreff: Re: [LEDE-DEV] Adding support for dlink d

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-16 Thread Mathias Kresin
Hi Giuseppe, find a few remarks inline. 16.10.2016 00:03, Giuseppe Lippolis: Hi all, I'm proceeding to finalize the support: Now the wifi is enabled, the LEDs and the buttons are supported. To complete the device support I need to: 1. enable the 3G modem 2. crack the header fil

Re: [LEDE-DEV] can't install luci

2016-10-16 Thread Torbjorn Jansson
On 2016-10-15 18:55, Matthias Schiffer wrote: On 10/15/2016 06:30 PM, Torbjorn Jansson wrote: On 2016-10-15 17:39, Matthias Schiffer wrote: On 10/15/2016 05:19 PM, Matthias Schiffer wrote: On 10/15/2016 05:04 PM, Torbjorn Jansson wrote: Hello i decided to give lede a try on one of my rasberr