[Alsa-user] Working config. Suddenly: ERROR: Failed to load necessary drivers

2008-03-26 Thread Hendrik Friedel
Hi, My config had been working for 2 years, but it stopped yesterday. When I try to start alsa (gentoo) I see these messages: * Loading ALSA modules ... * Loading: snd-card-0 ... [ ok ] * Loading: snd-seq-oss ... [ ok ] * Loading: snd-pcm-oss ... [ ok ] * ERROR: Failed to load necessa

Re: [Alsa-user] Working config. Suddenly: ERROR: Failed to load necessary drivers

2008-03-26 Thread Bill Unruh
On Wed, 26 Mar 2008, Hendrik Friedel wrote: > Hi, > > My config had been working for 2 years, but it stopped yesterday. > When I try to start alsa (gentoo) I see these messages: > * Loading ALSA modules ... > * Loading: snd-card-0 ... > [ ok ] > * Loading: snd-seq-oss ... > [ ok ] > * Loadin

Re: [Alsa-user] Working config. Suddenly: ERROR: Failed to loadnecessary drivers

2008-03-26 Thread Hendrik Friedel
Hi, Well, alsaconf worked. I didn't hear a sound, though. ;-) I solved it now. For some reason, I had to add snd-cmipci to /etc/autoload.d Greetings, Hendrik > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 26. März 2008 10:23 > An:

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Helge Fredriksen
Ok, here's what I found out: Since these cards seem to lack the support for doing frequency conversion in HW, you simply need to use the alsa plugin plughw instead of hw when referring to the card: arecord -Dplughw:0 test.wav aplay -Dplughw:0 test.wav Then alsa do the conversion for you... Stra

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Bill Unruh
On Wed, 26 Mar 2008, Helge Fredriksen wrote: > Ok, here's what I found out: > > Since these cards seem to lack the support for doing frequency conversion in > HW, you simply need to use the alsa plugin > plughw instead of hw when referring to the card: > > arecord -Dplughw:0 test.wav > aplay -Dpl

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread stan
Helge Fredriksen wrote: > Ok, here's what I found out: > > Since these cards seem to lack the support for doing frequency > conversion in HW, you simply need to use the alsa plugin > plughw instead of hw when referring to the card: > > arecord -Dplughw:0 test.wav > aplay -Dplughw:0 test.wav > > T

[Alsa-user] polynomial interpolation/resampling ( was Re: Trying to get arecord/aplay to work with M-Audio)

2008-03-26 Thread Sergei Steshenko
On Wed, 26 Mar 2008 15:57:51 -0700 (PDT) Bill Unruh <[EMAIL PROTECTED]> wrote: > On Wed, 26 Mar 2008, Helge Fredriksen wrote: > > > Ok, here's what I found out: > > > > Since these cards seem to lack the support for doing frequency conversion in > > HW, you simply need to use the alsa plugin > >

Re: [Alsa-user] polynomial interpolation/resampling ( was Re: Trying to get arecord/aplay to work with M-Audio)

2008-03-26 Thread Bill Unruh
On Thu, 27 Mar 2008, Sergei Steshenko wrote: > On Wed, 26 Mar 2008 15:57:51 -0700 (PDT) > Bill Unruh <[EMAIL PROTECTED]> wrote: > >> On Wed, 26 Mar 2008, Helge Fredriksen wrote: >> >>> Ok, here's what I found out: >>> >>> Since these cards seem to lack the support for doing frequency conversion in

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Bill Unruh
On Thu, 27 Mar 2008, Rene Herman wrote: > On 26-03-08 23:57, Bill Unruh wrote: > >> On Wed, 26 Mar 2008, Helge Fredriksen wrote: >> >> > Ok, here's what I found out: >> > >> > Since these cards seem to lack the support for doing frequency >> > conversion in >> > HW, you simply need to use

Re: [Alsa-user] Trying to get arecord/aplay to work with M-Audio

2008-03-26 Thread Rene Herman
On 26-03-08 23:57, Bill Unruh wrote: > On Wed, 26 Mar 2008, Helge Fredriksen wrote: > >> Ok, here's what I found out: >> >> Since these cards seem to lack the support for doing frequency conversion in >> HW, you simply need to use the alsa plugin >> plughw instead of hw when referring to the card