On 26 Sep 2001, Josh Green wrote:
> I've been getting a kernel oops with the latest CVS (as of today). I've
> attached the output from ksymoops. I CAN get it to re-occur. Running
> Smurf, loading up a sound font, and playing a bunch of notes eventually
> causes Smurf to segfault, with the kernel
On Wed, 26 Sep 2001, Thomas Hood wrote:
> Hi.
>
> There are some problems with the controls on the cs4236+ chips.
>
> 1) The same control bit is given two different names:
> > CS4236_SINGLEC("S/PDIF Output 3D", 0, 3, 5, 1, 0),
> and
> > CS4236_SINGLEC("3D Control - S/PDIF", 0, 3, 5, 1, 0)
It's a
On Thu, 2001-09-27 at 01:51, Jaroslav Kysela wrote:
> On 26 Sep 2001, Josh Green wrote:
>
> > I've been getting a kernel oops with the latest CVS (as of today). I've
> > attached the output from ksymoops. I CAN get it to re-occur. Running
> > Smurf, loading up a sound font, and playing a bunch of
On Wed, 26 Sep 2001, Richard Stevens wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thursday 27 September 2001 05:15, Christian Gerlach wrote:
> > Hi,
> >
> > I have a Terratec DMX and it only seems to be partly supported by the alsa
> > driver. Are there any ambitions or work in
hello josh !
Josh Green wrote:
>
> "Master" seems to control only the front speakers, "PCM" controls both
> PCM audio and Wavetable synth output, "Wave" seems more like what PCM
> should do (output level of PCM audio).
think of "pcm" as a sort of master that controls all pcm sources,
i.e. "mus
Hi,
Sorry for the long delay. Well, i updated my CVS tree just
now, and made some tests with the ac3dec from CVS tool module.
When i play an AC3 5.1 stream with 6 speakers (-6 option arg) i
can't hear anything on the center HP (i use the prologe.ac3, provided
with the CDROM drivers from C
On Thu, 27 Sep 2001, Daniel Caujolle-Bert wrote:
> Hi,
>
> Sorry for the long delay. Well, i updated my CVS tree just
> now, and made some tests with the ac3dec from CVS tool module.
> When i play an AC3 5.1 stream with 6 speakers (-6 option arg) i
> can't hear anything on the center HP (i
At Mon, 24 Sep 2001 10:12:21 +0200 (CEST),
Erik Inge Bolsø wrote:
>
> http://uwsg.iu.edu/hypermail/linux/kernel/0109.2/1614.html
>
> ... for those that don't follow linux-kernel too close ...
As far as i've tested with a modified version of Benno's latency test
suit, ALSA itself shows a very lo
Hi Josh,
At 26 Sep 2001 20:38:17 -0700,
Josh Green wrote:
>
> I've been getting a kernel oops with the latest CVS (as of today). I've
> attached the output from ksymoops. I CAN get it to re-occur. Running
> Smurf, loading up a sound font, and playing a bunch of notes eventually
> causes Smurf to
On 26 Sep 2001, Josh Green wrote:
> 2. Recording not working
>
> When I record, I get complete 0'd data. I've tried several recording
> inputs (Line, Mic, etc) all produce 0 data.
What's your setup of "AC'97" mixer control? It should be:
amixer set "AC'97" Playback 0%
amixer set "AC'97" Capture
The latest CVS of alsa-utils fails to compile. As this looks to have just
been tagged as 0.9b8 this needs urgent action.
Following a thorough clean (make cvsclean or make distclean) of current
drivers, libs & utils, the following errors occur:
alsactl:
make[1]: Entering directory `/data5/softw
On Thu, 27 Sep 2001, James Tappin wrote:
> The latest CVS of alsa-utils fails to compile. As this looks to have just
> been tagged as 0.9b8 this needs urgent action.
>
> Following a thorough clean (make cvsclean or make distclean) of current
> drivers, libs & utils, the following errors occur:
>
Jaroslav Kysela wrote:
>
> Can you feed to center/lfe outputs the standard stereo wave? The command
> is: aplay -D center_lfe
>
> Let me know the result (if something was on output).
Ok, i had to apply the following patch to get rid
of error message from aplay:
--- alsa.conf.ori
I found that to get recording to work you have to turn up the Capture bar
in alsamixer. I had mine muted or on zero for a long time and couldn't
figure out what was going on :)
Are the amixer commands below meant to be issued at the command line or
put in asound.conf somewhere? When I tried th
On Thu, 2001-09-27 at 14:51, Jared wrote:
> I found that to get recording to work you have to turn up the Capture bar
> in alsamixer. I had mine muted or on zero for a long time and couldn't
> figure out what was going on :)
>
> Are the amixer commands below meant to be issued at the command l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 27 September 2001 11:42, Jaroslav Kysela wrote:
> On Wed, 26 Sep 2001, Richard Stevens wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Thursday 27 September 2001 05:15, Christian Gerlach wrote:
> > > Hi,
> > >
> > >
On Wed, 26 Sep 2001, Uros Bizjak wrote:
> On Tue, 25 Sep 2001, James Rich wrote:
>
> > I still can't get any of the snd-card-sb* modules to build. I
>
> After checking out CVS you should run ./cvscompile script. For example:
>
> ./cvscompile --with-cards=sbawe
Yup, did this - no luck
>
On Thu, 2001-09-27 at 10:02, Takashi Iwai wrote:
> Hi Josh,
>
> At 26 Sep 2001 20:38:17 -0700,
> Josh Green wrote:
> >
> > I've been getting a kernel oops with the latest CVS (as of today). I've
> > attached the output from ksymoops. I CAN get it to re-occur. Running
> > Smurf, loading up a soun
On Thu, 2001-09-27 at 10:02, Jaroslav Kysela wrote:
> On 26 Sep 2001, Josh Green wrote:
>
> > 2. Recording not working
> >
> > When I record, I get complete 0'd data. I've tried several recording
> > inputs (Line, Mic, etc) all produce 0 data.
>
> What's your setup of "AC'97" mixer control? It s
On Thu, 2001-09-27 at 07:55, Jörn Nettingsmeier wrote:
>
> think of "pcm" as a sort of master that controls all pcm sources,
> i.e. "music" (the synth) and "wave".
>
Okay, that makes sense. Would be nice to have a little mixer diagram.
How helpful is Creative been on all this stuff, I wonder?
On Fri, 28 Sep 2001, Jared wrote:
> I found that to get recording to work you have to turn up the Capture bar
> in alsamixer. I had mine muted or on zero for a long time and couldn't
> figure out what was going on :)
>
> Are the amixer commands below meant to be issued at the command line or
> p
How do you do!
my soundcard is a pci als300+ in my notebook,i don't bring up it,i found
als100,als4000 in alsa package,but no als300+,can you teach me? or provide its driver
fro me?
thank you very much!
===
ÊÖ»úºÅÂëÊǵçÓÊ£¬´Ó´Ë½»·Ñ²»ÓÃ
22 matches
Mail list logo