[SOLVED]make network manager wait for login to finish
Is it possible to put a wait value on the starting of network manager?
Looking at /etc/init.d/NetworkManager but not sure if I can just put say a:
wait 5
in this line:
start-stop-daemon --start --quiet --pidfile /run/NetworkManager/NetworkManager.pid \
--exec /usr/bin/NetworkManager -- --pid-file /run/NetworkManager/NetworkManager.pid
or if that is a sane place to aim for?
I have #$@! realtek wireless and it seems that if I dont log in fast enough it goes in to a fidget loop with network manager refusing the auth. Killing the adapter and refreshing via airplane icon solved it each time. Thinking that a wait time would fix but open to ideas?