AVILA kernel
Berislav Purgar
bpurgar at gmail.com
Fri Oct 25 18:11:47 UTC 2013
On Fri, Oct 25, 2013 at 7:43 PM, Ian Lepore <ian at freebsd.org> wrote:
> 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
>
>
>
i tried that .. same .. tried inet6 .. same ..
root at 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 at 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 at avila:~ #
but /rescue/ifconfig is OK .. WTF ????????
root at avila:~ # /rescue/ifconfig npe1
npe1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80008<VLAN_MTU,LINKSTATE>
ether 00:d0:12:13:59:23
nd6 options=29<PERFORMNUD,
IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
root at avila:~ #
root at avila:~ # ls -al /sbin/ifconfig
-r-xr-xr-x 1 root wheel 132784 Oct 25 17:47 /sbin/ifconfig
root at avila:~ # ls -al /rescue/ifconfig
-r-xr-xr-x 135 root wheel 5611624 Oct 25 10:08 /rescue/ifconfig
root at avila:~ #
More information about the freebsd-arm
mailing list