Hi,
I'm new to linux so I don't know very much about it. Here is the link to the alsa project page with the instructions that I followed
http://www.alsa-project.org/alsa-doc...module=azt2320
I downloaded the files. Ran the following commands in a terminal
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
But when I try the following command
./configure --with-cards=azt2320 --with-sequencer=yes;make;make install
it tells me the soundcard is not supported
I have found very little info about this sound card on the web. But what I did find said that the sound card is not supported but that people have gotten it to work with linux(with a bit of effort). But nobody has given instructions on how to get it to work.
Take a look at the post in the newbie forum, its titled
"Can you help me set up a simple minimalist linux system"
A person named ravee who replied to this post has said he has gotten it to work with Fedora Core 2.
Thanks.