No HDMI audio output device

Hi there!
I'm having a problem with my MBP 8,2 (Early 2011) with Mountain Lion.
I bought this adapter:
http://www.gebl.net/en/item/378/mini-display-port-male-to-hdmi-female-adapter
which it seems to support audio through HDMI, and this HDMI cable:
http://www.gebl.net/en/item/1996/high-speed-hdmi-cable-with-ethernet-channel
No problems for what concern the video output, my TV (Panasonic TX-P50GT30E) is automatically recognized and the video is displayed on it.
My problem is that in the sound preferences I see no HDMI device, I can only select the internal speakers!!
On the TV the HDMI audio input is setting to digital so from this side everything is set properly.
I already did the reset of PRAM/NVRAM and SMC but nothing has changed...
Any ideas??
Many thanks!

I had a similar problem: bought a Logiix Mini DisplayPort to HDMI Cable II with audio support for Mb/Mbpro IF the mb/mbpro had thunderbolt. I forgot to check this and had to fiddle around for a while, because I couldn't find anything on my TV screen. I realized my MBPro does not have Thunderbolt.
I went into System Preferences --> Displays and changed those around so I could see my menus and work on my TV screen via my MBPro.
I then could get video to play and show, but no audio through my TV speakers, only my MBPro speakers.
After more fiddling, I realized that movies in Quicktime format (.mov) would play video AND audio, through my TV.
So, I changed my movie to .mov from .avi and voila, it opened in Quicktime and I have audio AND video playing on my TV screen and through my TV speakers.
Really think it should be a helluva lot easier than all that but if this helps you or anyone else, I'm glad. all the best!

