No SOUND with Dharma 10.1 on Nvidia MCP79chip
#1
Lightbulb 
Hi,

I made a fresh install of XBMC live 10.1 Dharma on this computer: nt330i
I made a lots of search on the internet, but no one could help me to configure the sound on my XBMC.:confused2:Sad

First, i installed the ALSA drivers, and everything goes fine.
I had the sound on my headphones.

I want to configure my XBMC using only HDMIas the only sound output.Big Grin

here is my config:

Code:
cedric@XBMCLive:~$ lspci
00:00.0 Host bridge: nVidia Corporation MCP79 Host Bridge (rev b1)
00:00.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.0 ISA bridge: nVidia Corporation MCP79 LPC Bridge (rev b2)
00:03.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.2 SMBus: nVidia Corporation MCP79 SMBus (rev b1)
00:03.3 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1)
00:04.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:04.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:06.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:06.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
00:09.0 PCI bridge: nVidia Corporation MCP79 PCI Bridge (rev b1)
00:0b.0 IDE interface: nVidia Corporation MCP79 SATA Controller (rev b1)
00:0c.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:10.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:15.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:16.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:17.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:18.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)

Code:
cedric@XBMCLive:~$ cat .asoundrc
pcm.!default {
type plug
slave {
pcm "hdmi"
}
}

Code:
cedric@XBMCLive:~$ cat /etc/asound.conf
pcm.!default {

   type plug
   slave {
       pcm "hdmi"
   }

}

Code:
cedric@XBMCLive:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC1200 Digital [ALC1200 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

and my alsamixer shows this:

Image

I tried to configure XBMC with "hdmi"in audio output, adnoptical, and "analogique", but noway to get sound

1°)What do i need to setup in "AUDIO OUTPUT"

2°)What do i need to setupin Audio output device

3°) what doineed to putin "PassThrough" device?

I don't really understand if i need to reboot the OS each time i change a file like the asound.conf, andi need a simplecommand to test if the sound is okay or not...

Is it important to disable the AC3 capable receiver?
DO i need to disable the capable DTS receiver?
What's the consequences of disabling these options?

Thanks For your help.Huh
Reply
#2
S/PDIF is on Mute (MM) in Alsamixer.

Highlight S/PDIF and press "M" to remove mute. Should work.
Reply
#3
S/PDIF or S/PDIF default?
DO i need to set to "green" the S/PDIF default?
(I already tryed to set to green the 3 S/PDIF, but no changes)
Reply
#4
cedriclb Wrote:S/PDIF or S/PDIF default?
DO i need to set to "green" the S/PDIF default?
(I already tryed to set to green the 3 S/PDIF, but no changes)


Do i need to reboot XBMC each time i change an option in alsa or not?
Reply
#5
please HELP!!
Reply
#6
cedriclb Wrote:Do i need to reboot XBMC each time i change an option in alsa or not?

No, you shouldn't have to reboot. I believe you should also do a 'alsactl store' to save.
Reply

Logout Mark Read Team Forum Stats Members Help
No SOUND with Dharma 10.1 on Nvidia MCP79chip0