[LINUX] Menu skin sounds doesn't get through the HDMI cable

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Milleman Offline
Member
Posts: 93
Joined: Jun 2007
Reputation: 13
Question  [LINUX] Menu skin sounds doesn't get through the HDMI cable Post: #1
How do I setup the menu system to send menu sound effects through the HDMI cable? I got the sound from the movies and music playback through the HDMI. But the sounds during menu navigation is keep being sent through the analog sound port on the mainboard.

Running XBMC Linux 9.11 on a harddisk installation made from the Live CD.
find quote
Milleman Offline
Member
Posts: 93
Joined: Jun 2007
Reputation: 13
Post: #2
Bump!

No one knows? The strange thing is that movie and music playback gets through the HDMI cable. While the menu click sounds goes through the analog jack on the mainboard.
find quote
mross22 Offline
Junior Member
Posts: 27
Joined: Feb 2009
Reputation: 0
Post: #3
I have this exact same problem. Any help is much appreciated. I'm running ernham's live version, v10. http://forum.xbmc.org/showthread.php?tid=66388 on asrock ion pro.
find quote
BLKMGK Offline
Member+
Posts: 1,634
Joined: Jul 2006
Reputation: 3
Location: USA Virginia
Post: #4
I've had this working on my system. I think it has to do with how the alsa config is setup. analog sounds as well as the digital sounds from movies need to be piped out the HDMI. It's been so danged long since I setup my sound that I'm not sure how I went about it. If I can figure out which magic it was that got it working I'll try to post back.

Ubuntu 10.10, MCE USB receiver, ASROCK 330 (ION), DVDs fed from unRAID cataloged by DVD Profiler. HD-DVD encoding Added DiNovo Mini KBRD w/track
find quote
bossanova808 Offline
Member+
Posts: 1,532
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #5
4e. Get Navigation Sounds Working in XBMC interface

Create a file in xbmc user home directory (login using WinSCP and the xbmc user, not root)

Right click to create a file, call it
.asoundrc

Now edit this file and add:

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

(from my install notes, see sig below)
find quote