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
     
bv2427
post May 29 2020, 09:52 PM

On my way
****
Senior Member
657 posts

Joined: May 2007


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.
*
This is still relevant in 2020. bangwall.gif

My dongle updated itself and decided it didn't want to connect. Did this and restarted the modem and works again.

Thanks!!!!

 

Change to:
| Lo-Fi Version
0.0146sec    0.23    7 queries    GZIP Disabled
Time is now: 28th November 2025 - 01:47 AM