Linux AudioEngine testers - Linux only
(2012-05-14, 12:19)ScotchTape Wrote: deleted the 'old' xbmc-dir, cloned into a new directory. Tried it again yesterday afternoon, after pulling the latest commit, recompile, still no sound..
I don't know what broke while the merge, but the versions before the merge where fine.

I'm aware of commit 6a7404b577db96f2a367c21d25904c37538c16a7 Smile

I'll try again later with --without-pulse

No need for the pulse option, ./configure sets it to disabled by default. Also, instead of deleting and recloning you can do:

Code:
make clean
git reset HEAD --hard
git pull origin master
./bootstrap
./configure
make

Based on your log, it looks to me like AE is failing to open the PCM device in raw mode (snd_pcm_open_lconf returned a -16 error code). gnif will have to comment on what the actual cause is.
HTPC: Gentoo linux amd64 w/ xbmc merged with AE
Reply


Messages In This Thread
Almost there, but still no HD - by OkvOkv - 2012-04-17, 03:54
AudioEngine testers - Linux only - by Ritzie - 2012-05-12, 18:36
RE: AudioEngine testers - Linux only - by wingrunr21 - 2012-05-14, 14:35
Logout Mark Read Team Forum Stats Members Help
AudioEngine testers - Linux only4