Forum
Getting ALSA to work??? - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: Video and Audio (/forum-28.html)
+--- Thread: Getting ALSA to work??? (/thread-2495.html)



Getting ALSA to work??? - Skywatch - 26th Sep, 2014 02:47 AM

Hi,

I have spent all afternoon trying to do this with no success. RC3 XBMC 13.2 ....My set-up is in my user profile and I have checked the wiki.

I have tried to add alsa so as to be able to use the I2S for an external DAC.

At first I got errors about dependencies on alsa-utils and alsa-base. I installed these as per instructions on a thread in the forum here.

Now via SSH in xbian-config I see alsa available as an upgrade, so I select it and it appears to install successfully (no error or warning messages). Then reboot.

After reboot there's nothing in the system menu to select alsa output (just analog and hdmi) and when I go back into SSH xbian-config, alsa is still there as an available upgrade! - I have gone in this circle 13 times now!!! - I have also tried installing via the XBMC xbian update menu, with the same result (I guess its just a different front end for the same commands).

If I try to install alsa-utils or alsa-base it tells me that they are already intalled. But Lsmod doesn't show anything 'alsa' afaik.

So please, for the love of music, how do I get alsa working properly? Huh

Thanks!

Skywatch


RE: Getting ALSA to work??? - Skywatch - 29th Sep, 2014 06:59 AM

It gets worse now...Even after removing the xbian-alsa package, xbian-config upgrade still offers the alsa package as an upgrade option!

Something here is really screwed up.

Any ideas out there?

S.


RE: Getting ALSA to work??? - rikardo1979 - 29th Sep, 2014 04:38 PM

the best if you get all info together with logs an open an ticket on git so guys can see it


RE: Getting ALSA to work??? - mk01 - 9th Oct, 2014 05:43 PM

@Skywatch

by "xbian-alsa" you mean xbian-package-xbmc-alsa package?

anyhow:
1) xbian-package-xbmc-alsa is xbian-package-xbmc replacement (XBMC for RPI able to use Alsa sound cards available in the system. it is not providing the alsa support itself.
2) kernel is the one providing Alsa support (drivers) for available sound cards.
3) if you want HDMI out be provided as Alsa sound card, the load appropriate module
Code:
modprobe snd-bcm2835
4) if you have i2s dac, then you have load it's module together with
Code:
modprobe snd-soc-bcm2708-i2s


then the XBMC-ALSA variant of XBMC will show you those sound cards in sound output settings.


RE: Getting ALSA to work??? - Skywatch - 27th Oct, 2014 12:53 AM

Mk01,

Thank you for the pointers, as always it's very much appreciated!

I finally got some time today and it's all working now with the latest updates to Xbian and a little 'messing about' with the modules.

Sound is great!

Thanks! Smile

SKywatch


RE: Getting ALSA to work??? - calabuig - 18th Apr, 2018 06:41 AM

Hello, where I can find xbian-package-xbmc-alsa?


RE: Getting ALSA to work??? - Skywatch - 19th Apr, 2018 12:50 AM

I had issues getting sound today with new reinstall. You no longer need to install xbian-package-xbmc-alsa.

I'll add more help on the other thread you started today here.....http://forum.xbian.org/thread-2551-post-35228.html#pid35228

As that is more relevant to the problem.