AVILA kernel

Ian Lepore ian at FreeBSD.org
Fri Oct 25 17:43:08 UTC 2013


On Fri, 2013-10-25 at 19:34 +0200, Berislav Purgar wrote:
> On Thu, Oct 24, 2013 at 8:37 PM, Berislav Purgar <bpurgar at 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 at 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 at avila:~ #
> root at 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 at avila:~ #
> 
> so ..  no luck for me .. back to 9.1 :) :)
> 
> Beri

try ifconfig nep1 inet 192.168.5.1/24

-- Ian




More information about the freebsd-arm mailing list