From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 4CEB5200B49 for ; Sat, 18 Aug 2012 10:38:24 -0700 (PDT) Received: by wibhm2 with SMTP id hm2so1997397wib.10 for ; Sat, 18 Aug 2012 10:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=s6hJgv+Vb6oM9Qofcwf7T8YHnhtAVEn9u8KQCksW4uQ=; b=hvkNXOC97IZUcf8EceVuugIHPuL6TGDRyP3RUbrkZ7bDcApcEqTuyzucdFU/Gn7O4h lAONe+zwd7owj1OoXEGDzYPY3rNG0B/8su+QSGhsrhE/YA0Pj2+4CUVZ7jIl3EU+ftLD i1C/4jUDRzVEhT1q4XfG/ArSMT7SJ9mOv9aORzodfcigCrkuNeEy0KoDzXKWRiP3SZDA e/SuxcP8n85YuxrRoT3pQ8La2RKgW48XZFMwo22Ks5qXtAz0ldQsqUqkJd+kn1S0/ZjN h7pu/If5Vn6hfOtqzXzxbU7icIN/KJDCLt7+Gw06Jj6DhTassh0b7uwz/Bn1DhUhBO53 hf9Q== MIME-Version: 1.0 Received: by 10.180.78.170 with SMTP id c10mr14472202wix.3.1345311502186; Sat, 18 Aug 2012 10:38:22 -0700 (PDT) Received: by 10.223.143.69 with HTTP; Sat, 18 Aug 2012 10:38:22 -0700 (PDT) In-Reply-To: <502F2FA3.1000004@renta.net> References: <502F2FA3.1000004@renta.net> Date: Sat, 18 Aug 2012 10:38:22 -0700 Message-ID: From: Dave Taht To: Mark Constable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] Raspberry Pi build X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 17:38:24 -0000 On Fri, Aug 17, 2012 at 11:01 PM, Mark Constable wrote: > I'm attempting to get cerowrt-3.3 built and running on a model B > Raspberry Pi and just wondering if this might be of interest to > anyone else on this list? Sure! Playing with that has been high on my list of toys to acquire and pfor a very long time, but ENOTIME/ENOMONEY. It would be a useful box to debloat, for sure. Three things to note: 1) The default filesystem for cero is pretty wndr specific, you will at least need to modify /etc/config/{firewall,network} and /etc/quagga/babel.conf and possibly the boot and mac80211.sh scripts. Nearly everything important in cero (fq_codel, cubic, etc) aside from the debloat package has made it into openwrt, so it would probably be easier to do openwrt and layer debloat on top. 2) I have no idea what wireless chip is in the pi, nor its current state. (= ?) 3) In order for things like fq_codel to have a hope of working well at the ethernet level, "Byte Queue Limits" (BQL) is *required*. I don't think any USB to ethernet adaptors have that yet, but I would welcome being wrong. And even if BQL worked over USB, we might have issues with the USB layer left to deal with... but BQL is easy to implement on native ethernet (6-8 lines of code or so)... I went looking through the source trees briefly and didn't find anything that jumped out at me. If you can point me to the right drivers I'll take a look. (and/or ask question 3 on a rasperry pi list for us?) > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel --=20 Dave T=E4ht http://www.bufferbloat.net/projects/cerowrt/wiki - "3.3.8-17 is out with fq_codel!"