From owner-freebsd-arm@FreeBSD.ORG Fri Oct 25 17:43:08 2013 Return-Path: Delivered-To: freebsd-arm@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 799E3C17 for ; Fri, 25 Oct 2013 17:43:08 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F26D2669 for ; Fri, 25 Oct 2013 17:43:07 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VZlPe-000KYn-Cl; Fri, 25 Oct 2013 17:43:06 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r9PHh44G046907; Fri, 25 Oct 2013 11:43:04 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+9s15iEvn3TiYp6He9OkOv Subject: Re: AVILA kernel From: Ian Lepore To: Berislav Purgar In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Oct 2013 11:43:04 -0600 Message-ID: <1382722984.1170.108.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 17:43:08 -0000 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