Similar Messages

  • Hi there, can anyone tell me how to make make Garageband ignore HDMI as an audio output-device on a 2013 Mac Mini? Now it keeps on prompting me: Do you want want to use the HDMI device (monitor without audio) for audio output? Thanks in advance, Grtz T.

    Hi there,
    Can anyone tell me how to make make Garageband ignore HDMI as an audio output-device on a 2013 Mac mini i7 using an Apogee jam as an input for bass and a Behringer USB DAC with RCA audio output? Now it keeps on prompting me: Do you want want to use the HDMI device (monitor without audio) for audio output? I'm also suffering massive audio lag issues with the Apogee jam after waking the mini from sleepmode, wich pretty much renders it useless.
    Thanks in advance,
    Grtz T.

    I think the easiest way to do this is to have the EyeTV app running in one user account and sent via HDMI to the TV, and use a separate user account for Screen Sharing. Both logins can be active at the same time and with Lion you can connect via screen sharing to which ever login you need.
    With regards to the Mac video resolution changing, when it is not the current input on your AV receiver. This is 'normal', if the Mac sees no signal it drops down the a lower level. What you need is to buy a HDMI Detective Plus which tricks the Mac in to always seeing a signal and hence it will not drop down the resolution. See http://www.gefen.com/kvm/dproduct.jsp?prod_id=8005
    The Mac mini does have an IR receiver. This can be used with the EyeTV app, iTunes, and similar. Yes I believe EyeTV would run for prolonged periods quite happily, it is has been around for a long time and had most of the rough edges polished off. However one issue you will have to deal with is that it does not automatically update its program guide data. For this you might have to write or modify an AppleScript. Elgato support or their user forums will be a lot of help.
    You can set EyeTV to convert recordings to an iTunes (Apple TV) compatible format and then delete them from EyeTV.
    The HDMI Detective should solve your handshaking problems.

  • HOW TO: HDMI Audio Output for Zotac Media Box with nVidia ION :)

    I've been fighting with my recently purchased Zotac mini-PC for about 2 months now trying to get the HDMI audio output to work. I tried extensive modifications of /etc/asound.conf, different versions of ALSA, and even OSS without success. I've finally succeeded using ALSA and GNOME.
    First I installed ALSA according to the Arch wiki.
    Next I verified that ALSA detected my sound card(s):
    cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xfe9fc000 irq 28
    1 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0xfcf7c000 irq 18
    Next I checked which sound card had the HDMI jack:
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    From these two commands, I concluded that I have 2 sound cards (important later on) and that my HDMI sound card was card 1 (NVidia) and that it had 4 possible devices (3,7,8, and 9). To determine which device must be used, I ran the following command for each device (for example, to test card X and device Y, use' plughw:X,Y'):
    aplay /usr/share/sounds/alsa/Front_Center.wav -D plughw:1,7
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    I tried each device and got the best sound from device 7 (8 and 9 also worked, device 3 gave static...).
    Now, since I had 2 sound cards, I needed to change the default ALSA device. My default ALSA device was card 0 (the Intel card), which wasn't plugged in, so I needed to change the default card to be card 1 (the HDMI card). After reading the ALSA FAQ, I found that modifying /usr/share/alsa.conf should work, though modifying /etc/asound.conf should have also worked. For whatever reason, I couldn't get my modifications to /etc/asound.conf to work, so I edited /usr/share/alsa/alsa.conf. In the  "# defaults" section I replaced the following:
    defaults.ctl.card NVidia
    defaults.pcm.card NVidia
    defaults.pcm.device 7
    I opted to use the key NVidia rather than the card number (1) since I've read in numerous places that the card index can change unexpectedly after a reboot/update. The key can be checked with cat /proc/asound/cards as shown above.
    After this, I reloaded ALSA (/etc/rc.d/alsa restart) and verified that the sound worked through the default channel:
    aplay /usr/share/sounds/alsa/Front_Center.wav -D default
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    Finally, I rebooted, chose the HDA NVidia (ALSA Mixer) option from gnome-volume-control, and loaded a movie in gnome-mplayer. I was pleased to hear crystal clear sound with functioning volume control
    I Hope this helps someone else, I found it very hard to piece together how to diagnose and resolve this problem. Here are some of the resources I found useful:
    Arch Wiki ALSA Page
    ALSA FAQ for how to change default sound card
    ALSA FAQ
    XBMC Troubleshooting for ION HDMI

    @sprince09 Can you hear sound through HDMI when you run aplay /usr/share/sounds/alsa/Front_Center.wav -D plughw:1,7 ?
    (8 and 9 also worked, device 3 gave static...)
    - what does it mean? How do you know that they are working?
    What options do you have for snd_hda_intel in /etc/modprobe.d/ ?  Can you play the following:
    mplayer -ao alsa:device=hw=1,7 file.wav
    BTW, can you hear sound form video files in xine? If yes, can you post your ~/.xine/config ?
    Last edited by knedlyk (2012-01-21 23:41:57)

  • Issue with HDMI audio output

    Hello everyone,
    this is my first post in Arch Linux forum. I am a Newbie but have always managed to work things around with ArchWiki documentation, but I am having an issue I could not solve for some time now.
    My HDMI audio output was working fine, but stoped working about a month ago, maybe due to some update. I use the open source ATI driver (xf86-video-ati package), and enabled the kernel parameter radeon.audio=1, like it is documented.
    My graphics card is a Radeon HD 3650. I checked for the compatibility of the driver (http://www.x.org/wiki/RadeonFeature/#De … ting_names) and it seems to be ok.
    Do you have any suggestion to help me?
    Thank you in advance

    Andreaskem wrote:
    Output of "aplay -l"?
    Do you use pulseaudio? If so, what is the output of "pactl list"?
    Thank you for your reply
    Here is the output of aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC268 Digital [ALC268 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    No, I do not use pulseaudio.
    Last edited by rud25 (2013-10-13 19:15:09)

  • No Audio Output Device is installed error message

    I have a hp pavilion m6- 1045dx and when I turned it on I noticed there was no sound and the speaker icon next to the clock in the bottom right corner had a red "x" next to it. I tried pressing the mute button, up volume, and down volume buttons and that didn't work. I've tried power cycles, uninstalling and re-installing and even downloading new drivers, checking for software changes, and checking to see if software and things pertaining to this problem were up to date (windows said yes). My frustration level is through the roof and I'm ready to get rid of this laptop. Can someone please help?

    Hi ALima,
    With the error message of No Audio Output Device is Installed. I have included the document 'Error in Windows 7: No Audio Output Device is installed'. Please follow through the troubleshooting steps in order for the best results.
    If the above document fails to resolve the issue, I have also included 'Troubleshooting Audio Problems with External Speakers, Headphones, and HDMI Sound Devices'.
    Please let me know if you are still getting the same error message after troubleshooting, thank you.
    I worked on behalf of HP

  • Turn off HDMI audio output?

    Hi all.
    I have my ATV (current gen) hooked up to my TV via HDMI, and hooked up to my home theater system via optical audio cable. The problem is now, sound is being output on both the TV and the home theater system. I can turn the volume on my TV to off, which is a workaround, but it's a bit kludgy. Is there a way to turn off the Apple TV's HDMI audio output or otherwise tell it to just output the video and not audio over HDMI?

    Jedidiah Sorokin-Altmann wrote:
    I think it's silly that I can't change the audio output, but I appreciate the help.
    I'm actually glad that all outputs work simultaneously - something like a PS3 where you have to choose between optical or HDMI can be a real pain if sometimes you just want TV speaker audio (HDMI in my case) and other times you want the full surround experience (optical to hi-fi).
    I'd have no qualms about allowing disabling individual outputs but having them active over more than one is better than constantly having to fiddle in Settings menus each time you want the audio from a different device.
    AC

  • Help! No Audio Output device is installed

    My speaker in bottom right for My sound say "No Audio Output Device Is Installed" and i have tried to go through many things to solve such as go into device manager and enable or update through there etc...to no avail.  
    I stumbled across a thing that worked for most people. Recovery Manager. but. I don't have it on my computer to try so i have no other options to turn to. Can someone please help on how to fix this issue

    Dear Customer,
    Welcome to the HP Consumer Support Forum!!
    To isolate the issue please perform the steps below:
    1. Restart the computer.
    2. Check the Sound icon in the taskbar.
    3. If the icon has an X in the lower corner, click the Sound icon in the taskbar or
    4. Right-click the icon, and then click Troubleshoot sound problems.
    5. The audio troubleshooter checks for sound problems. When the troubleshooter finishes, it displays the results.
    6. If the computer has sound, the issue is resolved.
    Install Original Realtek High Definition Audio Driver from the link below:
    http://support.hp.com/us-en/drivers/selfservice/HP-Pavilion-Slimline-s5000-Desktop-PC-series/3942804...
    From the above link click on Driver-Original > Original Realtek High Definition Audio Driver > Download and install the same.
    In case the issue still persists and if the audio was working fine earlier, you may perform system restore to previous working condition using the steps mentioned in the link below:
    http://bertk.mvps.org/html/restoresysv.html
    Hope this helps, for any further queries reply to the post and feel free to join us again.
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    GR1
    Although I am an HP employee, I am speaking for myself and not for HP

  • HELP ASAP! no audio output device installed with hp pavilion dv2500

    product name: hp pavilion dv2000
    model number: dv2710us
    product number:2CE75228LJ
    windows vista home premium 32bit
    my hp keeps telling that  have no audio output device installed and theres the the image for volume with a large red circle with a white x in it.
    this is not true because i have contexant  (i think that's what it is called) speakers installed.
    Lately when i would restart my computer the sound would work intermittently but for the past two days whether i restart my computer or not the image for volume with a large red circle with a white x in it is still there and says no audio output device installed. PLEASE HELP!
    This question was solved.
    View Solution.

    Hi, you can try the below steps to resolve the issue :
    Step 1 : Re-install audio drivers from HP Recovery Manager.
    1. Click Start, in the Start search box, type recovery . Then click Recovery Manager .
    2. In the Recovery Manager window that displays, click Next. On the Reinstall software programs that came with your computer screen, click No, I would like to see other options . Then click Next .
    3. In the Reinstall hardware drivers screen, click Yes . Then click Next. On the Welcome to Hardware Driver Reinstaller screen, click Next .
    4. In the driver list, select the name of the sound adapter installed on the system. Then click Next. When complete, the Reinstallation is complete screen displays. Click Finish to restart the computer. After the computer starts, test for sound. If the issue persists perform step 2.
    Step 2 : Re-install audio drivers manually
    If there is no sound and the error still displays, update the audio driver from the weblink below :
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-63129-1&cc=us&dlc=en&lc=en&...
    Step 3 : Restart the Windows Audio Service.
    1. Click Start , type services.msc into the search field, and then select services.msc from the list when it becomes available to open the Programs window.
    2. Scroll down to and select Windows Audio , right-click to open the drop-down menu, and then click Start .
    3. Right-click Windows Audio , click Properties , and then verify that Startup Type is set to Automatic .
    Restart the Notebook and check for the issue.
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • Help Please!! no audio output device installed?

    Hi. I have a satellite A215-S4757 last night I installed some windows updats  went to bed because it was going to take awhile. When I got it had finished and was in sleep mode. When I turned it on I noticed the sound was on mute. Or I thought it was. When I attempted to turn the sound on I recieved the message "No audio output device installed". I updated BIOs 2.30 but that didnt work. If anyone could help me out I would greatly appreciate it!
    Thanks

    Try this!  Looks like you have Realtek audio.  I was having the same problem until I installed the updated Realtek driver directly from Realtek site.
    As many users have posted, I was having this problem with my Satellite L505-S5990. I tried most of the suggestions I could find here and on the 'net to no avail. I was surprised to see that this problem affected many laptop brands - even as far back as Windows XP!!
    Last week I think I finally found the answer (or at least Realtek did). My laptop has Realtek HD audio, and the drivers that came with laptop seemed to be the culprit. I checked the Realtek site last week, and they have an updated driver, dated 3/30/2010, for Windows 7 as well as other versions of Windows. It is Version 2.46.
    I downloaded and installed these drivers, switched back to going into sleep mode rather than hibernate and - so far - the computer wakes from sleep with sound intact!!!
    Hopefully these drivers will work for others.

  • Is there a way to have Firefox respect the default audio output device when it has been changed while Firefox is open?

    I have been a Firefox user for many years and I still use it as my primary browser. One problem that has bothered me for years is the fact that when Firefox is open and I change my default audio output device, Firefox doesn't respect that change and continues playing audio through the device that was originally being used. Even if you stop the audio and continue playing, the output device doesn't change.
    Is there any way this can be configured in Firefox? Now if I listen to music online (e.g. Soundcloud) I always use Chrome since it's respects the default audio output device change even while in the middle of playing audio.
    Reproduce:
    1. Start playing audio (e.g. from a YouTube video; HTML5 and Flash are affected)
    2. Change your default audio output device
    3. Audio will continue to play from original output device
    Thanks!

    This is the same issue that has plagued me for years. I always thought that this was a Flash plugin issue, but it does occur on HTML5 as well. A friend of mine verified that this does not occur in Linux, but only on Windows. It would be great to have this fixed, as it's honestly the only thing that's making me use Chrome all the time, as I don't want to have multiple browsers open.

  • How can you choose which audio output device to use?

    I currently have my system set up to have two different active audio output playback devices, Speakers and Headphones. By default, applications play on the default audio output device, which is set to Speakers on my computer. However, I am wanting to play iTunes on my Headphones output while all other applications are running on the default Speakers output. In Windows Media Player, there is a dropdown to select which output device the application streams to. Is there a way to make iTunes do this, either in the Preferences menu, by using a plugin, or installing a third-party application that overrides which output applications use?

    Under Utility you will find the Configurazione MIDI Audio.app  The name is in italian on my Mac but you should find it in your system language. The icon is a Piano Keyboard.

  • NO Audio output Device is installed as well as NO sound, video, or game tab in the device manager

     Here is the issue I had with with my Compaq F700 series laptop. The sound was working one day and then not working the next. Over the volume icon there was a big red X and the warning that  No Audio output Device is installed. I also found that there no longer was the sound, video, game tab in the device manager. It had gone missing.    
    I couldn't use most of the fixes as they require having the sound, video, game tab available and this tab was, as I said missing. I tried reinstalling the sound drivers from the manufacturer’s website as well as using the driver re-install, but at each attempt it would fail as a result of not having any audio devices installed on the computer.    
    I tried doing the system restore and rolling it back but the problem didn't get resolved. What eventually worked was restoring the system to a MUCH earlier date, like a month prior to the problem. When the restore finished the sound was still not fixed. HOWEVER, the computer OS (WINDOWS 7) needed to re-install a bunch of updates and after the updates were installed, everything was working. I suspect that the original issue was a bad update (the updates didn't install correctly) and that by rolling the system back to a time prior to the bad updates and then re-installing the update was the fix.
    With that said, if the restore option doesn’t work or can’t be done I would try looking through the add/remove programs in the control panel and uninstall the most recent system updates, then restart computer and let the updates re-install.  
    Good Luck

    Only option that I see in the BIOS is under Security.  Audio Device: Hidden or Available. It was set to available and I left it at that. Still no audio.
    Really? Nothing? This computer is one year old. Absolutely no reason for this to be happening. What a joke.

  • Satellite L20 - no audio output device using Win7

    I purchased a 2nd hand Satellite L20 which was upgraded from xp to win7 on the task bar says no audio output device is installed.
    Tried update driver in device manager -- no good
    Downloaded Realtek AC97 driver -- no good.
    It will play sound from dvd through usb sound device to head phones.
    But how the hell do i get the sound to work on internal speaker.

    Do you know which sound chip is inside?
    This old notebook model is not supported for Win7.
    Try to install THIS driver.
    If this will not help try to install Vista driver or drivers designed for other notebook models.
    It is not easy to help with this. Check sound chip.
    By the way: I asked you for model name and not model number!!!

  • Is there no way to direct an AIR app's audio to different audio output devices?

    I'm needing to make a couple of our AIR apps select certain audio devices to send their audio output to, and last year, somebody mentioned possibly using native extensions to do this.  I had to start working on other things for a while, but I've come back to this (for the moment), and I've basically learned how to create native extensions.
    But so far, they don't seem to provide me any special access to anything going on under the hood of an AIR app.  When you stream live audio in through RTMP or RTMFP, the details of the audio are hidden from you.  There doesn't appear to be any place where you can actually access the audio bytes that are being sent over the wire.  You can specify a certain SoundTransform object for the NetStream to use, but that class is final and a vanilla Flash construct, so even if it may have a way to access the audio bytes, they're not acessible at all.
    It really looks like, when a NetStream object starts streaming in live audio, there is no way under the sun to access the audio bytes and direct them to a certain audio output device, with or without extensions.  Is this so?  It would be unfortunate if Adobe didn't allow this, even through native extensions.  Thanks.

    Couple quick thoughts..
    Limits are important. There's a large amount of work done to keep a clear separation between a users decision and a developers decision. For instance, you can't change a users default audio output because that clearly violates a users decision. That said, here's a whole mess of people debating the issue and actually eventually an undocumented COM API you can find that will actually let you do it in Vista/Win7 (but not 8), however don't expect that to be a 'good thing to do':
    http://social.microsoft.com/Forums/en-US/9ebd7ad6-a460-4a28-9de9-2af63fd4a13e/programatica lly-setting-the-default-playback-device-and-recording-device?forum=windowspro-audiodevelop ment
    You might want to get a beverage before reading that.
    Aside that, RTMP is secured, which is why you can't gain access to the bytes. The entire purpose of it is to assure media developers that their media can't easily be copied/stolen. Adobe doesn't document their method of securing streams but they do publish the RTMP specification. It's entirely possible for you to create your own RTMP server and encryption method while delivering a RTMP stream to custom client that you code yourself which can read the stream. Here's the spec:
    http://www.adobe.com/devnet/rtmp.html
    So I'd say it would be unfortunate if Adobe did give you access to the bytes. You might as well just hand users a mp3 of whatever song is playing because they would steal media left and right.
    That isn't to say you can't use a multitude of ways of getting the data going across the default output device. Plenty of apps (fraps/etc) capture video and mixed audio streams. But Adobe isn't going to give you the keys to the kingdom and let you decrypt their protected media protocol.

  • Windows 8.1 Pro No Audio Output Device

    Hi, I recently installed Windows 8.1 Pro on my laptop using Boot Camp. Everything works perfectly, except for the audio. It says there is no audio output device installed. Can someone give me the proper link to fix this? Also, clear instructions would be great because I am not very experienced with this.

    BC 5.1.5621 is a collection of drivers not a single unified driver. You can see it on the USB drive on which they get downloaded and written to. The collection in the zip file is what Rudegar is referring to. There is a Realtek, Intel HDA, and many other individual drivers in the zip file.
    If you cannot see the devices in Device Manager in Windows, then it may be an issue. Did you install W8.1 via EFI Boot on an older than 2013 Mac?

Maybe you are looking for

  • Problem in submit statement ?

    hi friends.. i have one report program (for eg zpgm1) from that i call another program (for eg zpgm2) by using submit statement. in zpgm1  i have only one radio button in zpgn2 i have one parameter with obligatory. the issue is while executing from z

  • DVD Playback - Image Quality Issues...

    I'm curious to know if others are experience sub-par image quality when playing standard DVDs in the iMac with a 24" screen. The picture of the DVDs is sub-par compared to playback of the same DVD on a regular TV monitor. Also, playback is jumpy and

  • How Do I Customize, Add Icons / Shortcuts etc. To Finder Window?

    A friend helped me with a previous computer and he "fixed up" my finder window. There was an icon at the top for "Create New Folder" an icon so I could jump to my desktop, and icon for a specific spreadsheet file so that when I clicked it excel would

  • SUPPORT PACK ERRORS

    Hi all, We are patching the BI after the upgrade. we are trying to apply Basis  and Abap patches 11&12. But it threw errors. can anyone help us in deleting the patches and reapply them again. We deleted the patches from the PAT01 and PAT03 tables. Bu

  • Returned Defected iPhone but Verizon cannot locate it in the factory?

    On January 14th 2013, my iPhone 5 top button stopped functioning. Received replacement two days later. I then packaged and returned old iPhone with the return label provided by Verizon on January 19th 2013. Tracking number states factory received the