Win 8.1 Sound mutes and unmutes randomly

Over the past week or so I have experienced a problem with the audio on my HP Envy Touchsmart 15-j002ax Notebook
Randomly, my sound will mute/unmute itself, sometimes many times in a row. I'm using the built in Radeon HD Audio with the newest HP drivers (according to the HP Support website)
When the speakers mute or unmute an icon appears automatically in the top let hand side of the the screen and it displays the percentage of volume, the same as the speakers icon in the system tray. However the percentage is displayed in a black box icon and is not the normal speaker icon. The f6 key on my keyboard illuminates when the random mute occurs and disappears when the random unmute occurs. Depressing the f6 key when a mute occurs does nothing. However pressing the volume adjustment keys f7 or f8 unmutes the speakers. Also if I display the system tray speaker icon and click the mute symbol the sound is unmuted
However, the random muting and unmuting keeps occurring and I cannot control it or any length of time

Hello, @jgunner1948 
It appears that you're having issues with the audio in your notebook, that it's being randomly muted and unmute. I will attempt to assist you.
Start with this document: No Sound from the Speakers (Windows 8). This may have steps that can help you.
If nothing there helps, go into Device Manger > sound, video and game controllers > right click on the audio driver(s) choose to uninstall (make sure to check the box to delete the driver).
Download these drivers: HP ENVY TouchSmart 15-j002ax Notebook PC Drivers (which you may have) and install. Restart your notebook.
If this fails to help, try a System Refresh.
Start with this, let me know how it goes for you.
Thank you for posting on the HP Forums.
I worked on behalf of HP.

