Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 11:43:04 -0600
From:      Ian Lepore <ian@FreeBSD.org>
To:        Berislav Purgar <bpurgar@gmail.com>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@FreeBSD.org>
Subject:   Re: AVILA kernel
Message-ID:  <1382722984.1170.108.camel@revolution.hippie.lan>
In-Reply-To: <CAAUsrB5OzQcT9EEqOWWFGD3RxM38Ov3Kwhsd_AS4_31MZ%2BhQ%2BQ@mail.gmail.com>
References:  <CAAUsrB5UOq%2BSJ0SW8NOiKwxR0%2BJyfzJhakdkuAvyQMi6Gv5CNw@mail.gmail.com> <CAAUsrB7GT1gWpKPB_kY8hrs=2=Lsf=47EA3hAGpyyWN3KJ4u4Q@mail.gmail.com> <CAAUsrB6UazCDFp9uyvVX4JYgbpzDN0Wu3RYQ-NnHoiW35XCUOQ@mail.gmail.com> <CAAUsrB5OzQcT9EEqOWWFGD3RxM38Ov3Kwhsd_AS4_31MZ%2BhQ%2BQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2013-10-25 at 19:34 +0200, Berislav Purgar wrote:
> On Thu, Oct 24, 2013 at 8:37 PM, Berislav Purgar <bpurgar@gmail.com> 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
> >
> > <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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
> npe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>     options=80008<VLAN_MTU,LINKSTATE>
> npe1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
>     options=80008<VLAN_MTU,LINKSTATE>
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
>     options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
> wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1382722984.1170.108.camel>