Kodi Community Forum
No sound on first start, but works fine after restart - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: No sound on first start, but works fine after restart (/showthread.php?tid=194530)



No sound on first start, but works fine after restart - boobtube - 2014-05-08

Hi,

I installed Debian stable, then installed xbmc, and invoke it with an init script found here (can provide if needed). I added a xbmc user to the system, and made it a member of groups plugdev, audio, video.

When I start up the system, xbmc starts up, but there's no audio from the user interface, and when I try to play a video or audio file, it freezes. At this point, I need to restart it using the same init script (or stop, then start it) and when it starts back up there's no issue at all. I chmod -x mpd's init script just in case to troubleshoot going forward.

I turned on debug and the first startup looks like this http://pastebin.com/BdEbbLDy
The second instance looks like this: http://pastebin.com/Ktm89KjU

The difference between the two, as far as I understand it, is that in the second, there's a mention of ALSA meaning it's working properly. I tried adding a sleep 30 to the init script to make sure ALSA was available (xbmc already starts last), but all that did was add 30 seconds to my routine of restarting the application.

I'm hoping somebody has experienced this, or has some idea what next steps are.
Thanks


RE: No sound on first start, but works fine after restart - boobtube - 2014-05-10

Anybody familiar with what might be the issue? Any further info needed?


RE: No sound on first start, but works fine after restart - wsnipex - 2014-05-10

Starting XBMC (11.0 Git:Unknown)
all hail debian stable Smile


RE: No sound on first start, but works fine after restart - DBMandrake - 2014-05-10

Just in case wsnipex's humour/sarcasm was missed, version 11 (Eden) is two major versions and 2 years out of date. In XBMC terms that's an eternity.

Update to Gotham and try again as nobody is going to try to fix any bugs or debug issues with Eden, especially the initial .0 release! Smile


RE: No sound on first start, but works fine after restart - wsnipex - 2014-05-11

use the seperate repository with internal ffmpeg from http://balintreczey.hu/blog/xbmc-13-0-gotham-entered-debian/


RE: No sound on first start, but works fine after restart - boobtube - 2014-06-07

(2014-05-11, 14:30)wsnipex Wrote: use the seperate repository with internal ffmpeg from http://balintreczey.hu/blog/xbmc-13-0-gotham-entered-debian/

Thank you for this