Altera_Forum
Honored Contributor
16 years agoStart eth0 device
Hi all,
The final objective of my test is to be able to ping the NEEK demo board and to be able to display an embedded webpage when I connect to the board from my workstation. First things first: the first step is to be able to assign a dynamic IP for my device (static would be fine for now) and ping it. At first, when uclinux start, typing ifconfig shows only "lo", which means no eth0 is there. In order to solve that issue, I ran the following command: # ifconfig eth0 172.16.115.191 up this is what I get as output: ATSE: Waiting on PHY Link ........ ATSE: PHY Auto negotiation faild, continue anyway ... ATSE driver: nios2-linux/linux-2.6/drivers/net/atse.c:MAC SW reset bit never cleared! eth0 up, link speed 100, half duplex, eth hw addr 00:07:ed:0d:09:19 This means that eth0 is alive, right ? But no leds are blinking, and if I try to ping the device from my workstation I get no reply. Any pointers ? Thanks