Forum Discussion
dbhag2
New Contributor
6 years agoNo internet access through Ethernet with Linux Kernel 4.14
Hi, I am upgrading my custom board which is using the Cyclone V socfpga from linux 3.10 to 4.14 and I am having difficulties in getting it connected to the internet. I our emac setup is as explaine...
FawazJ_Altera
Frequent Contributor
6 years agoHello,
It seems driver issue.
Can you set an IP to your ethernet port?
ifconfig up eth0 192.168.XXX.XXX
Let me know the ifconfig ouput and ping output after you set the IP.
Thank you