xeno74 wrote:
I had the same issue on my X5000 and X1000. I disabled the "Dummy" connection but it didn't solve the issue. I was able to solve this issue with /sbin/dhclient <network device>. I would recommend to use ip a or /sbin/ifconfig -a to figure out the correct network device.
Unfortunately to set up the network device with the dhclient is only a temporary solution. You have to set up the network device again after a restart. I figured out, where the problem is today. The dummy interface is configured in the file
/etc/network/interfaces. I removed the following lines in this file:
Code: Select all
iface dummy0 inet dhcp
auto dummy0
I added the following lines for the network devices installed in my X1000 and X5000:
Code: Select all
# X5000
iface enP4096p4s4 inet dhcp
auto enP4096p4s4
# X1000
iface enp0s20f3 inet dhcp
auto enp0s20f3
After that the network connections automatically work after booting the X5000 and X1000.
BTW, I boot the Fienix USB stick with the following commands:
X5000:
Code: Select all
X5000> setenv bootargs root=/dev/sdb2 rootdelay=5
Code: Select all
X5000> load usb 0:1 1000000 uImage-4.20
Code: Select all
X5000> load usb 0:1 2000000 cyrus_p5020_eth_poweroff.dtb
X1000:
Code: Select all
CFE> setenv bootargs "root=/dev/sdd2 rootdelay=5"
Insert the Fienix USB stick
Code: Select all
CFE> boot -elf -noints -fatfs -z usbdisk0:zImage-4.20