Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112871 - alsa driver for indigoio card can't find firmware
Summary: alsa driver for indigoio card can't find firmware
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-17 18:33 UTC by Nikolay Suslov
Modified: 2005-11-19 13:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Suslov 2005-11-17 18:33:13 UTC
Trying to set my Echo Indigo IO soundcard to work with Gentoo.
Alsa is build as modules (only soundcore build as in-kernel module)
Kernel, alsa-driver and alsa-firmware copmiled without any error messages, but
during loadind of snd-indigoio module there is a problem: 
(info from dmesg)
-----Begin of quote-----
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 169
ALSA
/var/tmp/portage/alsa-driver-1.0.10_rc3/work/alsa-driver-1.0.10rc3/pci/echoaudio/echoaudio.c:41:
get_firmware(): Firmware not available (-2)
ACPI: PCI interrupt for device 0000:02:00.0 disabled
Echoaudio Indigo IO: probe of 0000:02:00.0 failed with error -2
-----End of quote-----

Tried with latest 1.0.10 version of alsa, same result.
btw, all firmware installed in /lib/firmware and lspci shows my card at PCI
0000:02:00.0

Reproducible: Always
Steps to Reproduce:
Comment 1 Nikolay Suslov 2005-11-19 13:32:01 UTC
Fixed by emerged hotplug.
I beleive this should be added to Gentoo ALSA Guide - in order to get any
audiocard which needs to load firmware hotplug needed to be emerged first.