.
#1
.
Reply
#2
Post the output of aplay -L
HTPC 1 - Zotac ZBOX ID80U | 4GB RAM | 64GB SSD | Openelec | Confluence
HTPC 2 - Zotac ZBOX ID41U | 4GB RAM | 60GB SSD | Openelec | Confluence
Server - unRAID Server | 3 x 2TB WD Green HDD, 1TB WD Black HDD (Cache) | Sabnzbd | CouchPotato | Sickbeard
Reply
#3
.
Reply
#4
I use this with my ad02 for hdmi out with menu sound, see if this works. The other one to try was use exactly as yours but take out the "rate 48000" line.

Code:
pcm.!default {
type plug
slave {
pcm "hdmi"
}
}

Reply
#5
Try this:
Code:
speaker-test -D plug:hdmi
Ctrl+C quits.

If that works, then "hdmi (ALSA)" is the correct audio device (and most likely the correct passthrough device as well; that or custom with "hdmi:CARD=Generic,DEV=0"). I'd try completely without the .asoundrc file first (rename it to something else, log out, and log back in).

If you don't get menu sounds, try this .asoundrc:
Code:
pcm.!default {
    type plug
    slave {
        pcm "hdmi_hw"
    }
}

pcm.hdmi_hw {
        type hw
        card 0
        device 3
        channels 2
}
HTPC 1 - Zotac ZBOX ID80U | 4GB RAM | 64GB SSD | Openelec | Confluence
HTPC 2 - Zotac ZBOX ID41U | 4GB RAM | 60GB SSD | Openelec | Confluence
Server - unRAID Server | 3 x 2TB WD Green HDD, 1TB WD Black HDD (Cache) | Sabnzbd | CouchPotato | Sickbeard
Reply
#6
.
Reply
#7
.
Reply
#8
at a guess, pulseaudio is not running because as you said, the sound device is being locked by another process.

Should just be a matter of pointing it to the sound device directly but as to how i couldnt say....

Thats at a guess though Smile
Reply
#9
.
Reply

Logout Mark Read Team Forum Stats Members Help
.0