From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 35DCB3B2A2 for ; Mon, 14 Nov 2016 11:38:21 -0500 (EST) Received: by mail-it0-x243.google.com with SMTP id b123so15299411itb.2 for ; Mon, 14 Nov 2016 08:38:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=Wjx+aERwmxne0aCMzORg4EGpSs73J4uxnn8UviudWmw=; b=Z2Jh3FN5+OcHPAmzA0h4SD7YnnXjDaWCQg4GDVZCFBbkV66cBzzDwSe3b2fRBxho9f bfQaxdJnkXV3toas3Ic+o6eXV6takrHRMEWCwnO7K+YuvaaBdXQ5L3v+Vx+GhnoOJm9f f3m6u8xTAFCoTttHRIkzlKx6Z+bQdxMjB1kY2hrzgKF1gk+vyEPm8mpuqAtI6iV7jl13 8OcjBu/YPWszuJ6YccvA+QcC2JLpWI4b1LhodkE9qQXhQRy1bxIh545RAWK+GfF4+cGG gqbJYmG4R6Ki9JoLTDk5WKyZ4cSQJDBPz4HMJWl5UnGV2yAX083GgK+ON+Ey/Ju4WVH8 93sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Wjx+aERwmxne0aCMzORg4EGpSs73J4uxnn8UviudWmw=; b=NzVbK4ttSCcwLUTqxvbZ9Tt/eXVb2k2BDqyE6EexlV4qSxOLD7fgT1kDoEGKmb1Pwl 4e3b8G0eSVwtXuML85HR9eS/IMwvdfgdFron85YGZ/nE1qa/mz9qUoVerTozRyvmGccu ZuqN3tDEQrn7MSmT6KwZxGwO8yQ+caAeZFyJbf+NMsv4x31cEOlRFzLeKhucAhuwLSXc cnKuOCcJwxoWVuKQFJfHxxGyaZMygxarVKA8xel6pWsneCJQF+MpN7q7LbmT1I/C32Ad x9YJNJrNsLf0iwfVwUndXJ35uJhcJrr6SwGJGeXsRbOtes3Ta90JL548H99LBzoo+0jZ AqmA== X-Gm-Message-State: ABUngvcnH1QFzuyi70twojc56JX1By+Tjhhr7U5VvoSqetN9Pyu78WTUua5kXEjfnHNCEQ== X-Received: by 10.36.29.136 with SMTP id 130mr7435794itj.57.1479141500391; Mon, 14 Nov 2016 08:38:20 -0800 (PST) Received: from [172.21.63.50] (hades.kettering.edu. [192.138.137.97]) by smtp.gmail.com with ESMTPSA id a18sm9620121itd.9.2016.11.14.08.38.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Nov 2016 08:38:19 -0800 (PST) To: make-wifi-fast@lists.bufferbloat.net References: From: Noah Causin Message-ID: <56ffa3d9-b266-ddf5-4326-1c479a7875f0@gmail.com> Date: Mon, 14 Nov 2016 11:38:25 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Make-wifi-fast] Time to upgrade my home network... X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 16:38:21 -0000 To get Toke's patches, you would need to have a custom LEDE image built. Here is Toke's repository with the patches: https://kau.toke.dk/git/lede/ Cake is a kernel package that would need to be integrated into the build. Images built from a newer git version than LEDE's official releases are unable to install kernel modules from the package manager due to a kernel version dependency. If you would like me to build an image for you, just list the packages you would like me to integrate. You can email me directly if you wish. I can also add other useful components as well. I have gotten the nDPI deep packet inspection engine working for LEDE. I could include that if you would like. It works great for easily marking applications like Skype, Netflix, and many other applications. If anyone else would like an image built for them, just let me know. Noah On 11/14/2016 8:34 AM, Rich Brown wrote: >> On Nov 13, 2016, at 12:00 PM, make-wifi-fast-request@lists.bufferbloat.net wrote: >> >> I have an Archer C7v2. >> >> Toke's repository has the airtime fairness patch and a patch to enable >> fq_codel on the ath10k for 5Ghz. >> >> http://kau.toke.dk/git/lede/ >> >> Both the 2.4Ghz N and 2.4Ghz AC work very well. >> >> I recommend installing cake. It's under kernel modules and network >> support in the menuconfig. Since cake now has NAT integration. You can >> use the dual flow isolation feature to give equal bandwidth to the >> devices on your network. > I have an Archer C7v2 as well, so I'm interested. > > The Problem: Thus far, I have only indulged in installing/configuring pre-built binary images and packages. I have the sense that I would need to build the firmware myself to be able to incorporate Toke's patches. > > 1) Is this true? (that I would have to build the image to get Toke's patch?) > > 2) Does cake come along with Toke's patch? > > 3) Does anyone have a pre-built image for the Archer c7v2? > > 4) And if there's a way to get Toke's build without setting up the full build environment, then give me an outline of the process, and I'll write it up. > > Thanks. > > Rich > > > _______________________________________________ > Make-wifi-fast mailing list > Make-wifi-fast@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/make-wifi-fast