AVILA kernel

Olivier Houchard mlfbsd at ci0.org
Sun Oct 27 23:53:10 UTC 2013


On Fri, Oct 25, 2013 at 07:34:14PM +0200, Berislav Purgar wrote:
> :( .. 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

Hi Berislav,

Indeed there was a problem with ifconfig (and probably other things as well).
I believe I fixed this with rev 257233. Unfortunately it will require yet
another buildworld/installworld.
I think I finally understand and fixed the kernel issue as well, at least for
me it now boots fine with no patch.

Regards,

Olivier


More information about the freebsd-arm mailing list