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

From Official Kodi Wiki
Jump to navigation Jump to search
>PFranzen
No edit summary
>JjWeird
No edit summary
Line 4: Line 4:
<br>
<br>
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<br>
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<br>
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:1,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"]

Revision as of 04:53, 11 April 2011

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

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:1,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"]