He will play no sound on my HP laptop.

I have a HP Pavilion g7 and iwhen I try to troubleshoot it says it is not a problem detected, but no sound from my laptop, even with a helmet on.

Hello

The first thing to check is that you have all the audio drivers installed. Go to control panel, select Device Manager, then go to Video, sound controllers and the game. It shows the audio drivers installed? Is there more than 1 listed?

If there is no audio drivers you need to download and install - go to hp.com, enter your computer model in the drivers and support page and browse until you find the audio (or audio) drivers for your model. Download and install.

If there is more than 1 driver sound, you might have to uninstall the drivers 'duplicate '. Search the HP audio drivers, find, and keep those. Go to other drivers and disable those who (do not uninstall them as they will reinstall themselves the next time the system starts).

After you have finished reboot your system. How sound works now? Make sure that the "speaker" icon is visible in the lower right of the task bar, left-click on it and ensure that it is not read "Mute" (mute left click on the "Mute" to get rid of the function).

Let me know how you fare.

Kind regards

BearPup

Tags: Windows

Similar Questions

  • Why Divx won't play video with sound on Firefox, but will play with sound on Chrome?

    DivX will play movies based on the web in both sound and audio on Chrome.

    DivX will play only video on Firefox.

    I've deleted and reinstalled Divx on my computer.

    I have a desktop running Vista.

    I just became aware of this problem yesterday. In the past, I got no problem to launch these videos on Firefox with the sound and video.

    I had this problem with videos at home yesterday as well.

    I've also seen this conversation http://veehd.com/forum/viewtopic?f=523714 and it may be a codec problem? No one has confirmed yet.

    Please post back with your results, it might help other users!

  • Why don't my Windows laptop will play any sound what so ever?

    I've had this problem for over a month now. I'm going to start my laptop Windows 8, check my emails and other social networking sites, then I'll listen to Pandora radio, or some other form of music, they are in Windows Media Player, or anything else, and he doesn't play music, or what its so ever. I have the volume high enough to hear it, (the usual ~ 40), I used the sound of reading of the convenience store Windows, and it just says that the volume is not enough. I tried everything and nothing seems to work, step even in my helmet and he recorded the sound, but it won't read. In addition, wheb I restart my computer, it works well. Can someone help me please? I have a whole bunch of stuff on here, I don't want to lose having to get another laptop.

    Thank you

    Screw Austin

    PS: I did not update to 8.1 Windows yet, because I can't update it during the day. Is it possible that I can download in the middle of the night? Thanks again.

    Hi Austin,.

    Yes, uninstall the Realtek High Definition Audio Device Manager, restart the computer and check the status of the issue.

  • How to play a sound file before you exit an application?

    Hey guys, I'm a newbie.

    I need dev an app it will play a sound file(mp3 perhaps) before release the app that my code is as follows:

    playAudio();       UiApplication.getUiApplication().invokeLater(new Runnable() {
                    public void run() {
                        close();
                    }
                }, 500, false);
    
    -------------------------------------------------- ----------------
    
        private void playAudio() {
            // first we need to find the supported content types
            String types[] = Manager.getSupportedContentTypes(null);
            for (int cnt = types.length - 1; cnt >= 0; --cnt) {
                if (types[cnt].equals("audio/mpeg")) {
                    // this sample demonstrates playing an MP3 file that has been
                    // added as a resource to the project
                    try {
                        // retrieve the MP3 file
                        InputStream is = getClass().getResourceAsStream(
                                "/sound/sound.mp3");
                        // create an instance of the player from the InputStream
                        Player player = javax.microedition.media.Manager
                                .createPlayer(is, "audio/mpeg");
                        // player.addPlayerListener(this);
                        player.realize();
                        player.prefetch();
    
                        VolumeControl volumeControl = (VolumeControl) player
                                .getControl("VolumeControl");
                        volumeControl.setLevel(100);
    
                        // start the player
                        player.start();
    
                    } catch (Exception ex) {
                    }
                } else if (types[cnt].equals("audio/x-wav ")) {
                    // this is where you would play wav files
                } else if (types[cnt].equals("audio/midi ")) {
                    // this is where you would play midi files
                }
    
            }
        }
    

    the above code works fine on the Simulator, but not bad in real device (bb 9550). It closed just the app without playing the audio file. does anyone have a better solution?

    (Note: the mp3 file is very short, less than 0.5 s)

    first of all, I suggest you not to use invokelater like that, it's mainly to put things in the event queue and a system.exit does not queue. You can use a thread or a timer.

    Second, I guess that 500 ms is not enough time for your system to play audio properly. I also suggest to put the audio player in an own thread.

  • Play a sound to a page with MP3s

    Hi all

    I have problems with playback of MP3s from a Web page. I'm working on a Web page showing the names indigenous nyungar for items and a link to an audio file for the pronunciation of the word.

    I have the following choices:

    1. download as a media - streaming mp3 download

    Disadvantage is that a new Web page to read the article, and I want the user to hear the audio file and stay on the web page. I got to chat and they said that the downloading of media requires its own Web page to play, so you can only choose to open in target _blank or replace the current Web page. This is not a good user experience for my client.

    2 embed the audio file with this code:

    < embed height = "50" width = "100" src = "soundfile.mp3" >

    < object height = "50" width = "100" data = "soundfile.mp3" > < / object >

    Downside, reads the audio file as soon as the page loads and I want the user to click the sound file to play when they choose to hear it.

    3 HTML 5 code as follows:

    < audio controls = "orders" >

    < src = "source Song1.ogg" type = "audio/ogg" / > "

    < src = "source Song1.mp3" type = "audio/mp3" / > "

    Your browser does not support the audio tag.

    < / audio >

    Will play a sound at the same time, but has a large image of a sound control panel. I also download each mp3 AND Ogg format audio file, such as Firefox reads only the ogg files using this code HTML5.

    I also found jplayer but it is HTML5 as well and also need the mp3 and ogg files.

    If anyone has any other suggestions to play sounds from Web pages?

    Thank you very much

    Mary

    Hi Mary, the good news on playback of mp3s with SoundManager 2 is that you don't need all the audio formats as you would if you just use HTML5 audio.

    SoundManager can tell if your browser does not support the mp3 (like Firefox) and will substitute for a Flash Player to play the file in these browsers.  If OGG conversion is not that attractive, then don't.

    Here is an article titled great by the developer of the SoundManager 2 on the oddities of the audio on the web: http://24ways.org/2010/the-state-of-html5-audio/

    I think that SoundManager 2 is the best way to get the most flexible mp3 player without having to convert audio files in ogg.  It is quite easy to make links to the MP3 files online players:

    1. Download SoundManager and unzip and publish your Site of BC (it's usually in a folder called "soundmanager2")
    2. Update your link (A) items to include the class "sm2_link" to the CSS file in the next step to apply styles to your link.
    3. If your links are linking directly to a .mp3 file, then you are done with the markup, but if you use the module of literature to view links mp3 then you need to add an extra class to your links called "inline-playable.
    4. Download this CSS stylesheet for your players online style and upload it to your site and reference it in the HEAD of your page or template in British Colombia.
    5. In the HEAD of your page or your model includes the script reference in the soundmanager file:
    6. Download this script creates the online players from your markup.  Reference this script after the reference soundmanager we created above in the HEAD of your page or model.
    7. If you want to try to work around a Flash blocker in case it uses a flash drive to play your audio file then just download and reference the CSS file in the HEAD of your doc as well.

    You should be all set after these steps. If all goes well a time or two, perhaps to everything you need to set up and test it.

  • After being opened for a while (with several tabs) Firefox does generally and repeatedly play a sound - video will play again, but not sound.

    This problem started happening only recently. I often keep my Firefox open all night with sites like rainymood.com or grooveshark.com playing, as well as several other tabs, including but not limited to Facebook, YouTube, and Reddit. Sometimes, after a few hours/days to not restart Firefox or my computer, Firefox starts to become insensitive - i.e., pages take a long time to load, opening new tabs is difficult for the browser and videos will have up to 30 seconds to start playing. In addition, the sound stops playing. If I start a YouTube video, after the initial period of excessive load, the video will play, but without any audio. Also, sites such as rainymood.com and grooveshark, even Facebook, stop sound.

    Note that this is different from an incident of flash plugin - when flash falls down, the audio and video become inaccessible and a simple refresh or restart of Firefox will solve the problem. But what is happening here is different; If I refresh the tab, nothing changes, and even if I restart Firefox, it opens the same way again until I restart my computer completely.

    Also of note: I had, in the past, this same thing happens, but rainymood.com continued to play, however no other tabs would make sound. The problem is sporadic and I don't know where to start. Also, sometimes it's only a problem of Firefox specific, which means other programs on my computer can make sounds, but sometimes this problem makes my computer all stop making sounds, with the exception of Ventrilo, which works, but is also insensitive in the beginning.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • My Apple TV is only to play a sound on my iPad but will not show the film?

    My Apple TV is only to play a sound on my iPad but will not show the film?

    Welcome to the Jennifer Apple community.

    Some content providers don't block the video portion working with AirPlay, have you checked to see if AirPlay is supported by this provider.

    If it is supported

    these steps, check to see if things work after each step if necessary, before you try the next.

    1. Check AirPlay is on the Apple TV (turn market if it already is)
    2. Check that both devices are on the same network (settings > Wifi on the mobile device and the settings > General > network, on the Apple TV).
    3. Restart the Apple TV (settings > general > restart).
    4. Restart the Apple TV by removing ALL cables for 30 seconds.
    5. Restart your router. (Also try to remove the power cord for at least 30 seconds)
    6. Restart your mobile device.

    If you're still having problems, the following article can help you.

    Troubleshooting AirPlay

    Troubleshooting connections and Wi - Fi networks

    Recommended Wi - Fi settings

    WiFi Diagnostic Software (for Mac users)

    You will also find help on this page, where I have collected some of the more unusual solutions for network problems.

    When you make adjustments to your network for better optimization, you can find some of the points mentioned onthis page useful.

  • My Windows Media Player will play the video of an MPG file, but it will not play the sound. What is the cause?

    I do video editing.  I transferred my camera video file and Windows Media Player played the video and audio very well at the beginning.  I edited the file with editing software and exported the file again.  Now, the sound will not play using WMP but it will play if I use video editing software.

    As a result, I've uploaded new files from the camera and now WMP not give me sound on those either.  If something seems to be affected by my WMP.  Any help you can give would be much appreciated.

    Hi rgosmond,

    (a) don't you get any specific error message when you play the video?

    (b) what is the file format of the resulting video file after editing by using the video editing software?

    (c) you are able to play the files on the computer? You hear the sound?

    I suggest you try the following steps:

    O make sure that windows MediaPlayer is not muted, press F7 on the keyboard to turn the sound back on.

    Ø check if the volume is at a minimum in Media Player, press F9 on the keyboard to increase the volume.

    Verify that the default audio device is correctly set

    1. click on start, type Sound in the box to start the search.

    2. click on sound in the results of search at the top of the start menu.

    3. click on the tab reading notice the check mark next to the default device. For most users, the default device is speakers. Make sure that the audio settings are configured as expected. Follow these steps:

    4. on the playback tab, select the playback device, click Properties, click the Advanced tab and make sure that the default Format is set to the value you expect. When you are finished, close this window to return to the previous window.

    5. on the playback tab, select the playback device, click on configure and make sure that the configurations are set correctly.

    6. If the sound settings are well positioned, you are using speakers as the audio device and your speakers are already set as the default device, go to method 5 now.

    7. Select the audio device you want as the default audio device and then click on set as default.

    8. click OK to save your settings and close the sound dialog box.

    Now, check if the problem is resolved.

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows live mail will not play a sound when new mail arrives

    Windows live mail will not play a sound when the mail comes and will not report in the task bar. I 'play a sound when niew messages come' checked in the options. What could be wrong?

    Hello

    The question you have posted is related to Windows Live mail and would be better suited to the Windows Live community. Please visit the link below to find a community that will support what ask you:

    http://www.windowslivehelp.com/product.aspx?ProductID=15

  • BlackBerry Smartphones Blue Tooth Head Set that will play sound of AT &amp; T Navigator on BB Torch 9810?

    Can someone tell me a blue tooth Head Set, which will play AT & T Navigator on BB Torch 9810 sound?

    yet card but I do not have a card with it much (only once to a weird rotary) I used google maps with it, even if

  • Windows Media Player will only play a sound with no video .avi and .mov

    I started having a problem where the Windows Media Player will only play the audio portion of my .avi and .mov video files.

    These files were created by my FlipCam or my Sony Handycam.

    I never had problems until recently and think that it is due to some kind of Windows Update.

    Both my computer and my wife's computer had the same problem and we are both using Windows XP Home Edition.

    I apologize if this topic already on this forum.

    Thanks for any help and advice.

    CoDec = compressor decompressor.
    A program is used to compress the file. You then need to unpack the file to play, you need the codec used to compress the file to decompress it on your pc.
    You need DVD playing software installed to power the mpeg codec, or you can buy a codec to just run in media player.
    AVI is a wrapper and may well contain more than 800 different file types, it has 800 different codecs!  Thus, to read an avi file, you should know what codec was used to do and have that installed on your pc to read.
    DV.avi is made with the dv codec, divx.avi is made with the divx codec.
    Of course, that manufacturers make their codecs, you must make sure you have the latest being, to be able to read files made with it, so everything just because you downloaded the codec divx 12 months ago does not mean it will play files created with codecs of today!

    I hope this explains it is ok for you.

    It surprises me that you say that you have downloaded all the updates of altest, but are still running wmp9, where we are now on WMP11 for XP and 12 for win7.

    I would update my WMP version first.

    Here is a page that will tell you that the codecs are on your pc and who has access to WMP 11.
    http://www.myvideoproblems.com/tutorials/HowToFindCodecs.html

    Here is a page that will tell you how to know what codec was used to create the file that you are trying to watch and also if you have the right codec for it
    http://www.myvideoproblems.com/tutorials/AVIcodec.html

    It is generally accepted that the codec packs adding is a bad idea, so if you need a codec to read a certain file, google it's manufacturer and just install the one you need.

    I would work just on the pc at the same time when you found what the problem is, you can fix on the other 2.

    Need more help with this, just ask.

  • From itunes to an mp3 CD burned on a macbook OSX 10.7.5. The cd plays a sound skreechy in the wave cd player. How can I fix it?

    Burned a cd from itunes to an mp3 on a macbook OSX 10.7.5. The cd plays a sound skreechy in the wave cd player. How can I fix it? The cd will play the mp3 in the macbook. He play the cd or access my itunes music? I burn on CD documents successfully. But I've never burned audio successfully. Please notify. Thank you.

    For problems of audio on a CD (as opposed to combustion problems do not at all), you can often clear up by re-burning at a lower speed.  Use 2 x.  This setting is available in the dialog box burn the disc.

  • Is it possible to play different sounds for the emails and instant messages?

    Hello

    I was wondering if it was possible to play different sounds for the emails and instant messages. I use Thunderbird quite often with emails and instant messages imported from Gtalk.

    I think it would be very convenient to be able to distinguish the two sounds, because they do not involve the same things.

    Thank you very much.

    Olivier Hubert.

    There are only six modules of cat, three of them are on notifications. Choose the one you think will do the job for you. https://addons.Mozilla.org/en-us/Thunderbird/Extensions/chat/?sort=popular

  • Play back sound Windows mmedia player disappears now & then

    He seems to have a problem with my Windos Media Player, when I play any cd or music through it im what never to play the sound will disappear sometimes or media Player will stop all together & sometimes is the sound will come out sounding like when a tazer gun go off can anyone advise me what I can or should do to solve this problem thanks

    Kind regards

    Lewis

    The following items may be worth a visit:

    Windows Vista - solve problems in Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-in-Windows-Media-Player

    Windows Vista - tips for solving common audio problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/tips-for-fixing-common-sound-problems

    How can I stop my music skip or break down when I play?
    http://Windows.Microsoft.com/en-us/Windows-Vista/how-do-I-stop-my-music-from-skipping-or-breaking-up-when-I-play-it

  • I converted a clip video .mov .avi and inserted in Windows Movie Maker, but it's only playing as sound and no video

    Original title: Windows Media Player
    I converted a clip video .mov .avi and inserted in Windows Movie Maker, but it's only playing as sound and no video, why?

    There may be some compatibility issues with .avi files...
    try to convert the .mov file to .wmv format before
    import into Movie Maker.

    There are many programs that can do conversions...
    The following freeware is an example...:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster)
    (the file you want to download is: > FFSetup260.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)

    First, you will need to decompress the file or just open the
    Drag FFSetup260.exe out of the folder
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your clips on the main screen .mov...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck...

