No PCM sound
#1
My HTPC worked fine until I try to fix the few seconds silence at the start of every PCM sound in XBMC menu, mp3, etc.

I edited /etc/asound.conf like that :
Code:
pcm.!default {
   type plug
   slave {
       pcm "hw:0,3"
       rate 48000
   }
}
and created ~/.asoundrc but I don't remember exactly what I did and it doesn't fix the initial problem.

The result: now I have no sound in PCM Oo (Dolby Digital and DTS still work).

Configuration :
MB: Gigabyte GA-880GM-UD2H
GPU: Asus EN210 SILENT (HDMI)
Receiver : Onkyo TX-SR608
Audio Output Device "HDA NVidia hdmi" (no change here)
Passthrough Output Device "HDA NVidia hdmi" (no change here)

Can you send me the default asound.conf file ? Big Grin

Thanks Smile
Reply
#2
Up… anyone ??

It's strange, I can hear the sound, but at a very low level (volume at 80/100 on my receiver).
Reply
#3
Are you sure it's not just the volume levels in Ubuntu? If you enter the command "alsamixer" (without the quotes) on the command line you can see what the output levels are for each channel. I believe there is also an add-on available so you can check the volume levels from within XBMC.
Reply
#4
Probably alsamixer as Devaron mentioned.

BTW you don't need rate in your asound.conf since you have type plug which does the same thing.
Reply
#5
Thanks I'll try this evening Smile
Reply
#6
PCM level seems ok :

Image
Reply
#7
Now I can hear navigation sounds at a normal level with :

~/.asoundrc
Code:
pcm.!default {
type hw
card 1
device 3
}

But still no mp3/divx sound Undecided

A fresh XBMC install has asound.conf and .asoundrc files ?

I remember when I installed XBMC, I don't edit theses files, I only set the XBMC audio settings with Nvidia HDA HDMI and it worked out of the box…

For info :

aplay -l
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

aplay -L
Code:
null
    Discard all samples (playback) or generate zero samples (capture)
front:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    Front speakers
surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC892 Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=NVidia
    HDA NVidia, NVIDIA HDMI
    HDMI Audio Output
Reply
#8
IT WORKS Big GrinBig Grin

The solution was in this thread.

The volume was set to -50dB, I don't know why.
Reply

Logout Mark Read Team Forum Stats Members Help
No PCM sound0