Title basically.
I see my current settings with 'dsl_cpe_pipe.sh lfcg 0 0' and 'dsl_cpe_pipe.sh lfcg 0 1' and set them with 2 'dsl_cpe_pipe.sh lfcs .... ' calls.
I tried to put them inside the startup script but it is not working. I should run the script only after my DSL connection is properly established (I think, or maybe after the dsl fw is loaded is enough?). Is there a way to attach a script to some kind of "dsl init done" event?
Hi
Look into /etc/hotplug.d/dsl/
. As You can see in led_dsl.sh
there are four individual states for DSL line .
"HANDSHAKE")
"TRAINING")
"UP")
*)
You can run your script in any of this one states. But In Your case "UP"
is what You looking for
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.