Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Is my Maxis 4G USB Dongle working?, How to tell if my 4G USB Dongle working?

views
     
iSean
post Mar 13 2020, 08:52 PM

iz old liao.
*******
Senior Member
4,496 posts

Joined: Jun 2011



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 =
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.
*
does this method still works?

I kinda stuck on Step 4 unable to see the Automatic Radio Button is now enable?

 

Change to:
| Lo-Fi Version
0.0159sec    0.14    7 queries    GZIP Disabled
Time is now: 26th November 2025 - 01:43 AM