Switched from DVI to HDMI, I can't get audio over analog! [SOLVED]

I want to use my onboard audio instead of the HDMI ATI audio (I'm using catalyst if that helps), but it seems to have all but disappeared as an option. For example, KMix now only allows me to switch mixers between my webcam mic, HDA ATI SB, and HD-Audio Generic (S/PDIF). In the Phonon audio setup, if I test hw:1,0, sound comes out of my headphones like it should, so I put it on top of each list in Playback, and HDA ATI SB below that since that works too... but why, my headphones are hooked up to the motherboard, not the graphics card? I'm just so confused right now.
EDIT: Solution is to set up the default sound card as specified here.
Last edited by YAOMTC (2012-11-08 03:37:09)

card 1: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Also, result of speaker-test:
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
Let's see if setting up asound.conf fixes it... EDIT: That did it!
defaults.pcm.card 1
defaults.pcm.device 0
defaults.ctl.card 1
Last edited by YAOMTC (2012-11-08 03:35:35)

Similar Messages

  • I can only get audio over airplay - no audio when choosing apple tv from my ipad

    Hi,
    I can only get audio top play using airplay and choosing my Apple TV playing a video on my iPad. I updated all the ios today fro AppleTV and iPad. Is there anything else I can do? Any ideas are welcome
    thanks

    Try the video app or YouTube app and see what you get. No all of the apps are AirPlay capable.

  • Mini DVI to HDMI cables- Will I get audio on TV

    If I hook up a mini DVI to HDMI adapter to an HDMI cable and run it from my MacBook to my plasma TV, can I get video & audio without using the optical digital audio port?

    stedman1 wrote:
    Hi ypw: Good question indeed. I checked my Plasma (LG) there doesn't appear to be a separate audio input associated with the HDMI inputs. I seem to recall some posts on here pointing to the separate audio solution, but had never tried to verify.
    I might try with my Samsung plasma TV at home.
    I thought that the general idea of using the DVI to HDMI converter was just to use it like one would use a typical monitor without audio. Since HDMI already has digital audio and typically comes from sources (tuners, converter boxes, video players) with audio, I don't think there would generally be an option to use analog audio, although it shouldn't be hard to include that option.
    I've seen a few things like converters that take component video and analog audio as inputs, with a single HDMI output. I don't know if anyone anticipated blending a different audio source when the source is already HDMI.
    http://www.svideo.com/ypbprhdmi.html

  • Macbook 7.1 trying to hook up to tv through hdmi and can't get audio

    I already tried with System Preferences>Sound>Output

    card 1: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Also, result of speaker-test:
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 1 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    Let's see if setting up asound.conf fixes it... EDIT: That did it!
    defaults.pcm.card 1
    defaults.pcm.device 0
    defaults.ctl.card 1
    Last edited by YAOMTC (2012-11-08 03:35:35)

  • How can I get audio to play from my TV when using hdmi cable?  Video looks great, just no sound.

    How can I get audio to play from my TV when using hdmi cable?  Video looks great, just no sound.
    I've tried plugging the hdmi into the TV directly and the receiver.
    I get video every time.  HBO to Go , Xfinity, ABC, Youtube, etc...
    just no audio.  Any suggestions? 
    I've tried starting the apps then plugging in the hdmi cable.
    I never tried this before I upgraded to IOS 5.

    Claudiamil-
    I had not tried it with mine since upgrading to iOS 5, so I just did.  I'm using a small Vizio HDTV.  I did not try YouTube, but did try several videos and musical numbers.  In all cases there was sound, including stereo when the source had it.
    I assume you are getting sound from the iPad when the adapter is not connected, so the volume is not turned down.  Dah*veed's suggestion to reset may be what you need.
    Fred

  • TS4268 Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Hi,
    Strikes -
    Go into compositionReady and have 3 variables you will be able to set them like this
    strike1 = 0;
    strike2 = 0;
    strike3 = 0;
    So on the wrong item click have
    if(strike1 == 0) {
    PLAY STRIKE1 ANIMATION
    strike1 = 1;
    else if(strike2 == 0) {
    PLAY STRIKE2 ANIMATION
    strike2 = 1;
    else if(strike3 == 0) {
    PLAY STRIKE2 ANIMATION
    strike3 = 1;
    So this will make it so when the wrong item is clicked each strike will be played in order.
    Random Scrolling -
    You should look into the Math.Random function to make things random in edge.
    This is an example of the Random function. It will generate a random number up to 100.
    var random = Math.floor (Math.random () * 100);
    Lose Screen Score -
    So we can create another variable in compositionReady for the lose score.
    score = 0;
    Now when the user gains a point to add to the score you could do this code on the click
    score++;
    which would add 1 to the score, However you can add however much you like to the score doing "score + 2" and so on.
    To edit a text with the score at the end which I'm assuming you will want to do you will use .html
    so $("Text").html("You score is " + score);
    I hope this helps!

  • I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

  • Is there any way to create a time machine backup to an external hard drive with content already on it?  I have a hard drive that i have used for pictures but when i try to run a backup it says i need to start from a blank drive. Can i get around it?

    Is there any way to create a time machine backup to an external hard drive with content already on it?  I have a hard drive that i have used for pictures but when i try to run a backup it says i need to start from a blank drive. Can i get around it?

    It would be much better if you had separate drives for the pictures and Time Machine backups.....but, if you want to use the same drive for both purposes, temporarily move the folder with the pictures to another location for safe storage.
    Run the Time Machine backup on the hard drive and verify that everything is working correctly. Time Machine will format the disk for you in Mac OS Extended (Journaled) as part of the backup process.
    Then move the folder with the pictures back to the hard drive with the Time Machine backups.
    When you have tested to make sure that everything is working again, then and only then should you delete the folder with pictures from the temporary storage area.
    Again....it would be much better to keep Time Machine backups on a drive just for that purpose, and other data on another drive for that purpose. This is clearly one of those times when the fact that you can do something does not mean to imply that you should do it.

  • I accidently deleated file from the Elements organizor and from the hard drive. Can I get it back?

    I accidently deleated a file from the Elements organizor and from the hard drive. Can I get it back? How to do it?

    There's a good chance that you can if you haven't done too much work after deleting it.  Typically files are not actually wiped from the hard drive, rather the space they take is marked as free to use by another file if needed.  So if it hasn't been used by another file it can be recovered.
    Try this program...  it will help if you know where the images were stored.
    http://www.piriform.com/recuva
    Colin

  • TS3899 I upgraded to iOS 7 and I lost emails that were in my inbox - I used to see all emails that I did not delete, now I only have emails from the past month - how can I get the old, undeleted emails back? Or, at least, show email older than one month o

    I upgraded to iOS 7 and I lost emails that were in my inbox - I used to see all emails that I did not delete, now I only have emails from the past month - how can I get the old, undeleted emails back? Or, at least, show email older than one month old?

    I upgraded to iOS 7 and I lost emails that were in my inbox - I used to see all emails that I did not delete, now I only have emails from the past month - how can I get the old, undeleted emails back? Or, at least, show email older than one month old?

  • While upgrading Adobe Creative Suite CS4 ME into Adobe Creative Suite CS5.5 Design Premium, I get an error saying This serial number is not of a qualifying product, please try another. I used to be able to get a code from customer service but I can't get

    While upgrading Adobe Creative Suite CS4 ME into Adobe Creative Suite CS5.5 Design Premium, I get an error saying This serial number is not of a qualifying product, please try another. I used to be able to get a code from customer service but I can't get to the chat. Please advise!!!!

    MoeGhazal I reviewed your account and it looks like you have have upgraded from a CS4 volume license for Design Premium to a retail upgrade of Design Premium 5.5.
    I also show that you made two purchases of CS5.5 Design Premium but the second purchase was canceled.  Please make sure you are utilizing the serial number which ends in 7886.
    If you are using the correct serial number then it is likely the installer will not recognize your volume license CS4 serial number as being valid for an upgrade.  If you can contact our support team then you can be walked through an unlocking procedure to allow you to proceed with the installation.  You can contact our support team directly at Contact Customer Care.  You may want to try installing a web browser you have not previously utilized.  It is likely a toolbar or some other software application is affecting your ability to access chat support successfully.
    If you are still unable to reach our support team then please verify the information under your account is accurate.  If you can please then update this discussion after confirming this then I can request a member of our support team contact you directly.
    Again I would recommend reaching out directly if possible as it will be the most efficient method of resolving your current error.

  • I delete by mistake a video from my iphone 4s..Can i get it back?

    Hello guys, I delete by mistake a video from my iphone 4s..Can i get it back?

    If this was a purchased video then you can go to your purchases and redownload.  If it was a video you put on the iPhone then you will not be able to recover a deletion.

  • I accidentally Deleted the Mac app store from my computer. How can I get it back? I am using Yosemite on a MacBook

    I accidentally Deleted the Mac app store from my computer. How can I get it back? I am using Yosemite

    Another way is to open your Time Machine back up or clone (if you have one) and copy the App Store app from the /Applications to your Macintosh HD's /Application folder.
    Right click on the Time Machine icon in the Menu Bar.
    Select Enter Time Machine; then navigate to a date you know it was still there and copy if from the /Applications folder.

  • I accidentally Deleted the Mac app store from my computer. How can I get it back?

    I accidentally Deleted the Mac app store from my computer. How can I get it back?

    Install the v10.6.7 combo update.
    Mac OS X v10.6.7 Update Combo
    Restart your Mac after the combo is installed.
    It's ok to do this even if you are already running v10.6.7.

  • I accidentally deleted my Application folder from my Finder. How can I get it back?

    I accidently deleted my Application folder from my Finder. How can I get it back?

    Hope you didn't empty the Trash.
    Double click the Trash icon in the Dock.
    In the window that opens up, highlight and right click the application folder entry.
    Select  "Put Back" from the contextual menu.
    If not, restore from your backup.
    Best.

Maybe you are looking for

  • F7 & F8 key is not working in forms 10g

    Dear all, I am working with oracle application version 10.1.2.3.0, installed on windows server 2003 and database 10gR2 on windows server 2008. When i open any form and tries F8 / F7 to executed & enter query, its not working. But its owrking with wit

  • No central person is assigned to Business Partner

    Hi, we are using srm 3.0 with ebp 4.0 While updating the org strcuture we deleted the Position entry & the assignment for one user. Also the BP entry was deleted using bupa_del. we have few shopping carts open in the system which , so we used users_g

  • New member with a old school 50AX60 problem

    I have a old 50AX60 rear projection TV with sound and no picture. The video out RCA jack works fine, (tested with a separate monitor) but I have no picture on the TV screen. I am looking for help/suggestions from the group. I have basic knowledge and

  • External drive reverts to read-only on airport extreme

    I have an external drive that works fine (full access read/write) when connected directly to my Macbook but reverts to read-only when I connect to it through my airport extreme.  It also won't let me change the permisssions over the network.  I have

  • Cannot access iMessage nor Facetime with correct AppleID

    Ok, I have already posted a question regarding the numerous unsuccessful attempts to log into FaceTime and still haven't had any success. Now I have discovered this problem also exists with iMessage. The same pop up message appears when trying to acc