On Tue, 23 Oct 2001, Dominik Christ wrote:
> Recently I bought a new machine with a K7S5A Mainboard
> The site http://www6.tomshardware.com/mainboard/01q2/010611/sis-11.html
> claims that the used Audio Codec is AD1881A from Analog Products. The
> Datasheets for this Codec are availablew here:
> h
Hi,
I just updated the alsa code from CVS. It builds fine but when installing
it says
depmod: *** Unresolved symbols in /lib/modules/2.4.13/misc/snd-seq-oss.o
And when trying to insert modules :
../modules/snd-seq-oss.o: unresolved symbol snd_seq_sleep_timeout_in_lock
../modules/snd-seq-oss.o: u
these are the devices I would like to record simultaneously from , as I
tried to describe them in my .asoundrc file
pcm.rme1_2 { // should represent channels 1- 2
type plug
ttable.0.0 1
ttable.1.1 1
slave.pcm {
type hw
card 0
}
}
pcm.rme3_4 { // s
At Wed, 24 Oct 2001 11:04:34 +0200 (EET),
Janek Hiis wrote:
>
> Hi,
>
> I just updated the alsa code from CVS. It builds fine but when installing
> it says
> depmod: *** Unresolved symbols in /lib/modules/2.4.13/misc/snd-seq-oss.o
>
> And when trying to insert modules :
> ../modules/snd-seq-oss
>pcm.rme1_2 { // should represent channels 1- 2
> type plug
>pcm.rme3_4 { // should represent channels 3- 4
> type plug
as little as i know about this stuff, i do know that that won't
work. you need to use the "type share" i believe, but as i've noted
before,
On Tuesday 23 October 2001 21:54, dave willis wrote:
> i just finished testing several different patched and unpatched linux
> kernels, and was surprised by the results: all basically the same.
>
This is not surprising - the various low-latency patches only address latency
issues on loaded syst
Paul Davis wrote:
>
> >pcm.rme1_2 { // should represent channels 1- 2
> > type plug
>
> >pcm.rme3_4 { // should represent channels 3- 4
> > type plug
>
> as little as i know about this stuff, i do know that that won't
> work. you need to use the "type share"
hello,
is there a 0.5.11 cvs branch of alsa ? because
head gives me 0.9.x beta but i need the old one
preferabely kernel TAINT fix.. or could someone
please release a 0.5.11b or something release ?
thanks..
--
Name: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: ma
Hi,
I noticed that the snd-seq-oss module was giving "unresolved symbol"
errors when I tried to load it. The following patch fixes the problem.
Cheers,
Chris
--- alsa-driver/kernel/seq/seq.c.orig Fri Oct 19 13:10:15 2001
+++ alsa-driver/kernel/seq/seq.cWed Oct 24 12:38:31 2001
@@ -132