Kodi Community Forum

Full Version: Xbmcbuntu 13 Testing Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Please remove those asound.conf files - they really harm.

Audio Bails out as hard as it can do.

Retry with setting audio to 2.0 speakers and disabling passthrough.
(2014-03-31, 22:11)fritsch Wrote: [ -> ]Please remove those asound.conf files - they really harm.

Audio Bails out as hard as it can do.

Retry with setting audio to 2.0 speakers and disabling passthrough.

I forgot to mention that I already tried playing with those settings.
I also deleted:
/etc/xbmc/setup.d/04-configNVIDIAasoundrc.sh
/etc/xbmc/setup.d/05-configAMDFusionasoundrc.sh

The thing I forgot to delete was: ~/.asoundrc

After deleting that, and putting the correct settings back in, I was able to play everything correctly.
Will try this setup for a week before I update my ION 3D, thanx for the help
(2014-03-18, 16:28)wsnipex Wrote: [ -> ]- removed pulseaudio

How do i get sound in Chrome now? Rolleyes

I didn't see this before AFTER i did the upgrade...
try to add an alsa default device to ~/asoundrc
Code:
pcm.!default {
  type plug
  slave {
#    pcm "hw:1,0" #delete the first hash for sound over analog
#    pcm "hw:1,1" #delete the first hash for sound over optical
    pcm "hw:0,3" #delete the first hash for sound over hdmi
  }
}
adjust hw:0:3 to your actual device, if the above assumptions are wrong
(2014-04-01, 15:27)wsnipex Wrote: [ -> ]try to add an alsa default device to ~/asoundrc
Code:
pcm.!default {
  type plug
  slave {
#    pcm "hw:1,0" #delete the first hash for sound over analog
#    pcm "hw:1,1" #delete the first hash for sound over optical
    pcm "hw:0,3" #delete the first hash for sound over hdmi
  }
}
adjust hw:0:3 to your actual device, if the above assumptions are wrong

Thanks for the quick answer! I'll try right away! Big Grin

*Edit
Works like a charm! Smile (had to add a dot e.g ~/.asoundrc)
Thanks again.

With this ~/.asoundrc

pcm.!default {
type hw
card 1
device 3
}

Dolby Digital and DTS didn't work in passthrough.

This ~/.asoundrc worked OK.

pcm.!default {
type plug
slave {
pcm "hw:1,3"
}
}
Hmm, i cannot get passthrough to work, and the sound is really bad... :/
Debug Log (wiki), screenshots of settings etc?
(2014-04-02, 12:40)uNiversal Wrote: [ -> ]Debug Log (wiki), screenshots of settings etc?

I haven't turned on debugging, the sound is okay in xbmc, in chrome it is crackling, using chrome launcher.
There are often Logs without turning on the Debug. Why not try to upload it like in Post1 and turn the Debugging on?
DDD, no point anyway Wink, not a XBMC issue hes experiencing therefore not a XBMC problem.
No but xbmcbuntu is a whole OS and if audio isn't working on other application, it is a xbmcbuntu problem and this is an xbmcbuntu thread.
It wont matter for xbmc debug log... so therefore not xbmc related and not xbmc problem, therefore it wont show up on xbmc debug or not logs. Likely its a OS setup issue. What you are talking about half expect Linux to be responsible for perfect setup to each individual users scenario, and last I checked no Linux I know ever done that to a T and this is the T right here.

Having said that, ya, this is the right thread... but if the problem cant be solved at optimal preconfiguring for most users, forget it. Wink The law of diminishing returns and the nature that XBMCBuntu is only a preconfigured os to give ppl working xbmc, the rest kinda gets dumped onto Ubuntu/Lubuntu door.
Quote:Why not try to upload it like in Post1

Quote:If you have problems, please provide following info:
- your hardware: CPU and GPU
-
Code:
dmesg | pastebinit
pastebinit ~/.xbmc/temp/xbmc.log
pastebinit /var/log/Xorg.0.log
DISPLAY=:0 vdpauinfo | pastebinit
dpkg -l |grep mesa | pastebinit
none of those logs will work with audio crackling issues in chrome Smile mmm :0
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28