HP pavilion beats mute but mute button is not on

My laptop works fine, except for the fact that I can't hear any sound with everything I do if it means that I am on youtube, iTunes, etc.  However, my button mute is definitely not on, and I don't know if there is another way to her other than the regular mute button of inhibition. Help!

Hello

Try the following.

Download IDT Audio Installer on the link below and save it in your downloads folder.

http://ftp.HP.com/pub/SoftPaq/sp57501-58000/sp57966.exe

One time finished, open windows control panel, open Device Manager and open sound, video and game controllers.  Right click on the IDT device and select uninstall - also, you should get a command prompt to delete the current driver, check the box allow this and then proceed to uninstall.

When you're done, shut down the laptop, unplug the AC adapter and then remove the battery.  Press and hold the Power button for 30 seconds.  Reinsert the battery and plug in the AC adapter.

Robinet tap away at the key esc that you start the computer to launch the Start Menu, and then select f10 to open the bios menu.  Press f5 to load the default values (sometimes it's f9, but the menu below indicates the correct key), use the arrow keys to select 'Yes' and press ENTER.  Press f10 to save the setting and still use the arrow keys to select 'Yes' and press on enter.

Allow Windows to fully - charge it will automatically load an audio driver, but let just this complete.  Then open your download folder, right-click on the IDT Installer and select "Run as Administrator" to launch the installation.  Once this done, do a right-click the speaker icon in the taskbar and select playback devices.  'Speakers and headphones' left click once to highlight, and then click the Set Default button - check if you now audio.

Kind regards

DP - K

Tags: Notebooks

Similar Questions

  • x 1 carbon mute button does not

    I just got my x 1 carbon today and had it updated to windows 8, but the mute button does not work or light, does anyone else have this problem?

    Fixed - installed has hotkey from the drivers page.

  • reinstalled my windows but forward button does not work

    reinstalled my windows but forward button does not work or hibernation modded shows in power options

    Hello Rahul,

    Thanks for choosing Microsoft Community!

    You have reached the right forum. Let us work as a team and try to solve this problem.

    If I understand correctly, you have problems with node in sleep and extended in Windows XP.

    Please read the following article and see if that helps:

    How to solve the problems of hibernation and standby in Windows XP:

    http://support.Microsoft.com/kb/907477

    Hope the helps of information. Don't answer if you need assistance, we will be happy to help you.

  • HP envy 17 J160NR: hp envy 17 J160NR mute button does not turn on

    I have a 17-inch hp envy laptop my work button mute it just used to light up orange when cut more I've had this laptop for a year. It was working fine yesterday but when I went to bed last night hp was an update of copying files and other stuff for this, but when I woke up this morning the button mute wouldn't lite upward when you press. and on my laptop the mute button is f6 and the keyboard is backlit. can anyone please help me out and tell me how to solve this problem? It's really annoying, I need help badly please. It is a portable jump movement.

    Hello

    The driving mute functionality is provided by the audio software package, so most likely, Windows has updated this to a version that does not have this feature.

    Try the following.

    Download IDT Audio Installer on the link below and save it in your downloads folder.

    http://ftp.HP.com/pub/SoftPaq/sp63501-64000/sp63555.exe

    When finished, turn off your WiFi card (or if wired, just unplug the router/access point).

    Then open windows control panel, open Device Manager and open sound, video and game controllers.  Right click on the IDT device and select uninstall - also, you should get a command prompt to delete the current driver.

    When finished, restart the laptop.

    Let Windows load fully, then open your download folder, right-click on the IDT Installer and select "Run as Administrator" to launch the installation.  When this has completed, restart the computer again.

    If your mute led functions now correctly, turn on your wireless adapter (or re - connect the access point / router) and use the utility on the following link to prevent Windows 10 automatically update the IDT audio driver again.

    https://support.Microsoft.com/en-GB/KB/3073930

    Kind regards

    DP - K

  • Mute button does not turn on

    I use a HP envy laptop 4 about three days.  After update everything from windows update and HP, the mute button not more light upward on the keyboard when I cut the sound.  I see she is silent in the taskbar in the corner, but it usually shines orange after it has been muted, and now is no longer.

    Hello

    Try the following.

    Download IDT Audio Installer on the link below and save it in your downloads folder.

    http://ftp.HP.com/pub/SoftPaq/sp56501-57000/sp56717.exe

    One time finished, open windows control panel, open Device Manager and open sound, video and game controllers.  Right click on the IDT device and select uninstall - also, you should get a command prompt to delete the current driver, check the box allow this and then proceed to uninstall.

    When finished, restart the computer and let Windows load completely.  Open your download folder, right-click on the IDT Installer and select "Run as Administrator" to launch the installation.  Once done, restart the laptop.

    Kind regards

    DP - K

  • Microphone Mute button does not work - T510

    Simple enough question.  I think I have the latest updates installed software but on my Win7 64 bit T510, all the special keys work except Microphone mute.  Mute speaker and the speaker volume buttons work fine. I'll have to cut my microphone in the recording devices screen in Win7.

    What could stop working Microphone mute button?

    Just noticed this in another thread, worth a try...

    http://forums.Lenovo.com/T5/T400-T500-and-newer-T-series/Win7-T400s-can-not-start-quot-Lenovo-microp...

  • Mute button does not work.

    Original title: Mute button

    I keep my sound muted until I'm ready to watch videos and others. Tried to reactivate as soon as possible and will not activate the sound. I did the test of speaker and he said another device is opened using the speakers, but I closed internet and all the other tabs & said the same thing. Help, please! I use my laptop for school & sometimes need to watch videos of the class. Thank you!

    Hi Misty,

    Have you tried to reboot the system to check the same?

    If not, try to restart the system and check if it helps.

  • Mute button does not

    Hi-

    It is a simple button mute to a mp3 player.

    I first var sound: Sound

    Then I have the function

    //mute the current sound
    function muteSound ()
    {
         if(this.sound.getVolume != 0) this.sound.setVolume(0);
         else this.sound.setVolume(75);
    }
    

    Then I install 4 frames in a movieClip, with the label, onRoll, off and offRoll.

    Then that under the Actions button

    // Mute Button
    buttonMute.onRollOver = function()
    {
         if(this._currentframe == 1) this.gotoAndStop("onRoll");
         else this.gotoAndStop("offRoll");
    }
    
    buttonMute.onRollOut = function()
    {
         if(this._currentframe == 2) this.gotoAndStop("off");
         else this.gotoAndStop("on");
    }
    
    buttonMute.onRelease = function()
    {
         if(this._currentframe == 2)
         {
              this.gotoAndStop("on");
              this._parent.muteSound();
         }
         else if(this._currentframe == 4)
         {
              this.gotoAndStop("on");
              this._parent.muteSound();
         }
         else
         {
              this.gotoAndStop("off");
              this._parent.muteSound();
         }
    }
    
    

    It all works as a graph, mutes sound the first time and the graphics change, but sound restores the sound.

    Because I was asked before, here's a copy of the entire file:

    http://charlesnewmanpubl.com/player_fa2.zip

    I think you need to call the getVolum like that

    function muteSound (){     if(this.sound.getVolume() != 0) this.sound.setVolume(0);     else this.sound.setVolume(75);}
    
  • Satellite P300-1EJ - Mute button does not work

    Hello world

    Press mute on the media panel is no longer functional.
    I have the Satellite P300 1EJ.

    Help, please

    Hello!

    Is - it only the mute button not working or other buttons too?

    Normally you need for these buttons the Toshiba value added package if you are using Vista. I think you should try to reinstall. So to remove the older version, reboot the laptop and install the most recent version that you can download from the Toshiba site:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

    Good luck!

    Good bye

  • My mute button does not work

    The button does not work everytime I try to put my phone on silent. I turn it down and it will automatically return to the sound, it activates again upward. What can I do?

    Hello Jackie101foever,

    Thank you for using communities Support from Apple!

    As I understand it, you can't silence your iPhone.  I have a suggestion that should help you with this.

    The first thing we want to do is to make sure that you have a current backup of everything on your iPhone.  If you follow this link, you will find instructions on how to make a backup:

    The backup of your iPhone, iPad and iPod touch

    If the silent button moves upward on its own, so you must do this checked by a service representative.  You can find the nearest one by looking here:

    Find locations

    If the button is stay down, but do not silence the iPhone then we want to restore all settings.

    Reset preference files resets all parameters that may be problems. This step will not delete your contacts, photos or personal information. It deletes all your preferences for Wi - Fi, Bluetooth, do not disturb, Notifications, general, sounds, brightness & wallpaper and privacy and removes your Touch ID & password.

    Do you this by clicking on settings > general > reset > reset all settings.

    Once you have done this, restart the iPhone and see if you are able to turn off the sound.

    Have a great day!

  • HP-Pavilion g6 Mute button LED does not

    I have a HP Pavilion laptop g6 and I recently discovered that the LED on the button mute does not work, but the key works fine

    Help, please!

    Thanks in advance

    Hello all I had the same problem what I did was just go to (System) then (Device Manager) and then (audio, video and game controllers).
    Under there you will find a right click (IDT High Definition Audio CODEC) top and choose Update driver software and select (find the automatically...) MAKE SURE YOU HAVE INTERNET CONNECTION.

    This did the job for me, hope it does the same for you.

  • HP Pavilion 15p189na: Mute light does not

    The led of the button mute on my HP Pavilion 15p189na does not work. I use Windows 10 64-bit operating system.

    BIOS Version/Date Insyde F.11, 08/07/2014

    Processor Intel Core i5-4288U CPU 2.60 GHz, 2601 Mhz, 2 Lossnay, 4 logical processors

    This light was absoloutely work very well, but one day it suddenly stopped working. Good news is that mute the button still works fine but the dead ID light.

    Your help will be much appreciated

    Hello

    Try to download and reinstall the software Realtek HD Audio package on the following link.

    http://ftp.HP.com/pub/SoftPaq/sp72001-72500/sp72139.exe

    During the re-Setup has completed, restart the laptop.

    Kind regards

    DP - K

  • HP envy 17 J160NR: mute button does not turn on after update

    I just downloaded and installed the new update of windows 10 anniversery but now my button mute not turn on. It still works it just won't turn on I really need to light.

    Hello

    Try the following.

    Download IDT Audio Installer on the link below and save it in your downloads folder.

    http://ftp.HP.com/pub/SoftPaq/sp63501-64000/sp63555.exe

    When finished, press and hold the Windows key and press R

    In the run window, type devmgmt.msc and press to enter.

    In Device Manager, expand sound, video and game controllers.  Right click on the IDT device and select uninstall - also, you should get a command prompt to delete the current driver, check the box allow this and then proceed to uninstall.

    When you are finished, download and reinstall the Chipset driver at the following link.

    http://ftp.HP.com/pub/SoftPaq/sp63001-63500/sp63408.exe

    When the reinstallation of Chipset has completed, restart the laptop.

    When windows has reloaded, open your download folder, right click on IDT Installer and select "Run as Administrator" to launch the installation.  When he finished, restart the computer again and let windows to load completely for a few minutes before checking it in.

    Kind regards

    DP - K

  • Mute button does not work on Satellite A300

    Hello!

    I just bought the laptop all that work with the exception of the function key 'mute or Led power' works the first of the six buttons next to the button / stop.

    The other 5 function buttons work, but how do I use the button "Mute"?

    Hello

    This laptop is not really known to me, but some people in the internet have reported that you can change the button settings in the
    Toshiba Assist-> Optimize-> Toshiba button support.

    Please check the settings there.

    Good bye

  • Replacing the hard drive on my Pavilion dv6 - 3150ee but the bios is not recognize it.

    Hello

    I have a HP Pavilion dv6-3150ee. my original hard drive was broken. I bought a western digital 500 GB 5400 Sata 2.

    I installed the hard drive and made the recovery. Everything went well past and ok. When completed recovery operation, the system has restarted to continue the installation of hard drives but I got this message: no boot device insert boot disk and press any key.

    so I went to the bios and tested the memory and the hard drive and all was ok. I tried to get into my bios, advanced options, but it isn't everything. My bios version is F.12.

    I don't know what the problem is, and I will be thanksful for any help.

    N.B: I have my recovery discs and my windows repair disc.

    Thank you.

    The new hard drive sometimes requires to prepare first with utility cd from Cyberlink. Download and save the file. Once the download is complete, place a blank cd in your drive and click on the file to create a boot cd. Start with this cd and wait until you get a green check mark indicates the hard disk is ready. Remove the cd, insert the first disc of recovery and restart the laptop.

    http://ftp.HP.com/pub/softlib/software11/COL32372/PV-80183-1/sp44645.exe

Maybe you are looking for

  • iCloud Mess

    HI -. I could not see the content of my player iCloud on my iPad, so I pulled out and tried to sign in.  I've entered my apple ID and password, but after saying "check" for some time, it me invited to enter a password of 6 characters, but refused BOT

  • Satellite A660 - 11 M stuck in a loop when installing recovery

    Hi all. I am now under a procedure of recovery for A660 - 11M. I used a bought at Toshiba Recovery CD.Everything was going well until the recovery is stuck in the loop of ' * now System Performance Rating *'. I found a similar case, where a person ha

  • Broken by recent 10.9.5 Chrome browser updated

    I accepted a suggestion to update 10.9.5 for reasons of security about 2 days ago. The update was provided by the App Store. Since then, Chrome browser could not display PDF files. The same files is displayed correctly in the preview, Safari. Chrome

  • 17 '' with space for 2 HDD laptop

    Hi, I need a laptop 17 inch with the possibility to mount the 2HDD (mSata is also an option). What HP models under say 1000,--euros/usd am only? (Unfortunately, this seems to be a well kept secret with most of the manufacturers of portable, but the e

  • Finite sampling on each trigger

    Hello? I have a problem of error about DAQmxSetReadOffset(). Whenever I put this code, short* DataBuffer = new short[_countof(dbuffer)]; ... DAQmxErrChk (DAQmxCfgSampClkTiming(taskHandle,"",fRate,DAQmx_Val_Rising,DAQmx_Val_FiniteSamps,_countof(dbuffe