Forum Discussion
Altera_Forum
Honored Contributor
20 years agoDM9000 could supported by uClinux?
When make menuconfig, I choose the networking supporting, because my altera board is DE II, it's ethernet is DM9000, so I choose the DM9000 in devrice choose. after that. when I using command ...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by goral@Apr 13 2006, 10:38 AM thanks for your help, i could pass the compile now. and then, in nios ii 5.1 sdk shell , my uclinux system find ethernet now, in the start process, give me some relative message like this:
...
dmfe_probe:eth0, 50 khz, nios
<dm9000> eth0 i/o 80900090,vid: 90000a46
addr: 00:07:ed:00:00:00
dmfe_probe:eth1, 50 khz, nios
...
but now, in uclinux on my board, i typing: ifconfig eth0 192.168.0.100, it's give [/b]me some message like this: ifconfig : socket: Address family not supported by protocal. when i run ifconfig only, it's give me this message: No usable adderss families found. ifconfig : socket: Address family not supported by protocal. could you help me? THX <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14296) --- Quote End --- [/b] --- Quote End --- I am not good at network, may be other expert help out. or you should read the kernel source. Did you enable those networking options in kernel config as step9 of the guide ?