Wii Console Turns On, But Has No Power Light
Situation:
- The power LED on the system does not come on, but the system still powers on and plays
Information:
If the Wii Console is still working normally, it is likely that the power LED is broken.
This issue will remain limited to the Power LED, and will not get any worse.
Unless the system is having other problems, continue using the console regularly for a few weeks to determine whether this interferes with the enjoyment of game play.
Situation Not Resolved:
If, after using the system for awhile, the Power LED not coming on is too distracting, the Wii Console does carry a one-year warranty.
We are happy to inspect and, if necessary, fix the system at no charge within the warranty period. To start the repair process,
click here.
function rvl_ts_sys_power_no_light_showsurvey(){
omnitureHelp("helpful_survey:rvl_ts_sys_power_no_light",JSchannel,JSprop6,"","");
}
var req;
var timeout;
function rvl_ts_sys_power_no_light_psurv(a,sid,pid){
if (window.XMLHttpRequest)req = new XMLHttpRequest();
else if (window.ActiveXObject)req = new ActiveXObject("Microsoft.XMLHTTP");
if(a=="yes"){
document.getElementById("rvl_ts_sys_power_no_light_s_yes_button").innerHTML="
";
document.getElementById("rvl_ts_sys_power_no_light_s_no_button").innerHTML="
";
}
else{
document.getElementById("rvl_ts_sys_power_no_light_s_yes_button").innerHTML="
";
document.getElementById("rvl_ts_sys_power_no_light_s_no_button").innerHTML="
";
}
var url="/consumer/surveys/surveySubmit.jsp?a="+a+"&sid="+sid+"&pid="+pid;
req.open("GET", url, true);
timeout = setTimeout("techDif()", 5000);
req.onreadystatechange = rvl_ts_sys_power_no_light_psurvr;
req.send(null)
}
function rvl_ts_sys_power_no_light_psurvr(){
if (req.readyState == 4) {
if (req.status == 200) {
clearTimeout(timeout);
var outString=req.responseText.substr(req.responseText.indexOf("##")+2);
outString=outString.substring(0,outString.indexOf("##"));
document.cookie='rvl_ts_sys_power_no_light=answered; expires=Wed, 28 Dec 2011 02:16:21 GMT+00:00; path=/';
document.getElementById("rvl_ts_sys_power_no_light_s_folowup_div").innerHTML=outString;
}
}
}
function rvl_ts_sys_power_no_light_techDif(){
//it broke
document.getElementById("rvl_ts_sys_power_no_light_s_folowup_div").innerHTML="Thank you for your interest in helping us improve our content. It appears our survey system may be temporarily down. Please try again later. If you need further assistance,
Click Here to contact us.";
}
function rvl_ts_sys_power_no_light_clearboxsurv(whatto,box){
if(box.value==whatto)box.value="";
}
function rvl_ts_sys_power_no_light_fsurv(form){
var url="/consumer/surveys/surveySubmit.jsp?p=7"
var reasonSet = false;
for(var i=0;i-1)reasonSet=true;
}else if(form.elements[i].name.indexOf("question2_answer")>-1){
url+="&"+form.elements[i].name+"="+escape(form.elements[i].value);
}else url+="&"+form.elements[i].name+"="+form.elements[i].value;
}
if(!reasonSet){alert("To help us improve our content, please indicate why this page wasn't helpful");return false;}
if (window.XMLHttpRequest)req = new XMLHttpRequest();
else if (window.ActiveXObject)req = new ActiveXObject("Microsoft.XMLHTTP");
req.open("GET", url, true);
timeout = setTimeout("techDif()", 5000);
req.onreadystatechange = rvl_ts_sys_power_no_light_psurvr;
req.send(null)
}
spot on chief, you are a hero!!! cheers
×