Altera_Forum
Honored Contributor
16 years agoEthernet on NEEK
I am running with the "video" example that has the Altera TSE MAC on Nios II Embedded Evaluation Kit (NEEK). I have enabled National PHY support in my kernel, and the TSE MAC support as well. At boot, everything looks reasonable (though I am not exactly sure what the initialization sequence should look like):
" BUG: No TSE MDIO Reset Altera TSE MII Bus: probed Found phy with ID=0x20005c90 at address=0x1 Altera TSE MII Bus: MDIO Bus Registered eth0 (): not using net_device_ops yet eth0:Successed to register TSE net device Altera Triple Speed MAC IP Driver(v8.0) developed by SLS,August-2008,--Linux 2.6.27-rc3 TCP cubic registered NETL Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. " Everything except "BUG" looks reasonable here. /proc/net/dev shows eth0 (lo is also up and available B.T.W.) But when I attempt to either: ifconfig eth0 <an ip> or dhcpcd eth0 I get: "ioctl SIOCSIFFLAGS: Cannot assign requested address" Does anyone know what could be my problem here?