From owner-freebsd-embedded@FreeBSD.ORG Sat Sep 28 23:15:06 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35022FC1 for ; Sat, 28 Sep 2013 23:15:06 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x22f.google.com (mail-ee0-x22f.google.com [IPv6:2a00:1450:4013:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B18A42898 for ; Sat, 28 Sep 2013 23:15:05 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id d49so1916696eek.34 for ; Sat, 28 Sep 2013 16:15:04 -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=rbU5zqjKaiPqnhoFbqQBdj2SlgwWpQ/oo/FAGo6m0RA=; b=BxCh5CjhaJhCu0iWVxkQthgfvcw3xmAPbbAHrL4YQ38lFYIhMsKf+s6IdywIiFqJSA v48VZbyAzBKGF0Ginf1DBVjotYef7Ks4BPYf+3ZkjixJuEzHP0u6ehmhu4QjNVakyohL jiFVeb9Afx5iQyOoqkmyE6x+GFOz3BgObSaHMw2oOCVm3tHo1n6d1gAVDJdq42MgAldm Fw9gievS4SOm/JW3DlG8H7q2QAwvVRgFRCHyA9hJ9mGEPgr4dw7lFBD5HBX1AFgRUsVs IqpuXhjrlUEkKOlqLRCs9OAXocN9wTvjiCu4LEY7qzSYIrq0la6WUF8IoX6X7JwV0CAO vf2w== MIME-Version: 1.0 X-Received: by 10.14.218.197 with SMTP id k45mr23399386eep.32.1380410103951; Sat, 28 Sep 2013 16:15:03 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Sat, 28 Sep 2013 16:15:03 -0700 (PDT) In-Reply-To: <36f9d8bdb9ff1d961ecab6c413862716.squirrel@arroway.org> References: <1378325846.1706.2.camel@localhost> <1596945574.20130920003652@serebryakov.spb.ru> <36f9d8bdb9ff1d961ecab6c413862716.squirrel@arroway.org> Date: Sat, 28 Sep 2013 16:15:03 -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: Sat, 28 Sep 2013 23:15:06 -0000 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. > I have all time to make my modifications, and copy all stuff by hand :( > > # pwd > /etc/cfg > # ls > hostapd.wlan0.conf manifest > hostapd.wlan1.conf rc.conf > > this is all I need so far. I found that in build/files mfsroot gets files > for it. But is there a > way to make it look for in a place for each device ? I will test both > 1043ND and 825, so if one > messes the other, problem :) > I am not aware of a way to currently prepare different list of mfsroot files for each device in the same checked out tree. If you wish, you can always have 2 trees checked out :-) Cheers, Hiren