esprit Wrote:I have this problem too, turning off A/V sync makes everything works (but no A/V sync...).
Same problem on OpenElec:
http://www.openelec.tv/forum/68-audio/26...-issue-214
athloni
Fan Posts: 312 Joined: Dec 2007 Reputation: 0 |
2012-02-25 11:25
Post: #21
esprit Wrote:I have this problem too, turning off A/V sync makes everything works (but no A/V sync...). Same problem on OpenElec: http://www.openelec.tv/forum/68-audio/26...-issue-214 |
| find quote |
esprit
Junior Member Posts: 26 Joined: Apr 2011 Reputation: 0 Location: France |
2012-02-25 11:33
Post: #22
Yes, that's my thread there
|
| find quote |
boulala
Member Posts: 72 Joined: Feb 2011 Reputation: 0 Location: Switzerland |
2012-02-25 16:41
Post: #23
hope someone can help me. I have the same problem.
With the custom settings plughw:1,3 i get white noise from the tv speakers. Tried every possible custom setting that is written in this thread but couldn't get the audio to work. I don't have A/V sync activated and the TV doesn't have a SPDIF input. Hope someone has another idea how this problem could be solved. With dharma i had no problems activating the audio output through hdmi. |
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,625 Joined: Jul 2010 Reputation: 34 Location: Munich |
2012-02-25 16:46
Post: #24
post output of aplay -l and aplay -L
|
| find quote |
boulala
Member Posts: 72 Joined: Feb 2011 Reputation: 0 Location: Switzerland |
2012-02-25 16:49
Post: #25
aplay -l
Quote:**** List of PLAYBACK Hardware Devices **** aplay -L Quote:null I have a "ZOTAC ZBOX Blu-ray HD-ID34"
(This post was last modified: 2012-02-25 16:51 by boulala.)
|
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,625 Joined: Jul 2010 Reputation: 34 Location: Munich |
2012-02-25 17:06
Post: #26
Do you get sound with this command?
aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav If yes, first try non passthrough in xbmc. plughw:1,3 does not work on my id80 for some reason but plug:hdmi:NVidia does. For passthrough custom device use: hdmi:NVidia Note this is case sensitive. If this does not work, you might need a probemask for snd_hda_intel EDIT: rename your asound.conf while trying in order not to have a default device.
(This post was last modified: 2012-02-25 17:09 by FernetMenta.)
|
| find quote |
nsviper
Senior Member Posts: 243 Joined: Feb 2011 Reputation: 1 |
2012-02-25 17:13
Post: #27
Similar problem for myself on my Zotac ZBox trying to enable HDMI output to my TV. Normal menu sounds work fine, its only when playing any MKV file (All files play successfully on the rest of my XBMC kit):
aplay -L shows: Quote:null aplay -l shows: Quote:**** List of PLAYBACK Hardware Devices **** I've already updated the file /etc/modprobe.d/alsa-base.conf to add the following line to the bottom: options snd-hda-intel enable_msi=0 probe_mask=0xffff,0xfff2 Can anyone help? Pi 512mb[XBIAN][Confluence Mod2 Skin] 2xATV2[Frodo][Confluence Mod2 Skin] QNAP TS410 NAS - 4x2TB Raided with NFS Support & Central MySQL DB Samsung 46" ES7000 Smart TV & HT-E5550 3D BD Sound System Solwise 200Mb Powerline adapters |
| find quote |
boulala
Member Posts: 72 Joined: Feb 2011 Reputation: 0 Location: Switzerland |
2012-02-25 17:36
Post: #28
FernetMenta Wrote:Do you get sound with this command? That worked Quote:If yes, first try non passthrough in xbmc. plughw:1,3 does not work on my id80 for some reason but plug:hdmi:NVidia does. How can I get non passthrough? Quote:For passthrough custom device use: Still no sound. Same thing as nsviper. SD Files work but HD .mkv files don't. |
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,625 Joined: Jul 2010 Reputation: 34 Location: Munich |
2012-02-25 18:05
Post: #29
You enable passthrough with AC3 capable receiver in audio settings. If you hear no sound check your xbmc.log for "device busy". This message means that the device can't be muted and used for passthrough. To make it work on Ubuntu 11.10 I unconfigured system sounds by not having an asound.conf with a default device and did not set hdmi device in gstreamer-properties.
On my 10.10 or Fedora system it works with system sounds. BTW: Quote:options snd-hda-intel enable_msi=0 probe_mask=0xffff,0xfff2This is wrong. Bit 8 should not be set. Values < 16 are correct and in most cases only a single bit is needed. |
| find quote |
boulala
Member Posts: 72 Joined: Feb 2011 Reputation: 0 Location: Switzerland |
2012-02-25 18:12
Post: #30
FernetMenta Wrote:You enable passthrough with AC3 capable receiver in audio settings. If you hear no sound check your xbmc.log for "device busy". This message means that the device can't be muted and used for passthrough. To make it work on Ubuntu 11.10 I unconfigured system sounds by not having an asound.conf with a default device and did not set hdmi device in gstreamer-properties. Disabled AC3 and now it works. Thanks for Your help. Now I can finally lean back and enjoy a movie again
|
| find quote |