Similar Messages

  • NB205 Win 7 - Speaker Mute and Unmute

    Hi everyone, thanks for this thread -- indeed, very helpful.
    I have a different issue under Windows 7 -- I can never reliably mute or unmute the NB205. Even if I click the mute icon (after clicking the volume icon in the taskbar), sound still plays through the speaker. The speaker icon in the taskbar is also stuck on 'mute.'
    Of course, I could just reduce and raise the volume as needed, but the permanent mute icon on the taskbar drives me nuts.
    I'm hoping that a driver re-install fixes this. I had a feeling that it's my Windows installation, but I have another machine with the same version of windows that does not reproduce the issue.
    Do any NB205/Win7 users have this problem? If not, can any Win7 users mute and unmute the netbook a few times to try and reproduce it? Thanks again!
    [Admin  - split from another thread, edited title]
    Solved!
    Go to Solution.

    hi, this is the closest thread that i found to my problem, i recently got a virus on my nb205 and i got it removed but the problem is that now there is absolutely no sound at all.. even when i start it up theres no little start up tone i cant even listen to my music ..... i checked all the sound things, nothings on mute and... is there anything that i could download or do that could bring the sound back?

  • Mute and unmute button is actionscript 3.0

    Hi,
    I am wondering how to make a mute and unmute button is actionscript 3.0.  I did it before in actionscript 2.0 but not in 3.0.
    Here is my actionscript 2.0 code.
    var sound = 1;
    var slashMC = _root.attachMovie("slash","slash01",99);
    slash01._visible = false;
    slashMC._y = btn._y;
    slashMC._x = btn._x;
    var s:Sound = new Sound();
    s.attachSound("Gravy");
    s.start(1,999);
    btn.onPress = function(){
    if(sound==1){
      s.stop();
      slash01._visible = true;
      sound = 0;
    else if(sound==0){
      sound = 1;
      slash01._visible = false;
      s.start(1,999);
    Thanks

    Try this:
        import flash.display.MovieClip;
        import flash.events.*;
        import flash.media.*;
        import flash.net.URLRequest;
            var isPlaying:Boolean = false;
            var snd:Sound = new Sound();
            var channel:SoundChannel = new SoundChannel();
            var pos:Number = 0;
            var soundVolume:Number = 1;
                snd.load(new URLRequest("something.mp3"));
                btn_Stop.addEventListener(MouseEvent.CLICK, stopMusic);
                btn_Stop.buttonMode = true;
                btn_Play.addEventListener(MouseEvent.CLICK, playMusic);
                btn_Play.buttonMode = true;
             function stopMusic(evt:Event):void
                channel.stop();
                pos = 0;
                isPlaying = false;
             function playMusic(evt:Event):void
                if(!isPlaying)
                    channel = snd.play(pos);
                    btn_Play.visible = false;
                    btn_Pause.visible = true;
                    isPlaying = true;

  • Not working mute and unmute buttons

    var myGlobalSound:Sound = new Sound();
    myGlobalSound.start(0, 99);
    playB.visible=true;
    stopB.visible=false;
    volControl_mc.dragger_mc._y = 0;
    volControl_mc.dragger_mc.onEnterFrame = function() {
            myGlobalSound.setVolume(0-this._x);
    volControl_mc.dragger_mc.onPress = function() {
            startDrag(this, false, 0, this._y, 41, this._y);
    volControl_mc.dragger_mc.onRelease = volControl_mc.dragger_mc.onReleaseOutside=function ()
            stopDrag();
    stopB.onRelease = function() {
           myGlobalSound.stop();
            playB.visible=true;
            stopB.visible=false;
    playB.onRelease = function() {
            myGlobalSound.start(0, 99);
            playB.visible=false;
            stopB.visible=true;
    But not working mute and unmute buttons.  ??????

    you're using an flvplayback component?  if yes, open the flash helpfiles and check the section on the flvplayback class.

  • Am using ipad air, my question is under accessibility mute and unmute button is not working.

    pls help me am using ipad air, under accesibility the mute and unmute button are not working.

    Do you mean that you have Settings > General > Use Side Switch To set to 'Mute', and you have the switch on the right-hand side of your iPad, above the volume control, 'on' ? WIth that 'on' notification sounds should be muted (e.g. email notifications, game sounds etc), but the you should still be able to hear the Videos and Music apps and with headphones. Is that not happening, and if not you've tried toggling the switch on the side of your iPad on/off ?
    iPad side switch : http://support.apple.com/kb/HT4085

  • Meeting Place 8.0 - Mute and Unmute Particular Participant

    Hi,
    I have setup of Meeting place 8.0 Application Server (Express Media Server) and Web Server 8.0
    Problem is when Meeting Chairperson (host), who schedules a meeting, can't Mute/ unmute other attendees (Particular Ones) in same meeting (Act as a moderator).
    Now, If we provide Attendant privilege to the host, we gets those rights to Mute and Unmute of that meeting As well As all the other meetings running(which is an problem).
    Can we have a meeting Chairperson with Mute/ Unmute access (Particular Ones) for only meeting which has been hosted by him.
    Please provide some valuable inputs on the same.
    Thanks & Regards,
    Ashish Bagla

    Hi Ashish,
    If you have MeetingPlace Audio only solution, from telephone user interface there is no possible way to mute individual participants. You, as a host, can mute only all participants, and then individual participants can unmute themselves if they want to say something.
    The only other alternative is to use Conference Manager. However, to be able to use this tool, the user/host has to be either Attendant or System Administrator type of user.
    More about Conference Manager you can find here:
    1. How to install Conference Manager:
    http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Release_8.0_--_Installing_MeetingPlace_Conference_Manager
    2. How to use Conference Manager:
    http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Release_8.0_--_Using_MeetingPlace_Conference_Manager
    I hope this will help.
    -Dejan

  • How can I mute and unmute my Mic using the button ...

    I have a button on my mic that is a play/pause button. It works fine when playing music on my phone. Can I use this button to mute and unmute my mic when using skype? The Volume up and down buttons already work. Thanks

    That cable set up you have is probably not going to work.  The iOS devices seem a little sensitive to having the right connector for the right job.  I have the USB connector (and the HDMI one too) which is in 2 parts: mini USB link and SD. My older Nikon D70s does not use SD cards, so I use the cable. When connected any images on the card (in the camera) are displayed in the built-in Photo app in an Imports album.  Just touch the Import button and all are brought in.  I use RAW and have found that the RAW images are transferred to the computer (MacBook Pro + Aperture) when I get home.  A comparison (I kept the images on the card and imported from that too) shows that the resolution/size is identical.  As an additional note as you mentioned this, video clips work the same.
    With all the connectors, I carry a small bag for the devices I work with.

  • Auto Time change, Sound mute and trying to read something before windows 7.

    Dear,
    I recently bought a MacBook Pro i7. I installed Windows 7 Ultimate through Boot Camp. But after installing i am faceing few problems as listed below:
    1: *Automatic Time change*
    When i am in windows 7 and i switch to Mac OS X the time of my Mac OS X automaticly changes every time and i have to adjust the time every time i switch from Windows 7 to Mac OS X. This problem is when i change my operatinf system from Win to Mac.
    2: *Sound Mute*
    Whenever i log into Windows 7 i always fine the sound to be mute and i always have to unmute the sound from the button.
    3: *MacBook trys to read something before Windows 7 starts booting*
    Whenever i start windows 7, before the windows 7 booting screen, there is a black screen with a gray underscore (_) which blinks for a minute or two. And after that the booting of windows 7 starts. That (_) makes me wait a lot before booting into windows 7.
    Please help me regarding these problems of mine. I even called the Apple care but they dint have any solution to it.
    Waiting for your reply.

    hi,
    I tried all the methords as u said and it dint work atoll for me. If you have a video or some kinda software which can dignolise these problems than i feel that i can do it. Neways im rely getting so ****** off that after buying such an expensive product, it cant give me complete satisfaction, I feel that apple should first make their current products perfect and then go on launching some other products. Apple shoudent lie to sell it products that windows is compatible with MacBook. I went to a authorised service center Unicorn Infosolutions Pvt Ltd situated in Mumbai,Maharashtra,India. Even they said that all these three problems cant be resolved. This is rely bad, i never thought that apple is like this!!!! i always was a fan of apple n used to always pro-vogue people to buy its products. But now i dont think so. Neways if buy chance there is some other methord or way than please tell me.

  • Sound stops and restarts randomly

    Hi to all,
    For some time now I am having a problem with the sound in my Mac book pro:
    - when I am listening something, either in iTunes, YouTube, etc, the sound stops and a red light flashes in the earphones plug. When I check in the Sound Preferences menu, it says that the output sound is no more associated with the computer speakers but with the earphones plug. And this preference is not possible to change... I don't have more options!
    I don't know if I make myself clear, sorry for that!
    What can I do please! This is very annoying and powerless!
    Thank you for your attention!

    Only to try restoring the iPod to factory settings.

  • Mute and unmute audio in video clips

    Making an hour long movie. I only want the original movie sound on 2 or 3 clips - the rest my own music. In the past I did it by dragging the movie sound (in Box A) to bottom to mute it then raising it where I wanted it to be heard. However, this would be a royal pain in this case. Is there a way to uncheck the original movie sound where I want my own music, then check it where I want to hear it? I can't seem to do so without making it all heard or none. Can anyone help with a quick way of doing this? Thanks,
    Max

    Hi Max:
    You can extract all of the original audio. It will show up on the second line of the timeline.
    Click on one of the extracted audio clips and Edit >'select All". Use the volume slider to mute all of the clips to "0".
    If they aren't already, you will need to split the audio where you want to hear it and go back to the volume slider and increase the volume there.
    Man, I'm not a very good teacher-hope you understood that one!
    Sue

  • Win 8.1 Start button and Charms randomly stops working BUG (workaround)

    To anyone experiencing this, it is a bug in Win 8.1 which I can replicate at will.
    Reinstalling your system as suggested by MS engineers will not fix this.
    To force the bug to appear:
    1. Grab a desktop Icon (recycle bin, any shortcut) and move this up to the top left hand corner without letting go of the mouse button. Drop shortcut anywhere on desktop. Without an Icon the mouse pointer would initiate the recent apps.
    2. To check that the first step has worked, try and invoke charms by moving mouse to top right hand corner.  If Charms do not appear then the bug has been triggered.
    3. Now move mouse over start button (no click), move away then back again. Now the start button is locked.  If you unlock the taskbar you can move it to any other position (top, left or right) and the start button works.  Move taskbar back to the
    bottom and the start button still does not work.  Only way to get it working again is to restart window explorer in task manager.
    To avoid this happening all you need to do is disable recent apps corner.
    1. Right click desktop.
    2. Click Taskbar and Navigation
    3. Click Navigation tab in the properties window
    4. Uncheck "When I click the upper-left corner, switch between my recent tabs."
    Now the bug cannot be triggered as above to make the start button stop working. You have to remove this feature which is pretty hopeless on a desktop anyway.  Its better than restarting Window explorer every time.
    I can replicate this on any desktop or laptop, fresh install or old. Not sure about any touch screen machines. I can also trigger this in VMPlayer\Virtual Box and the Modern IE VM images that MS provide.
    Now the MS engineers can replicate this on their machines, and maybe if we are lucky they will FIX it!!!!
    MS please acknowledge that this is a bug.
    Maybe the issue is due to the windows button not being redrawn on the screen once triggered as it still works when taskbar is moved (graphic card drivers). Could not find anything use full in the system logs.
    Just noticed also that the charms also breaks if you drag an Icon up to the right hand corner. Once triggered Charms stops working, start button is not affected with the above work around configured.
    MS please read this and reply.

    suspect it is local to your environment.
    Others seeing the same symptom.  Note that originally I was not using the
    Top left hover for thumbnail  feature and then also claimed not to see it.
    Oh.  And here is another factor that someone else is using as a workaround.  A link to the first thread I was thinking of can be found in this one
    https://social.technet.microsoft.com/Forums/ie/en-US/d4526a1c-f811-4b67-9e4f-8a2e8f301917/charms-bar-and-start-button-freezes?forum=w8itprogeneral#2a21ea9a-4924-4808-9c2f-c4a7c0de8223
    Robert Aldwinckle

  • Muting and unmuting sound

    I've had my new Satellite S855-S5254  for less than a month. One thing I've noticed is that there is a delay when muting and unmuting sound.  Not a huge deal, but this is a brand-new powerful machine and I'd like everything to work right. Is there a solution?

    Never heard of such a thing.  Mute is instantaneous on my 3 Toshibas. Assuming your sound driver is Realtek, try reinstalling THIS one.
    If that doesn't work, go to THIS download site and try these:
        1.  Toshiba Audio Enhancement.
        2.  SRS Premium Sound HD Utility.
    C.B.
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • HT1533 my sound has stopped working i have speakers plugged in but computer doesnt register or recognize them. the volume is on mute and grayed out ...will not let me change,what can i do to fix this problem....i have tried unplugging and plugging back in

    my sound has stopped working i have speakers plugged in but computer doesnt register or recognize them. the volume is on mute and grayed out ...will not let me change,what can i do to fix this problem....i have tried unplugging and plugging back in and reset and headphones...nothing works..how do i get my sound back?

    OS X Mountain Lion: If you can’t hear sound from your speakers
    Read the "If you’re trying to listen through external speakers" section.

  • After update my iPad 2 with IOS 6.0.1 the botton mute and sound + doesn't work...any solution for this??? Thanks

    After update my iPad 2 with IOS 6.0.1 the botton mute and sound + doesn't work...any solution for this??? Thanks

    There are numerous reports of this issue happening on iPhones. It may be a glitch that will need a new update. Some find that a full shut-down and restart fixes that problem, but not always.

  • My Iphone 4 32GB started having this issue when I downloaded the 2 last 6.1.X... VOICE CONTROL pops-up even when I sleep and calls random people just by the sound of the snoring... in FACETIME even more annoying. I confirm that it does this day and night

    My Iphone 4 32GB started having this issue when I downloaded the 2 last 6.1.X... VOICE CONTROL pops-up even when I sleep and calls random people just by the sound of the snoring... in FACETIME even more annoying. I confirm that it does this day and night

    Turn off Voice Control.
    Otherwise, basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).

Maybe you are looking for

  • Does the Apple TV play "animated" GIF files or just "static"?

    I know it supports GIF images, but I want to make sure it actually plays them. Thanks

  • Just another question...

    Endangering that you ignore further posts of mine :-) For several days I'm trying to track down a bug in our application. However, I don't really have a clue. Now, I'm going to present you the facts and you tell me, where my problem is (at least, thi

  • Copy clips in iMovie

    I'm trying to copy a clip and put it into a new event but want to keep the original clip  in the original event. This is not working no matter what I do. I try clicking and holding option, I tried to copy and then paste it.  Nothing is working. Would

  • How do I get iTunes match to accept changes made to my library?

    After making changes in my iTunes library (Genre, Album Information, etc.) iTunes Match reverses all the hours of organizing I have done and returns it to the original state. How do I make sure my library is the master source and allow me to force up

  • Layout options when generation BC4J Jsp

    I have a novice question.. Ive tried to user Jdeveloper to generate JSP pages for displaying data from Oracle tables. And it seems to work just fine. Ive tried BC4J Jsp, UIX Jsp and UIX XML. But i cant figure out how to change the layout! By that i m