On Sun, Apr 16, 2006 at 02:36:13PM +0200, Thomas Kuther wrote:
> On Sun, 16 Apr 2006 03:41:31 -0700 (PDT)
> na bob <[EMAIL PROTECTED]> wrote:
> 
> > hi, just bought the M-Audio Adiophile2496 because i
> > thought it was well known to Linux (Kubuntu). Before i
> > had all these troubles with the build-in chip HDA
> > Intel and i really want to switch to Linux so i bought
> > this card.
> > Starting up Kubuntu i had sound and a nice Kmix.
> > However, just like the HDA Intel, i could not get any
> > sound out of Amarok. The M-audio pages direct me to
> > drivers of oss, wich would be working with the
> > audiophile2496. So i installed them and have no sound
> > at all now. Even Kmix shows no content anymore, there
> > must be a big problem.
> > Can somebody help me out please. (If i cannot get this
> > soundcard to work within a week, i can bring it back
> > to the store and get my money back)
> > 
> > Menno
> > 
> 
> make sure you have snd-ice1712 module and just run "alsaconfig". Then
> use alsamixer to unmute the DACs (i think the DACs are muted by
> default).

Just to clarify, OSS and ALSA are different worlds, although
ALSA usually emulates the OSS sound devices such as
/dev/dsp.

As Thomas writes, the driver for your card is snd-ice1712.
Try 
     $ sudo modprobe snd-ice1712

You may have to remove the OSS driver first with

     $ sudo modprobe -r drivername

Try 
     $ cat /proc/asound/cards

to see what soundcards you have available. Here 'asound' means 'ALSA'.

I get an output like this:
--------
0 [V8237          ]: VIA8237 - VIA 8237
                     VIA 8237 with VIA1617A at 0xd000, irq 11
1 [DSP24          ]: ICE1712 - Hoontech SoundTrack Audio DSP24
                     Hoontech SoundTrack Audio DSP24 at 0xdc00, irq 11
--------

Next step (supposing the ICE1712 card is card 1:

     $ envy24control -c 1

This mixer interface is a little more sophisticated than alsamixer.

Amazing that such FAQs can persist despite Herculean efforts
to get the word out!

> HTH
> tom
-- 
Joel Roth


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to