[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] mbvanilla-net build process
Brett Boren wrote:
> Can someone update the documentation to describe exactly how to get the
> ethernet interface working?
Ah yes, the documentation. Has been sadly stagnant for a little while
now - the networking-howto is top of the list though.
> After following the directions given on 9 Oct, here's what I get when I
> run ifconfig:
>
> /> ifconfig lo 127.0.0.1
> ifconfig: socket: Address family not supported by protocol
> pid 17: failed 256
Looks like tcp/ip is not enabled in the kernel...
> Attached is my .config (hopefully it will make it through the mail scanners)
Yep, there's your problem.
# CONFIG_INET is not set
Go into menuconfig -> networking options, and enable Packet Socket, unix
domain sockets, and tcp/ip networking.
make dep; make, etc...
Cheers,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/