I find myself downloading the most current
software from the developer's site. I'm
desperate. I've been downloading and
installing the software for my Echo Mia
card using this web page:
Matrix:Module-mia
I'm a Debian user and I greatly prefer it
when I can install a Debian package and it
just works. Currently, my Echo Mia Card
is not being recognized. I suspect
that it is because I need the firmware
software for the alsa project.
My first act of desperation has been to
download version 1.0.24 of the ALSA driver.
I've installed the driver using the following
command as suggested by the web page shown
above:
./configure --with-cards=mia --with-sequencer=yes ; make ; make install
When I do the type the following command,
I see a message concerning the Echo Mia
soundcard and firmware:
dmesg | more
I wonder if this page will help me download
the necessary firmware:
Contains firmware for ALSA devices - Medibuntu package
Looks like that is a bad idea. Downloading
a Ubuntu package for a Debian installation
is a bad idea.
Here's someone who is having the same problem:
Squeeze "upgrade," alsa will not load my sound module (echo mia). NO sound.
OK. Just did something scary. I downloaded
the firmware pacakge from ALSA. It is located
here:
Latest Alsa Releases
I did the following commands:
bunzip alsa-firmware-1.0.24.1.tar.bz2 tar xvf alsa-firmware-1.0.24.1.tar cd alsa-firmware-1.0.24.1 ./configure make install
I had no idea how to configure the
software for ECHO Mia so I just installed
every piece of firmware possible.
Prior to following the above steps,
I installed the 1.0.24 ALSA drivers.
The dmesg error that says drivers are
not found has gone away. However, this
has not solved the problem. Why do
I get no sound at all out of the card.
Stiil trying to figure it all out.
Ed Abbott