vanvught / rpidmx512

Orange Pi DMX512 / RDM / MIDI / OSC / Art-Net / WS28xx / L6470 / Stepper / TLC59711 / PCA9685 / Servo / PWM / TCNet / SMPTE / RDMNet / LLRP / GD32 / GigaDevice / Raspberry Pi
http://www.orangepi-dmx.org/
MIT License
392 stars 108 forks source link

Ethernet Link Up/Down [Question] #151

Closed hippyau closed 3 years ago

hippyau commented 3 years ago

Hey Arjan,

I've noticed a reboot is required an ethernet cable is not present bootup to get hear the network, is that correct?

Does firmware look once and once only for network?

Cheers, Hip

vanvught commented 3 years ago

Hi Hip,

I've noticed a reboot is required an ethernet cable is not present bootup to get hear the network, is that correct?

No, reboot is not required. When you boot without the ethernet cable, then the link is up when the cable is connected.

Does firmware look once and once only for network?

Yes. Just at startup.

Groet, Arjan

hippyau commented 3 years ago

Thank you :)

soerenpedersen commented 3 years ago

Does firmware look once and once only for network?

Yes. Just at startup.

Hello Arjan,

Perhaps this should be changed? We have some environments where the DHCP is out of our control (and is quite slow to boot). So I could imagine that e.g. after a power surge the Orange Pi's would boot - fail to acquire a DHCP lease and be stuck with their locally assigned IP. Obviously this is not desirable. Attempting DHCP renewal or rebooting (if board has local IP) at X interval would be great for this (X perhaps even configurable) :-)

Best regards, Søren