Dell Precision 690 - Problem with Power On Button

Hi
Over the last week or so the power on button on my Dell Precision 690 is starting to get more difficult to press.  Today I cannot power on PC as it has become completely jammed.  It looks like I am going to have to remove it.  Does anybody know exactly how to do this as its not in any of the users documentation.
Would really appreciate any help as I need to get PC back up and running.
Thanks

Whew!  That was some kinda mess.  
Basically what had happened was that the button is all plastic, and the plastic acts as a hinge and spring to push the button "rod" to make contact with the actual teeny tiny little micro switch.  I started taking parts out, in the same process you'd use to replace the system board (that's on an "assembly").  At some point it looked like I could wiggle one of the plastic face plates that frames the CD/DVD drives out, and then I saw there was a second plastic plate around the power button and system lights.  I bent that da*&^%ed stupid metal face plate after finding there were still 2 more screws that I couldn't reach, just enough to slip out the second facing, and then put the whole thing back together again, without the button installed.  With no faceplate over the power switch, you can take a pencil, and use the eraser side to click the power switch on.
The machine is really pretty long in the tooth now, so we'll be working on a replacement soon!
Still, if I had been able to easily remove the other large black panel, things might have gone a lot smoother...  Lousy design for that particular part of the unit...

Similar Messages

  • Weird problem with power shut down msi nforce 4 platinum

    recently i have flashed the latest bios 1.9 of msi nforce 4 u platinum, everything work fine untill yesterday.some stanges happened......
    my power doesnt have a on and off button on it ,every time i turn off the pc , i have to turn off the power button of a socket near by the pc.everytime it works fine, but yesterday when i turn on the power on button of that socket , the pc automatic start, i didint turn on the power button of pc, what a weird problem..   also when i  go into os , the system time also changed, although i can turn them back to correct one in bios and os, but when i turn the pc off , it changed again...   could any one help me out , what is teh real problem of my pc. some virus ?thanks a lot.
    weird problem with power shut down  msi nforce 4 platinum

    it seems the first question has been solved. cos today when i turn on pc, the oc set up is gone ,in bios, it back to the original set up.i cant save my oc setup, so it definitely a battery problem!!!!!!!!!!!
    i take the old battery t o a saler , there they massure it with voltmeter, it shows only 0.97v, but in bios 1.6 it shows 1.82v, so waht is the real meaning of that reading num in bios for battery?it cant be the real voltage of the battery. i buy a new one ,this one is maxcell 2032   hitachi, the old one is shi  t   panansonic 2032 .the new one shows 3.17v with voltmeter, then i come back , installed the  new battery , in bios this time it shows 2.3v in bios 1.6. so the reading num in bios for battery is definitely is not a real reading for your battery.
    i will keep my pc in 24/7 using , and i will look if the battery is sable or not , cos untilll now no one come out for a real explain for this  stupid battery problem of msi nofroce 4 platinum.i dont want change battery every 2 or 3month, what a real sick of this!!!!

  • Problem with java swing button and loop

    Problem with java swing button and loop
    I�m using VAJ 4.0. and I�m doing normal GUI application. I have next problem.
    I have in the same class two jswing buttons named start (ivjGStart) and stop (ivjGStop) and private static int field named Status where initial value is 0. This buttons should work something like this:
    When I click on start button it must do next:
    Start button must set disenabled and Stop button must set enabled and selected. Field status is set to 1, because this is a condition in next procedure in some loop. And then procedure named IzvajajNeprekinjeno() is invoked.
    And when I click on stop button it must do next:
    Start button must set enabled and selected and Stop button must set disenabled.
    Field status is set to 0.
    This works everything fine without loop �do .. while� inside the procedure IzvajajNeprekinjeno(). But when used this loop the start button all the time stay (like) pressed. And this means that a can�t stop my loop.
    There is java code, so you can get better picture:
    /** start button */
    public void gStart_ActionEvents() {
    try {
    ivjGStart.setEnabled(false);
    ivjGStop.setEnabled(true);
    ivjGStop.setSelected(true);
    getJTextPane1().setText("Program is running ...");
    Status = 1;
    } catch (Exception e) {}
    /** stop button */
    public void gStop_ActionEvents() {
    try {
    ivjGStart.setEnabled(true);
    ivjGStart.setSelected(true);
    ivjGStop.setEnabled(false);
    getJTextPane1().setText("Program is NOT running ...");
    Status = 0;
    } catch (Exception e) {
    /** procedure IzvajajNeprekinjeno() */
    public void IzvajajNeprekinjeno() {  //RunLoop
    try {
    int zamik = 2000; //delay
    do {
    Thread.sleep(zamik);
    PreberiDat(); //procedure
    } while (Status == 1);
    } catch (Exception e) {
    So, I'm asking what I have to do, that start button will not all the time stay pressed? Or some other aspect of solving this problem.
    Any help will be appreciated.
    Best regards,
    Tomi

    This is a multi thread problem. When you start the gui, it is running in one thread. Lets call that GUI_Thread so we know what we are talking about.
    Since java is task-based this will happen if you do like this:
    1. Button "Start" is pressed. Thread running: GUI_Thread
    2. Event gStart_ActionEvents() called. Thread running: GUI_Thread
    3. Method IzvajajNeprekinjeno() called. Thread running: GUI_Thread
    4. Sleep in method IzvajajNeprekinjeno() on thread GUI_Thread
    5. Call PreberiDat(). Thread running: GUI_Thread
    6. Check status. If == 1, go tho 4. Thread running: GUI_Thread.
    Since the method IzvajajNeprekinjeno() (what does that mean?) and the GUI is running in the same thread and the event that the Start button has thrown isn't done yet, the program will go on in the IzvajajNeprekinjeno() method forever and never let you press the Stop-button.
    What you have to do is do put either the GUI in a thread of its own or start a new thread that will do the task of the IzvajajNeprekinjeno() method.
    http://java.sun.com/docs/books/tutorial/uiswing/index.html
    This tutorial explains how to build a multi threaded gui.
    /Lime

  • Is anyone having a problem with the home button on a 6?

    when I first got my iPhone 6, the home button was just like my other iPhones have been, my iPad, my sons iPhone 6, etc. when you pushed it, you can feel it move and you feel a little dull clck. Now the the home button on my iPhone 6 has no movement or click. It still functions, but I'm worried it is on its way to failing and if I wait to address the issue until it completely fails, then it will be out of warranty. Has anyone else experienced any problems with the home button?

    If you believe that your device has a defect or malfunction, contact Apple now.  This forum is not for taking polls.  Contact Apple for support options.

  • Having problem with my wifi button on my iPhone

    Having problem with the wifi button

    I'm going to ask the mods to move this to the iPhone part of the forum

  • Dell Precision 690 troubleshooting

    This could be caused by multiple things.  Refer to this for diagnostic LEDs. 

    So I have a Dell Precision 690 that is having issues. I have been trying to figure it out myself. it starts up and gets through the BIOS and everything then it starts to load the OS and then immediately shuts off. Happens everytime. I have tried unplugging everything and plugging it back it. I have tried swapping out the ram. But I really have no idea how to fix this thing.
    This topic first appeared in the Spiceworks Community

  • Hi, i am using iphone4s.. 2 days ago i had a problem with wifi.. button greyed out, it was suggested to keep phone in freezer, worked temporarily and i updeted to ios7.1 but still facing same problem.. wht to do? cant afford to throw off :/ huhh..

    Hi, i am using iphone4s.. 2 days ago i had a problem with wifi.. button greyed out, it was suggested to keep phone in freezer, worked temporarily and i updeted to ios7.1 but still facing same problem.. wht to do? cant afford to throw off :/ huhh..

    well, you know how it is - glitches that usually resolve with a hard reset etc
    then a restore. then a factory restore....then ..... nothing fixes so I try the next step with apple online - fill out my serial number and find it is a couple of weeks out of date - and then with the holidays who has time to get to the apple store? this is my second 4s handset as it is - first one the glass cracked from L to R without any impact/damage etc - they changed it out automatically because it's a 'known fault' apparently - so technically, this handset is only 6 months old - but warranty is from original purchase date -
    never imagined it would turn out to be a warranty issue with the phone - and hey maybe when I get a chance to go to the apple store they'll be sympathetic, but I won't be able to get there till at least Jan 4th as it is. On the other hand, another iOS update might resolve the issue - but how long till that release? at the moment I'm having to use my old 3gs for wifi and 4s for phone!!!

  • My HP Notepad 6730b has a problem with power

    Hi all,
    My HP Notepad 6730b has a problem with power. I can't power into the laptop. I have checked the power adapter and it works fine. No lights flash when i plug it into power. Can any one please help??

    IPad bought on May 29. This is the first attempt to use. I also bought the screen protector and apparently the problem started after I installed the shield and the battery charged, which was low.
    I followed the instructions, made ​​the recovery at iTunes, sync, but I could not turn on the Touch Screen. The clock remains stopped at 9AM. I will try an Apple store in Brazil to see what is happening and then notice what happened. Best regard and thanks for the help

  • I HAVE I PROBLEM WITH POWER BUTTON

    HI.......I had a problem with the power button, with less than 6 months of use, I had to warranty apple here in Brazil, to my surprise they said I would have to refer to the country that I bought in the USA ... and that guarantee that it was said that international.
    very frustrating

    Your iPhone warranty/support is only valid in the US. Thus, to obtain any service you will have to physically return the phone to the US...you can't mail it directly to Apple. You can send it to a friend/relative, in the US, and they can take it to Apple for you.
    You will not receice any authorized service, in Russia, for this phone.

  • Problem with power button

    hi, I bought my iphone 5 last year in November. It seem to have some problem with its power button cause it doesn't work when i press it. Its still under warranty but the problem is im not anymore in the country i purchased it from which was UK and now im in Pakistan. Any help as to what my options are now?

    Apple doesn't do such repairs only.
    The iPhone would be exchanged under warranty by Apple only and that is your ONLY option if you don't want to pay for a 3rd party there to try to repair it.
    An iPhone purchased in a EU country can be exchanged under warranty in any other EU country.

  • Problem with Audio in Buttons and Interactive

    Hi!!
    I have problems with the sound into buttons and Forms Interactive. The question is when I add a sound within a button, this it sounds directly when it enters the slides and not when the user presses the button.
    How I solve it?
    Thanks
    NEXTsp

    Hi there
    It isn't a problem. The function is working as it should. You simply have a different expectation!
    You have to think about it in different ways. When do you want the audio to play? When the button has been clicked, right? When you attach audio to an object such as a Button or an Image, the audio plays when that object appears. The trick here is to make an object appear on the Button click. You then attach the audio to that.
    If you have Captivate 3 or older, you can enable the Success caption for the button. Attach the audio to the caption. Button is clicked, caption appears and you hear the audio.
    What's that you are asking? Oh, you don't want to actually SEE a Success Caption? No problem. Choose the Transparent caption type and remove any text!
    If you have Captivate 4, you can also use the same method to accomplish this. But you can also probably use the new scripting in it to make the audio play on a Button click. I can't tell you how to do that at the moment if that's the approach you want to take. I'll have to leave that to another person here that has played with the scripting to explain how it's done.
    Likely it involves opening a panel, inserting or declaring a variable, adding a sound file, associating the variable with the sound file, assigning actions to the button to check the variable and change it if you need to. Stuff like that. Sounds a bit like a Rube Goldberg setup. But really that's what happens with the Success Caption method. It's just that we deal with objects and not the code behind the scenes.
    Hopefully this was somewhat helpful... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Problems with the home button and generally freezing and shutting down often.

    I have had this iPad 2 for around 3 months. After about a month I noticed that I was having to press the home button multiple times in order to get it to respond. It is now at a stage where I have to press it as many as 12-13 times. It's won't do this every time but all day for maybe 3 out of 5 days the other times it works fine.
    As well as this I have also had issues with the Internet shutting down, Skype going crazy, picture albums popping up and then vanishing and so on. I'm not a computer wiz but I would describe it as going crazy two or three times a day.
    While I was in a shopping centre about a week ago I asked about the problems in an apple store. The man was very helpful and asked if I had it on me so he could look at it. Unfortunately I didn't be he said I could bring it back whenever I like and it would take around 30 mins for someone to check it out. He said most Likley they would just give me a new one and that would be that. So of course happy that it could be sorted I went home. Today I decided to drive the nearly two hours down to Brisbane after having a nightmare time trying to Skype my friend this morrning. I hot to the store and asked if it could be looked at only to be told I need an appointment. I showed the card that I had been given and explained what I had being told. To cut a long story short he agreed that I had been told that but said the assistant clearly didn't know what he was on about and that I should come back. I offered to wait but dispute the shop being more full of staff watching movies and downloading songs then actual customers I was basically denied any sort of help and told to call the office to arrange an appointment.
    Sorry to rant! I just thought that apple were renowned for good service? 5 hours later I'm home with the same issues.
    If anyone has had similar problem with the device or even customer service I would be intrested.
    Regards,

    Me too!  I had many bugs and returned my phone for a brand new one that did this the first time it was turned on at the Apple store.  I was told it is a "software issue" and to "reboot the phone" if it continued to happen.  It happens almost every time I try to use my phone.  I've rebooted three times in a row some days.  Nothing really seems to help.  I keep waiting for an update.

  • Weird Problem with Add Row Button in Master Detail Page

    I have a page that was created with a Master Detail Wizard. When I click the Add Row button on our Production Environment, the row counter increments BUT no blank row shows on the screen.
    In our Development Environment, when I click the Add Row button, a blank row appears as expected. Thinking there was some problem with the production app, I exported the Dev version and imported into Production. Still no blank row.
    Thinking perhaps it had something to do with the data, I copied our production application data back into the development application tables. Still, the development app creates the blank row where the production version does not.
    I even used the same browser window for both environments and still get the same results. This was working fine in production then just stopped one day.
    The only clue I have is that the Add Row WILL work if the Master Record has no details or less than a page worth. It seems to happen when the detail records are more than one page worth. Also, when I click the Add Row button, it goes to the last page of the list (say three pages of 10, 10, 6) but no blank row shows up. Again, works fine in the development environment no matter how many pages.
    Any ideas or suggestions why this is happening? Could there be some environment setting that is causing this to happen?

    I have a page that was created with a Master Detail Wizard. When I click the Add Row button on our Production Environment, the row counter increments BUT no blank row shows on the screen.
    In our Development Environment, when I click the Add Row button, a blank row appears as expected. Thinking there was some problem with the production app, I exported the Dev version and imported into Production. Still no blank row.
    Thinking perhaps it had something to do with the data, I copied our production application data back into the development application tables. Still, the development app creates the blank row where the production version does not.
    I even used the same browser window for both environments and still get the same results. This was working fine in production then just stopped one day.
    The only clue I have is that the Add Row WILL work if the Master Record has no details or less than a page worth. It seems to happen when the detail records are more than one page worth. Also, when I click the Add Row button, it goes to the last page of the list (say three pages of 10, 10, 6) but no blank row shows up. Again, works fine in the development environment no matter how many pages.
    Any ideas or suggestions why this is happening? Could there be some environment setting that is causing this to happen?

  • Problem with cheek pressing buttons while on calls

    I have never had this issues before but since my upgrade I am having problems with the 5s pressing buttons such as mute, keys,etc during calls.

    I do not have a screen protector but do have a case (Lifeproof). I had a similar Lifeproof case with my other 4s and 3 iphones and did not have this issues. Could it be the Issue with Proximity Sensor during calls?

  • Problem with Assigning Policy button in Outlook 2010 and Exchange 2010

    First of all, I'm posting here because I'm not sure how to post in the previous version of Exchange forums.
    Secondly, I'm re-posting this from the Outlook forums as I'm not getting any responses there despite of views.
    Hi,
    I'm having an issue in Outlook 2010 where I can't assign personal policies to folders. I have setup personal tags and added the mailbox to the right policy. I have also ran Start-MangedFolderAssistant in Exchange 2010 Shell against the mailboxes.
    When I go into OWA, everything shows up perfectly, I can right-click and assign policies at will, but when I open Outlook 2010 then the Assign Policy button never appears. I force added it to the ribbon and I can see from there that the button stays grayed
    out irregardless of where I click in the folder structure. I have even assigned the mailbox user Owner rights to all the folders to see if it will  make a difference.
    If anyone can help me solve this problem I will very grateful, I'm pulling my hair out here and I'm certain I could just be missing something very obvious somewhere,
    It might be worth mentioning that the company has been using .prf files to configure Outlook thus far, I'm
    looking to eliminate that. I'm not sure if that will have any effect on my current problem.
    Thanks for your time.
    Nico

    Thanks for the reply Max, that's a pretty good link.
    Like is I said though, I have the policies all set up in the Exchange configuration side of things, when I use OWA all the options for applying tags appear. It's just in Outlook 2010 Standard that the Assign Policy button stays grayed out.
    Thanks.
    EDIT:
    This has been solved, looks like version problem with Outlook.
    http://office.microsoft.com/en-us/outlook-help/license-requirements-for-personal-archive-and-retention-policies-HA102576659.aspx

Maybe you are looking for

  • HT1229 How can i combine two iPhoto libraries together?

    Hi all, I am just transferring all my music and photos new a new computer and have photos in two separate libraries. Is there an easy way to combine these? One is a folder from pre '08 and the other is a package from post '08. Any assistance would be

  • Run time error while Creating IDN and Inbound Delivery

    Hi All, I am getting Run time error while creating Inbound Delivery Notification from Inbound Queue and Inbound Delivery from IDN After debugging i come to know that system is looking for Patch Level SAPKNA7026 but in my system Patch is upto SAPKNA70

  • Building Tomcat source under Eclipse

    Hallo, all I want to study tomcat code and build Tomcat source under Eclipse IDE (Windows, JDK 142). I have readed the Guide on Tomcat web http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html and downloaded the build.xml and try to run ant,

  • Dreamweaver falsely reports BBEdit problem after App Store install

    I just installed BBEdit 10.5.2 from the Mac App store. Off course that did not include the bbdiff tool that Dreamweaver uses, so I had to use BareBones' installer to reinstall that. BBEdit now again works fine in my DW CS6 install, with "Compare with

  • Sales order BOM

    Dear Gurus, How to create Sales order BOM ? please give me in details. Can we use existing BOM to create sales order BOM? Thanks & Regards Harish