Archive talk:Set up HDMI audio on GeForce GT210, GT220, or GT240

From Official Kodi Wiki
Jump to navigation Jump to search

Coinsider adding "pulseaudio --kill && pulseaudio --start" rather than suggesting a reboot to reload pulse audio.
Coinsider adding "sudo alsa force-reload" to reload alsa. Thank you.
Editing /etc/modprobe.d/sound.conf" didn't work on my system (Ubuntu 9.10), but editing "/etc/modprobe.d/alsa-base.conf" worked.
Consider widening the scope of the page to more nVidia GPUs-- I just had success with an integrated 9300 on a Zotac motherboard using "enable_msi=0 probe_mask=0xfff2" in sound.conf

April 11, 2011

XBMC Live [Dharma] 10.1 - Installed EVGA GT210 - added file "sudo nano /etc/asound.conf" for menu sound

pcm.!default {
   type plug
   slave {
       pcm "hw:0,3"
       rate 48000
   }
}

In XBMC System => System => Audio output [Both Audio Out and passthrough] on custom "plughw:0,3" [Card 0, Device 3 from "aplay -l in telnet"] Update: Didn't need to put custom "plughw:0,3" "HDA Nvidia hdmi" works also.

Music Crossfadding doesn't work.