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
>JjWeird
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 5: Line 5:
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>


April 11, 2011
'''April 11, 2011'''
 
XBMC Live [Dharma] 10.1 - Installed  
XBMC Live [Dharma] 10.1 - Installed  
EVGA GT210 - added file "sudo nano /etc/asound.conf" for menu sound
EVGA GT210 - added file "sudo nano /etc/asound.conf" for menu sound
Line 21: Line 22:
[Both Audio Out and passthrough] on custom "plughw:0,3" [Card 0, Device 3 from "aplay -l in telnet"]
[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.
Update: Didn't need to put custom "plughw:0,3" "HDA Nvidia hdmi" works also.
'''Music Crossfadding doesn't work.'''

Latest revision as of 08:32, 18 June 2020

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.