![]() |
|
[LINUX] HOW-TO get multi-channel HD sound output working over NVIDIA HDMI - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [LINUX] HOW-TO get multi-channel HD sound output working over NVIDIA HDMI (/showthread.php?tid=59877) |
- harryzimm - 2010-05-30 15:47 Yes, but you have to select 2.0 for you speaker configuration in system-system-audio output when you are watching stereo content and then switch it back for multi-channel. cheers. - Venares - 2010-05-30 16:33 Darn, i was hoping there was a more automated way to do it. Oh well, I can live with it if it means LPCM working. - robo989 - 2010-05-30 17:14 harryzimm Wrote:Its because the installer assumes that the primary hdd is /dev/sda. The revo hdd is (in my experience) /dev/sdc. So it wont boot if you dont install grub to the proper hdd. This also happend to me the first time i installed lucid. Cheers bud ![]() Will give it a shot Thanx for the indepth consise guide, surprised nobody had bothered until now...well not in the kind of language someone who doesn't use linux would understand. Fantastic guide...well hope so lol not actually followed it through yet but looks easy enough. - ClarkyCat - 2010-05-31 22:40 Venares Wrote:Now to my question, and I appologies if this has been covered before but its a rather big thread. There's this ticket on trac. Hopefully one of the devs will pick it up. Tim - noeikujoo - 2010-06-09 10:28 I followed this thread first's post instructions and updated Ubuntu 9.04 alsa to 1.0.23 version. After update I got multi-channel HD sound output working over Nvidia HDMI, but now XBMC (9.11) sometimes shows error message: "Failed to Initialize Audio Device, Check Your Audio Settings" and I have no audio when playing music or watching videos. If I stop playback and restart it again, no error anymore and everything works fine. Anyone else had this problem? When using AC3/DTS passthrough I got no problems with audio. - srv1973 - 2010-06-09 16:22 noeikujoo Wrote:I followed this thread first's post instructions and updated Ubuntu 9.04 alsa to 1.0.23 version. After update I got multi-channel HD sound output working over Nvidia HDMI, but now XBMC (9.11) sometimes shows error message: "Failed to Initialize Audio Device, Check Your Audio Settings" and I have no audio when playing music or watching videos. If I stop playback and restart it again, no error anymore and everything works fine. Anyone else had this problem? When using AC3/DTS passthrough I got no problems with audio. Hi, yes, I have a similar issue: sometime multi-channel sound just stops working. I don't get an error message though. Rebooting solves it (fortunately rebooting is pretty darn quick with Lucid). I haven't tested AC3/DTS when this happens, will keep that in mind and next time this happens I'll try that. - mfaine - 2010-06-11 05:24 I followed this guide and got it working with very few changes. However, I cannot get digital anything to work. Analog audio outputs just fine. It is even multi-channel but if I turn Digital on in XBMC I get the failed to initialize audio device error message. Zotac MAG HD-ND01 (ION) Onkyo SR606 Reciever using HDMI (SPDIF, also connected) Alsa 1.0.23 Nvidia 256 Code: $ aplay -lCode: $ aplay -LI had to make minor modifications to remapping to make it work correctly with my setup. Speaker test correctly outputs audio to every channel. Code: $ cat /etc/asound.conf Any help getting Digital output to work would really be appreciated. *** UPDATE *** I had been testing so far with only .mkv video files but I loaded an avi file in XBMC and there was sound. The input was Digital/HDMI and yet I could still hear the audio. This is a first for me on this new computer. It was only 2 channels (stereo) but I think it means that my configuration may be very close to working correctly. Again, any help getting Digital output to work would really be appreciated. -Mark - Netcastle - 2010-06-23 20:10 delete - Tyler Durden - 2010-07-14 14:10 Will this work if I upgrade to the newer 256 nvidia drivers? - X3lectric - 2010-07-30 15:05 alanwww1 Wrote:There is one trick which has to be done to keep navigation sound all the time. There is a bug (xbmc or alsa) that when you play ac3, dts track and press spacebar to pause 2-3 secs and start playback again, you loose navsounds until restarting xbmc. See ticket: http://trac.xbmc.org/ticket/7338 This is actually *incomplete* destination path should be Code: cp /usr/share/xbmc/system/keymaps/remote.xml /home/[b][color=Red]username[/color][/b]/.xbmc/userdata/keymaps/remote.xmlAlso theres actually many pause to replace here...which ones exactly, line(s) number pls. |