Fairly simple fix for dv6000 power button, microphone, internal speaker problems

I have a dv6000 notebook computer, S/N CNF6380XM1, P/N EZ829AV.
Over time (I've had the computer for almost 4 years) the power button, internal speakers, and microphone became increasingly flaky and eventually stopped working altogether.  Classic signs of a bad connection.  I could still turn on the computer by touching the QuickPlay button to the right of the power button.
I used the Maintenance and Service Guide, HP Pavilion dv6000 Notebook PC, Document number 416618-003 (PDF can be found online from HP) to get the removal/replacement procedures for the switch cover (the piece of the case above the keyboard that has the power button, the Quick Play buttons, and the speakers) and the power button board.  Remove three silver screws inside the battery compartment, pop loose some snaps along the top edge of the switch cover, and carefully fold the switch cover back over the keyboard.  The power button board is pretty obvious other than knowing you need to slide the latch ears on the ZIF connector away from the connector body (towards the flex cable) in order to release the flat flex cable.
The power button board has flat flex cable that connects to the motherboard.  In addition to having the power switch, this board is used as a breakout board for the microphone and the internal speakers.  I looked at the contacts of the ZIF flat flex connector under a microscope and aha!, just as I suspected, they are gold plated.  You might think this is a good thing, and it would be if the mating contacts on the flat flex cable were also gold plated.  But alas they are tin plated.  Gold + tin + vibration + time = bad connection.   For those interested in the technical details of this, do a search for "fretting corrosion".
Since I'm pretty miserly and like to fix stuff, I decided to try simply cleaning the contacts.  I cut a strip of carborundum paper (very fine abrasive coated paper) the same width as the flex cable, insert it into the ZIF connector, close the latch, and pull the paper out.  I repeated this 3 times, then shot some compressed air into it to remove any gritty dust.  I then rubbed the contacts of the flat flex cable with the carborundum paper and wiped them off with a clean static-free cloth.
After reassembly, everything is working again!  Since this didn't address the root cause of the problem, it will probably eventually start acting up again, but maybe by that time I'll be ready for a new computer anyway.  A proper fix would be to replace the ZIF connector with one that has tin contacts, and to replace the flat flex cable.
This is a design flaw on the power button board.  A ZIF connector with tin contacts should have been used.  Ironically, I learned about fretting corrosion over 20 years ago from an old HP reliability guru named Ed Aoki when I was an engineer in the HP medical electronics business.
After doing an internet search on "dv6000 power button", I saw that there seem to be quite a few frustrated people out there that are having similar problems with internal speakers and microphone.  The troubleshooting flow chart in the service manual does not help to properly identify the problem component (the power button board and flat flex cable).  Hopefully this info will be helpful.

No, its too expensive for HP to plate the zif connectors with something that doesn't corrode....rolleyes.
Thanks nice tutorial.
The DV 6000 series was plagued with motherboard issues
http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=ca&docname=c01087277

Similar Messages

  • My iphone warranty just ended a week ago but I need to get it fixed because my power button is not working, do I still have to pay for it to be fixed even though my warranty ended a week ago?

    my iphone warranty just ended a week ago but I need to get it fixed because my power button is not working, do I still have to pay for it to be fixed even though my warranty ended a week ago?

    Your warranty expired, so of course you will have to pay.

  • IDEA 4 SIMPLE FIRMWARE FIX FOR BROKEN HOME BUTTONS!! SEND TO APPLE FEEDBACK

    Apple, as you know many people have had problems with their home buttons on their ipod touches and iphones. I have figured out a simple fix to broken home buttons. Release a new firmware that makes it so if you double click the power button twice in quick succession it does the same as clicking the home button.I have never heard of people having trouble with their power button so this would be perfect. Please make this happen.
    EVERYONE PLEASE SEND THIS MESSAGE OR SOMETHING LIKE IT TO http://www.apple.com/feedback/
    Message was edited by: joeymp

    You are NOT addressing Apple here. This is a user forum.
    If you would like Apple to read this you may post to their feedback link:
    http://www.apple.com/feedback

  • [svn:fx-trunk] 11642: Simple fix for non-integer translations by first multiplying to twips before casting to int .

    Revision: 11642
    Author:   [email protected]
    Date:     2009-11-10 19:40:31 -0800 (Tue, 10 Nov 2009)
    Log Message:
    Simple fix for non-integer translations by first multiplying to twips before casting to int.
    QE notes: Please test non-integer translations in FXG.
    Doc notes: N/A
    Bugs:
    SDK-24110 - Drawing of compiled FXG items is off by half a pixel
    Reviewer: Peter DeHaan
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24110
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java

    i dont know why you are so mean i just asked which
    wrongs i had wrong
    anyway im done with thoseSo, the questions have 4 alternative answers. We tell you which questions you got wrong. This eleminates one of
    the alternatives, leaving 3 choices. Usually in most mutlichoice questions 1 choice is obviously incorrect,
    leaving 2 choices. One of those you have probably already discarded when you initially made your incorrect chocie
    thus leaving 1 alternative. Congratulations you just 100% on your test. I don't think so. Go read your book or notes or
    whatever you have because all the answers will be in there. The teacher will not ask you a question on a subject
    you have no prior knowledge of.

  • [svn:fx-trunk] 7824: Simple fix for SDK-21480 - Batik reports that the * selector has a null name so we handle this as a special case .

    Revision: 7824
    Author:   [email protected]
    Date:     2009-06-13 11:46:34 -0700 (Sat, 13 Jun 2009)
    Log Message:
    Simple fix for SDK-21480 - Batik reports that the * selector has a null name so we handle this as a special case.
    QE: Yes, this was really a compile time issue rather than a runtime issue.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-21480 - Universal selector not applied
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21480
        http://bugs.adobe.com/jira/browse/SDK-21480
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java

    Try the following changes to the JS file
    Lines 103 and 104 change the values
    this.showDelay = 100; // was 250
    this.hideDelay = 200; // was 600
    Comment out line 286
    Spry.Widget.MenuBar.prototype.bubbledTextEvent = function()
    //    return Spry.is.safari && (event.target == event.relatedTarget.parentNode || (event.eventPhase == 3 && event.target.parentNode == event.relatedTarget));
    Comment out line 366 and add new lines 366 and 367
    var self = this;
    this.addEventListener(listitem, 'click', function(e){self.Click(listitem, e);}, false);
    this.addEventListener(listitem, 'click', function(e){self.mouseOver(listitem, e);}, false);
    //   this.addEventListener(listitem, 'mouseover', function(e){self.mouseOver(listitem, e);}, false);
    this.addEventListener(listitem, 'mouseout', function(e){if (self.enableKeyboardNavigation) self.clearSelection(); self.mouseOut(listitem, e);}, false);
    I have not tested the above changes ontouch screens; they do seem to work Ok on desktops.
    NOTE: Line numbers could be different because of the difference in our versions.

  • How much for the power button replacement?

    Power button for my iphone 5 can't work,can't power on/off or wake/sleep the device,have to plug in PC for power on, the apple warranty service for my iphone has expired,so, how much for the power button replacement?

    Out of warranty replacement thru apple is $269.00 USD.  That includes a 90 day warranty on the replacement device.  You might want to check for repair shops that will just repair the power button, but since your warranty is expired, that might be a cheaper option for you.
    HTH

  • My MacBook Air is not charging and not lighting to orange and green, try what I saw in the net by pressing (shift-ctrl-option   power button) but still same problem not charging,only it turned off but when I turn it on again nothing happens.. Pls tell me

    My MacBook Air is not charging and not lighting to orange and green, try what I saw in the net by pressing (shift-ctrl-option   power button) but still same problem not charging,only it turned off but when I turn it on again nothing happens.. Pls tell me

    Wrong forum. This is the iPad forum.

  • How can I get the light for the power button to go back on?

    I would like to get the power button light to work properly again. I have a p6813W desktop running Windows 7, 64 bit OS.
    The first time the machine went into sleep mode and was awoken the power button light went out and has not yet to come back on even after many shutdowns and restarts. I can't easity tell if my computer is on or off. How can I get the light to work properly again?
    Thanks.

    Mac's don't have UI scale options like Windows has.
    Either you can drop the screen resolution in Displays a wee bit and make things appear distorted, or do what I do and use the Universal Access and set a control key, then use a mouse wheel/scroll to zoom in and out where the mouse is pointed.
    For easier web surfing I've got a good solution here
    Better surfing options for hard of seeing users

  • Simple Fix for "Sticky Upper Optical Door" Problem

    I've seen quite a few threads popping up in here with regard to the fact that a great many brand-new Mac Pros suffer from a problem where the door/cover for the upper optical drive does not spring shut after the drive is closed.
    Our new Mac Pro suffered from this problem, and with a bit of investigation, I believe I've found a very safe, simple, and completely reliable fix for the issue, so I thought I'd post my solution here in the hopes it will help others.
    No bending, pushing, or mangling of any sort is required for this fix; it's really incredibly simple:
    • open the case and remove the optical drive caddy. Do this by pulling it straight toward you. A small amount of force might be needed if this is the first time you've done it, but eventually the entire aluminium enclosure which holds the drives should slide out.
    • with the drives removed, you'll be able to see the door/cover assembly. Just inside the opening of the case near the opening for the top drive, you'll see a Phillips (star) screw. Loosen this screw just a bit - in my case, all that was needed was about 1/8 of a turn.
    • verify that this fixes the sticking problem with the drive door/cover by manually wiggling it up and down.
    • tighten the screw to the point where you're not worried it might work itself loose on its own, but not so tight that it causes the door/cover to begin sticking again.
    • replace the drive enclosure, close the case up, and you're done!!
    I'm guessing they use a powered screw-driver when assembling that part of the case, and that the screw just gets over-tightened in the process, but then again.. who cares how it happens, so long as it can be fixed!?
    Hope this helps..

    It's nice to know there's a community out there. I bought my Mac pro refurbished and was starting to think the sticking door was why I got it cheaper. Thanks for posting your solution.

  • How can I fix a Stuck power button?

    How can I fix a power button that will not push down?

    you can get the phone replaced through apple

  • Very simple fix for ibook backlight 30 or 90 degree blackout

    My ibook G3 backlight goes off when I open it beyond 30 degrees which makes it hard to work on it to type with a half open ibook. After reading all the posts, i understood that the problem is in the hinge related to the cable.
    So what I do is, I firmly press on the right side ( the side where the CD drive and power cable connection), with my right thumb and forefinger (just next to the power button, thumb on the speaker output and the index finger on the rubber foot) while carefully opening the ibook with my left hand all the while holding the side very firmly. Now the back light stays on all the way to 90 degrees. If I push it far beyond 90 degrees the back light goes off but I am happy now beacuse with 90 degrees open it is very comfortable to type than at 30 degrees. I don't think I will send it for repair if this continues to work at this angle.
    I hope this information helps.
    Steven
    ibook G3   Mac OS X (10.4.6)   ibook G3 700 bought in 2001

    Hi, Steven. to Apple Discussions.
    Thanks for posting your solution. This may not be helpful to everyone because it's possible that others' cables are pinched in a different place than yours is.
    I'm glad that you've found a solution for your own problem, though, and there are certain to be a few other people out there who will benefit from your discovery, too.

  • How can I fix my stuck power button?

    The top power button on my iPhone 4 has stuck and I don't know how to fix it. Anyone have any ideas?

    you can get your phone replaced through apple

  • Kamet2-GL6E motherboard jumper settings for front Power button

    need jumper settings for front power switch and HDD LED on Karmet2-GL6E motherboard  used in HP Pavilion A420N.  I found layout picture of this motherboard BUT it is small and does not provide  details about jumper settings on motherboard

    Hi,
    The front panel layout is standard for most PCs.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • DV6000 Power Button Issue

    Ok before every one says to search, Well i did search. What happen was the power button stoped working but the LED was still lit. So I took off the top panel to inspect the connection and such. After my so called inspection I put it back toghether to find out now the the speakers and the Volume (-) and (+) LED's, and power button or the LED on the power button doesn't work... So I buy a new power button, and ribbon and replace, put it all back toghether and now the LED on the power button lights up but doesn't work, and the Volume (-) and (+) leds don't light up no more either, any help would be really appreciated

    anyone

  • Why is there no fix for Safari's unsupported iPad Air URL problem?

    With my IPad Air the Safari browser has an unsupported URL bug that needs fixing. Will there be a fix for this soon? it's really annoying.

    JimHdk,
    Thanks for your reply.
    When I'm viewing news websites on my Ipad Air, like msnbc.com, there's these annoying ads that
    block the next news video segment on a show The Ed Show and other MSNBC news shows.
    Then an "Unsupported URL" error message is on my Safari browser. It's been happening after the most recent Ipad Air software update.
    It also happens when I mirror the MSNBC website on my tv. Any ideas?

Maybe you are looking for

  • Is it possible to format a hard drive with HFS  for a Macbook on a PC?

    I recently received a Macbook hard drive for my niece. She trashed her Macbook to the point that i is not worth repairing. I usually work with PCs and am a hardware familar with Macs. I have a ineterested party for the hard drive but they want me to

  • Problems after Mavericks upgrade

    A few days ago, I installed the latest Mavericks upgrade.  I now cannot access the app store, which opens but doesn't show any icons or information - the pages are just blank.  Safari is also not working properly - it won't recognise the certificates

  • HT3486 iMac HD replacement

    i just upgrade my imac 24" to a new 1 TB HD and setup the new HD with my time capsule previous backup.  Everything went perfect.  I am now with the new 1TB HD on my imac, but I entered the same password and could not log in.  Can someone tell me why?

  • Issue in passing Oracle User Defined Types to PL SQL from Websphere Applica

    HI, I am facing an issue when trying to pass Oracle collection object(User Defined Types) from Java to PL SQL. The issue happens inside J2EE application which is running inside Websphere Application Server 6.x. My database is Oracle 10g and i am usin

  • I have to validate a numeric field in LC so that it is a 1, 2 or 3.

    Is there a pattern I can use or do I have to create a custom script? If I use this: this.rawValue >= 0 && this.rawValue <= 3; if  (this.rawValue < 1) {this.rawValue = 0;} if  (this.rawValue > 3) {this.rawValue = 0;} I get a validation error for every