Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling slow interfaces #17

Open
caguiclajmg opened this issue Jan 16, 2021 · 0 comments
Open

Handling slow interfaces #17

caguiclajmg opened this issue Jan 16, 2021 · 0 comments

Comments

@caguiclajmg
Copy link

I'm currently testing the ArchLinuxARM aarch64 image on an RPi3 and noticed that the hook fails when faced with interfaces that take a little bit of time to come up.

Basically what I see in the boot messages are:

ipconfig: no devices to configure
... some odd seconds pass
smsc95xx eth0: register 'smsc95xx'

I've tried setting netconf_timeout but it still fails with the familiar ipconfig: no devices to configure message error message probably because that timeout parameter is for something else (probably DHCP or something).

Adding a delay (sleep 10) at the start of the hook works and could probably be modified to read the parameter from the kernel command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant