ntadmin / DGND3700v2

Custom firmware for the Netgear DGND3700v2
12 stars 4 forks source link

Get ADSL to boot correctly first time #6

Closed ntadmin closed 8 years ago

ntadmin commented 8 years ago

Need to break into the start up sequence earlier to set the adsl parameters earlier in the sequence, hopefully without the netgear code then resetting them. Perhasp trap rc_wan, set adsl correctly, and then press on the the netgear rc_wan?

ntadmin commented 8 years ago

This seems to be working now, just needs to be tested over time.

ntadmin commented 8 years ago

This does seem to be solved. The trick was in catch the call to rc_wan, most of the time redirecting it to rc_apps, but at the right moment calling (our) rc_Adsl to set the parameters. There is a minor follow on issue, https://github.com/ntadmin/DGND3700v2/issues/8, but I don't think that that is blocking beta 1.