Maybe you are looking for

  • Canvio 1 TB - SMART support issues Basics

    I recently bought two that are supposed to be identical, and yet it is acknowledged as SMART capable, it is not! I use these disks for backups, so I really need to work SMART error. The packaging was different however & there is a slight difference i

  • Microsoft Update error code: 0x80072F78

    I am running Windows XP service pace 3 with internet 8. When I download updates, I get this error 0x8xx72F78 Code. I used Mr. Fixit and which did nothing I can't find a result that worked as there seems to be a few people with this problem, but no re

  • How to convert a table 1 d of cluster of 5 items in a table of numbers 2D? (a graph historical data)

    Hello in my vi, I have an array with 5 slots displaying measurement data. The user must be able to record all the data in the history of the card at any time. (for example the user looks at the picture and something happens, then it based on a 'save'

  • All OfficeJet 6500 E709a printhead replacement

    I can jump the electrical contacts cleaning while changing a printhead on an Officejet 6500 E709a? Following the instructions from HP to change.  Step 6 of the instructions States, "clean the electric contacts. The replacement print head set comes wi

  • Download previously purchased Photoshop elements 13

    HelloI'm trying to re - download a copy of previously purchased Photoshop elements 13, I have a serial number, but the version you downloaded a trial in the file name. This software stop working or disappear after a trial period? I do not have case..