From owner-freebsd-arm@FreeBSD.ORG Fri Oct 25 18:11:47 2013 Return-Path: Delivered-To: freebsd-arm@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 3CD53429; Fri, 25 Oct 2013 18:11:47 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95B9227DA; Fri, 25 Oct 2013 18:11:46 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t61so4161616wes.41 for ; Fri, 25 Oct 2013 11:11:45 -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=X8xk7wVKJQzYSgI2DEKVtXB7ZqFEcLMPwpWKC9gTWVk=; b=rWWV5Rjrw80CKQqF8RPr8dfmCUw8NyPVx3zj9Ld39hvU+Z/Huhjse0HverX09X5Ar0 BaDkoLfUhNh4BD3mMMfSOwY/xjfBRXRi8uak3h71I8aJVuzFatd751SI9ZbVWf+23IBJ Lg0T1Tuu6fe8iMGru+b8CV/Bx+0pMwW59mvtxbLbOR3MG/GWlAwSSlVeUZRLulItBvVT WhI9CPA68GZ6VefC68JnKIFva96d3dJTITXq/jAfKQ8H9wFKbDLspfGqOY2ViwgARnwR WkMUtJRbhx/y5XTqjxILcUGOKW+NgHQrfKvUR+CsAJD9I72VcodmL7mMGO1LHpN8QCke qbAw== MIME-Version: 1.0 X-Received: by 10.180.39.34 with SMTP id m2mr3647314wik.26.1382724704942; Fri, 25 Oct 2013 11:11:44 -0700 (PDT) Received: by 10.217.141.3 with HTTP; Fri, 25 Oct 2013 11:11:44 -0700 (PDT) In-Reply-To: <1382722984.1170.108.camel@revolution.hippie.lan> References: <1382722984.1170.108.camel@revolution.hippie.lan> Date: Fri, 25 Oct 2013 20:11:44 +0200 Message-ID: Subject: Re: AVILA kernel From: Berislav Purgar To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 18:11:47 -0000 On Fri, Oct 25, 2013 at 7:43 PM, Ian Lepore wrote: > On Fri, 2013-10-25 at 19:34 +0200, Berislav Purgar wrote: > > On Thu, Oct 24, 2013 at 8:37 PM, Berislav Purgar > wrote: > > > > > > > > finally ... Olivier send me some patches and now i have working kernel > .. > > > Olivier told me that these patches are for another problems and maybe > my > > > problem with aligment is fixed by accident. > > > > > > Here is patch from Olivier : http://www.ci0.org/arm_patch.diff > > > > > > > > > > > > > > > > > > > > :( .. ahhh .. I give up ... problems never end .. > > > > i made buildworld (WITHOUT_ARM_EABI in src.conf) installworld > distribution > > for NFSboot .. Everything is fine until initialization network interfaces > > .. i goot errors from ifconfig for all interfaces about missing > > address_family.. after that boot finish to login prompt. everything else > > works OK !!!?! > > > > root@avila:~ # ifconfig > > ath0: flags=8843 metric 0 mtu > 2290 > > npe0: flags=8843 metric 0 mtu > 1500 > > options=80008 > > npe1: flags=8802 metric 0 mtu 1500 > > options=80008 > > lo0: flags=8049 metric 0 mtu 16384 > > options=600003 > > wlan0: flags=8843 metric 0 mtu > 1500 > > root@avila:~ # > > root@avila:~ # ifconfig npe1 192.168.5.1/24 > > ifconfig: Please specify an address_family. > > usage: ifconfig interface address_family [address [dest_address]] > > [parameters] > > ifconfig interface create > > ifconfig -a [-d] [-m] [-u] [-v] [address_family] > > ifconfig -l [-d] [-u] [address_family] > > ifconfig [-d] [-m] [-u] [-v] > > root@avila:~ # > > > > so .. no luck for me .. back to 9.1 :) :) > > > > Beri > > try ifconfig nep1 inet 192.168.5.1/24 > > -- Ian > > > i tried that .. same .. tried inet6 .. same .. root@avila:~ # ifconfig npe1 inet 192.168.5.1/24 ifconfig: Please specify an address_family. usage: ifconfig interface address_family [address [dest_address]] [parameters] ifconfig interface create ifconfig -a [-d] [-m] [-u] [-v] [address_family] ifconfig -l [-d] [-u] [address_family] ifconfig [-d] [-m] [-u] [-v] root@avila:~ # ifconfig npe1 inet6 2001:15c0:672a::aaa prefixlen 64 ifconfig: Please specify an address_family. usage: ifconfig interface address_family [address [dest_address]] [parameters] ifconfig interface create ifconfig -a [-d] [-m] [-u] [-v] [address_family] ifconfig -l [-d] [-u] [address_family] ifconfig [-d] [-m] [-u] [-v] root@avila:~ # but /rescue/ifconfig is OK .. WTF ???????? root@avila:~ # /rescue/ifconfig npe1 npe1: flags=8802 metric 0 mtu 1500 options=80008 ether 00:d0:12:13:59:23 nd6 options=29 media: Ethernet autoselect (none) status: no carrier root@avila:~ # root@avila:~ # ls -al /sbin/ifconfig -r-xr-xr-x 1 root wheel 132784 Oct 25 17:47 /sbin/ifconfig root@avila:~ # ls -al /rescue/ifconfig -r-xr-xr-x 135 root wheel 5611624 Oct 25 10:08 /rescue/ifconfig root@avila:~ #