2015-10-29

Hi everyone, I'm hoping someone here can help me out.

I've been using a EX6100 wifi extender since July with no problems what so ever. Until now.

On the 24th I noticed a firmware update was available for my extender, so I figured I would update it, all went well but I had to do the set up process again ( pressing the wps on the extender and router and such ) the problem is though after that I noticed the extender was only transmitting a 5G signal. This was odd as I usually have 2G available too.

I went to the user login page and I was greeted with "New extender setup" and asks me to create an account, so I fill in the username, password, retype password, first and second security question, I click next but once again I am greeted with the same "new extender setup" and a really long URL that reads:

http://192.168.0.7/%22);%20%20%20%20%20%20%20%20%20%20%20%20var%20errorCode%20=%20parseInt(retStr[0],%2010);%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(errorCode%20==%201)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20%20%20$(%22#login_error").removeClass("ng-hide");              $('#login_error').addClass("error");            } else {              checkData();              createCookie('session_id',retStr[1],7);              top.location.replace(retStr[2]);            }          },          error: function(responseText, textStatus, XMLHttpRequest) {            if (window.console && console.log) {              console.log("responseText:", responseText);              console.log("textStatus:", textStatus);              console.log("XMLHttpRequest:", XMLHttpRequest);            }          }        });      });    });  </script></head><body class="weblogin"><ui-view><div class="login-body ng-scope">  <!--[if IE 8]><img src="./img/login/login_picture.png" height="100%" width="100%" style="position:absolute;z-index:1;"><![endif]-->   <div id="login-body-inner" class="login-body-inner">    <!--[if IE 8]><img src="./img/login/login_facet.png" height="20%" width="100%" style="position:absolute;z-index:2;left:0px;bottom:0px;"><![endif]-->     <section class="login-form ng-scope" style="position:absolute;z-index:3;">      <div class="login-logo"></div>              <br>             <br>                          <form name="loginForm" id="loginForm" class="ng-pristine ng-invalid ng-invalid-required" method="POST" action="web_login.cgi?id=747263008">        <div class="loginInfo">        <input type="text" ng-model="userId" id="userId" name="email_auth"  placeholder="admin" required="" value=""  class="ng-pristine ng-invalid ng-invalid-required">        <input type="password" ng-model="password"  id="password" name="passwd_auth"  placeholder="Password" required=""  value=""  class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-minlength ng-valid-pattern">            <div id="login_error" class="ng-hide">Username and password do not match.</div>        <input type="checkbox" ng-model="rememberMe" name="remember_func" id="rememberMe" value="Remember Me" class="ng-pristine ng-valid" >        <label for="rememberMe" class="login-remember">Remember me</label>        <br>        <input name="login_bt" id="loginBt" type="button" value="LOG IN">        <a id="userPwdHelp" class="ng-hide" onclick="pwdRecovery();">Username & Password Help</a>        </div>        <div class="">        <input id="newExtSetup" name="newext_setup" type="button" class="button-new" onclick="pwdSetup();" value="NEW EXTENDER SETUP">        </div>        <input type="hidden" name="login_ng" value="">        <input type="hidden" name="next_file" value="ajax/pwd_setup">        <input type="hidden" name="support_cookie" value="0">      </form>    </section>  </div></div></ui-view></body></html>

If someone could help that would be great.

Show more