FS#15090 - [alsa-firmware] Echoaudio Indigo DJx support for ALSA
Attached to Project:
Arch Linux
Opened by Ricardo Restituyo (warchiefx) - Saturday, 13 June 2009, 17:10 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 07 September 2009, 16:12 GMT
Opened by Ricardo Restituyo (warchiefx) - Saturday, 13 June 2009, 17:10 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 07 September 2009, 16:12 GMT
|
Details
Description:
alsa packages don't include the driver snd-indigodjx, manual install from alsa source is required for this driver. snd-indigodj is included but doesn't work with this variant of the card. To install: tar xvjf alsa-driver-xxxx.tar.bz2 cd alsa-driver-xxxx ./configure --with-cards=indigodjx --with-sequencer make && sudo make install There doesn't seem to be an alsa-firmware package in the repository, which is required to make this sound card work. To install: tar xvjf alsa-firmware-xxxx.tar.bz2 cd alsa-firmware-xxxx ./configure && make && make install After these installs, the sound card is detected and works, but alsa says it has around 24 VMixer controls. Additional info: * dmesg output Echoaudio Indigo DJx 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 Echoaudio Indigo DJx 0000:04:00.0: firmware: requesting ea/indigo_djx_dsp.fw * package version(s) extra/alsa-lib 1.0.20-1 An alternative implementation of Linux sound support extra/alsa-oss 1.0.17-1 OSS compatibility library extra/alsa-utils 1.0.20-2 An alternative implementation of Linux sound support |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Monday, 07 September 2009, 16:12 GMT
Reason for closing: Implemented
Monday, 07 September 2009, 16:12 GMT
Reason for closing: Implemented
Is there any plans to include alsa-firmware in extra? I use the AUR version and if there's an official one, I would be very happy! :) Thanks.