From owner-freebsd-embedded@FreeBSD.ORG Sun Sep 29 04:46:22 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12529CA6 for ; Sun, 29 Sep 2013 04:46:22 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B73A2462 for ; Sun, 29 Sep 2013 04:46:21 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c41so1936233eek.25 for ; Sat, 28 Sep 2013 21:46:19 -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; bh=tTxxY7f0D/RRoP39tQZlAon46ACgjov0AHXVJ6eOAcg=; b=wTqKzcDFxIsgJX9sHk4W3rOVaQMn4KaQFWO2RAafZE1YzN/AMbCWiZuT+w8oh7Q8rv z2kH4GZnZNai11TvjzNbcRD+m/p6jY0YmzysVQtSDDz3PLua1jI9Tyma0LRyP+4sF8Af xIQ/hgScsXNlyADRx4nD6/FgPD+ZSnn+sGZXDO2izXDrRcWupRKLR2pCJlHVOFO5nnt1 QWKJw/Fi4RXc8WQYgfeViMEmMxP4HjeoxX76FoT67oub2XND+BhwLhK0dOxV93vlkNyF kElU9r+rVd5yUdHaSeTLnCDx3PYmBs+9R2UYcRcNlIa2b7caIqHr1VUKDCWb3jtNPDHo JSRg== MIME-Version: 1.0 X-Received: by 10.14.4.1 with SMTP id 1mr25335617eei.21.1380429979829; Sat, 28 Sep 2013 21:46:19 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Sat, 28 Sep 2013 21:46:19 -0700 (PDT) In-Reply-To: References: <1378325846.1706.2.camel@localhost> <1596945574.20130920003652@serebryakov.spb.ru> <36f9d8bdb9ff1d961ecab6c413862716.squirrel@arroway.org> Date: Sat, 28 Sep 2013 21:46:19 -0700 Message-ID: Subject: Re: Dlink DIR-825 B1 trial From: hiren panchasara To: Nenhum_de_Nos Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 04:46:22 -0000 On Sat, Sep 28, 2013 at 4:15 PM, hiren panchasara < hiren.panchasara@gmail.com> wrote: > > > > On Sat, Sep 28, 2013 at 12:03 PM, Nenhum_de_Nos wrote: > >> >> On Wed, September 25, 2013 11:52, hiren panchasara wrote: >> > On Sep 25, 2013 4:25 AM, "Nenhum_de_Nos" >> wrote: >> >> >> >> >> >> On Fri, September 20, 2013 13:46, Adrian Chadd wrote: >> >> > .. can you repeat this with i386? The amd64 crowd may just assume >> > there's >> >> > much, much more minimum RAM available. >> >> > >> >> > I have the 10-ALPHA1 i386 ISO image waiting for a test install on >> >> > virtualbox; it'll happen over the weekend. >> >> > >> >> > >> >> > -adrian >> >> >> >> Hi guys, >> >> >> >> back to testing. >> >> >> >> I changed the line Hiren said, and now I am compiling it again. Using >> the >> > same code of that time. >> >> Better to update do today head ? >> > Better to test with the same code where you were seeing reproducible >> > problem. So that you can verify if the change I suggested is fixing it. >> >> hiren and all others, >> >> it is a complex task to make it have ssh/sshd/scp ? >> > > I tried cross-building dropbear-ssh (light weight ssh server > implementation) but failed. Either I am not competent enough or > cross-compile for mips for ports cannot be done. I wish its former. > > I've started shoving base system sshd into the wifi-build scripts and it > seems to be working-ish. Once I am done with it and *if* it works, I will > post my changes for testing. > http://www.strugglingcoder.info/patches/enable_sshd_wifibuild.txt These are *work-in-progress* changes for wifi-build script. I could enable sshd with these changes on tp-link wn1043nd. On bootup, # /etc/rc.d/net/sshd onestart to start sshd. cheers, Hiren