QUOTE(trix @ May 28 2019, 02:08 PM)
for those with dongle that has been updated and unable to connect anymore, try these steps:
1. browse to the dongle IP address using firefox
2. go to Settings -> Dial-up settings
3. right click in the page -> Inspect Element
4. search for #auto_mode, double click on disabled="" on the highlighted line, delete it, press enter
old value =
new value =
5. Automatic radio button is now enabled, click on it
6. search for apply, delete disabled="" as well
old value =
new value =
7. Apply button is now enabled, click on it, you should receive success message
Now, the dongle should be usable again with maxis router archer c5v and should auto connect if fiber connection is down.
This guy is a legend, and this method still work! in MAY 2020, THE ALL MIGHTY CORONA TIME!1. browse to the dongle IP address using firefox
2. go to Settings -> Dial-up settings
3. right click in the page -> Inspect Element
4. search for #auto_mode, double click on disabled="" on the highlighted line, delete it, press enter
old value =
CODE
<input type="radio" name="modeGroup" id="auto_mode" value="auto_dial" data-bind="checked: selectMode, enable: false" disabled="">
new value =
CODE
<input type="radio" name="modeGroup" id="auto_mode" value="auto_dial" data-bind="checked: selectMode, enable: false" >
5. Automatic radio button is now enabled, click on it
6. search for apply, delete disabled="" as well
old value =
CODE
<input type="button" class="btn-1" data-bind="click: save, enable: false" trans="apply" disabled="" value="Apply">
new value =
CODE
<input type="button" class="btn-1" data-bind="click: save, enable: false" trans="apply" value="Apply">
7. Apply button is now enabled, click on it, you should receive success message
Now, the dongle should be usable again with maxis router archer c5v and should auto connect if fiber connection is down.
I have been a long time lowyat forum user without an account, but today, at 3am, I saw this solution and i tried, and it works like magic.
Here I am, creating this account purposely to thanks this unsung hero.
I owe you a cup of coffee man.
May 30 2020, 03:37 AM

Quote
0.0259sec
0.45
7 queries
GZIP Disabled