Re: [Alsa-devel] alsamixer on cvs (works!)

2002-09-17 Thread Fernando Pablo Lopez-Lezcano
I'm using 2.4.20-pre4 + lowlat + preempt + capabilities + acpi (I think that's all) anyway, i changed the relevant part on cvs. please try once to update. I'll try again... Compiles fine and seems to be working ok (intel8x0). I don't know what the situation was

Re: [Alsa-devel] alsamixer on cvs (works!)

2002-09-13 Thread Jaroslav Kysela
On Thu, 12 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: I just tried cvs and I'm getting an unresolved symbol error on snd.o, pci_alloc_consistent this is likely because of my last change. which kernel are you using? perhaps pci_alloc_consistent() is defined as a macro for

Re: [Alsa-devel] alsamixer on cvs (works!)

2002-09-13 Thread Fernando Pablo Lopez-Lezcano
I just tried cvs and I'm getting an unresolved symbol error on snd.o, pci_alloc_consistent this is likely because of my last change. which kernel are you using? perhaps pci_alloc_consistent() is defined as a macro for some other function in your kernel. I'm using 2.4.20-pre4 +

Re: [Alsa-devel] alsamixer on cvs

2002-09-12 Thread Takashi Iwai
At Wed, 11 Sep 2002 13:32:24 -0700, Fernando Pablo Lopez-Lezcano wrote: I just tried cvs and I'm getting an unresolved symbol error on snd.o, pci_alloc_consistent this is likely because of my last change. which kernel are you using? perhaps pci_alloc_consistent() is defined as a macro for

Re: [Alsa-devel] alsamixer on cvs

2002-09-12 Thread Fernando Pablo Lopez-Lezcano
I just tried cvs and I'm getting an unresolved symbol error on snd.o, pci_alloc_consistent this is likely because of my last change. which kernel are you using? perhaps pci_alloc_consistent() is defined as a macro for some other function in your kernel. I'm using 2.4.20-pre4 + lowlat +

Re: [Alsa-devel] alsamixer on cvs

2002-09-11 Thread Jaroslav Kysela
On Mon, 9 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: The updated code in CVS should be more verbose. Could you try it and send me related lines from /var/log/messages? Thanks. Here's the error message from the cvs version, it appears to add a little bit more information to

Re: [Alsa-devel] alsamixer on cvs

2002-09-11 Thread Takashi Iwai
At Wed, 11 Sep 2002 09:32:26 +0200 (CEST), Jaroslav wrote: On Mon, 9 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: The updated code in CVS should be more verbose. Could you try it and send me related lines from /var/log/messages? Thanks. Here's the error message from the

Re: [Alsa-devel] alsamixer on cvs

2002-09-10 Thread Fernando Pablo Lopez-Lezcano
The updated code in CVS should be more verbose. Could you try it and send me related lines from /var/log/messages? Thanks. Here's the error message from the cvs version, it appears to add a little bit more information to what I sent before: Sep 9 20:25:57 pc1 kernel: PCI:

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Takashi Iwai
Hi, At Thu, 5 Sep 2002 12:45:09 -0700 (PDT), Fernando Pablo Lopez-Lezcano wrote: # alsamixer alsamixer: simple.c:869: simple_add1: Assertion `!simple-ctls[type].elem' failed. Aborted could you try to remove the assert() at alsa-lib/src/mixer/simple.c line

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Fernando Pablo Lopez-Lezcano
# alsamixer alsamixer: simple.c:869: simple_add1: Assertion `!simple-ctls[type].elem' failed. Aborted could you try to remove the assert() at alsa-lib/src/mixer/simple.c line 869? this looks like a wrong conditional... It's ok. Could you

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Jaroslav Kysela
On Mon, 9 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: # alsamixer alsamixer: simple.c:869: simple_add1: Assertion `!simple-ctls[type].elem' failed. Aborted could you try to remove the assert() at alsa-lib/src/mixer/simple.c line 869? this

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Fernando Pablo Lopez-Lezcano
Sure, it is included at the end of the email. I found the same problem yesterday in an ens1371 based soundcard. I've fixed the problem in CVS for intel8x0 Something else has changed, I now get a: could you check where the error is returned (e.g. by primitive printk's) ? i

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Fernando Pablo Lopez-Lezcano
I'll try, I don't know exactly where it could be failing but I'll try to find out (I'll have to read a lot of code :-) The error is not instantaneous, it takes almost a second (maybe) to fail, there must be a timeout somewhere. The updated code in CVS should be more verbose. Could

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Fernando Pablo Lopez-Lezcano
I'll try, I don't know exactly where it could be failing but I'll try to find out (I'll have to read a lot of code :-) The error is not instantaneous, it takes almost a second (maybe) to fail, there must be a timeout somewhere. The updated code in CVS should be more verbose. Could

Re: [Alsa-devel] alsamixer on cvs

2002-09-09 Thread Jaroslav Kysela
On Mon, 9 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: I'll try, I don't know exactly where it could be failing but I'll try to find out (I'll have to read a lot of code :-) The error is not instantaneous, it takes almost a second (maybe) to fail, there must be a timeout

Re: [Alsa-devel] alsamixer on cvs

2002-09-05 Thread Jaroslav Kysela
On Wed, 4 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: Fernando Pablo Lopez-Lezcano wrote: After installing a new cvs version I'm getting an assertion failure in alsamixer (or amix). # alsamixer alsamixer: simple.c:869: simple_add1: Assertion

Re: [Alsa-devel] alsamixer on cvs

2002-09-05 Thread Fernando Pablo Lopez-Lezcano
# alsamixer alsamixer: simple.c:869: simple_add1: Assertion `!simple-ctls[type].elem' failed. Aborted could you try to remove the assert() at alsa-lib/src/mixer/simple.c line 869? this looks like a wrong conditional... It's ok. Could you send us output from

Re: [Alsa-devel] alsamixer on cvs

2002-09-04 Thread Fernando Pablo Lopez-Lezcano
Fernando Pablo Lopez-Lezcano wrote: After installing a new cvs version I'm getting an assertion failure in alsamixer (or amix). # alsamixer alsamixer: simple.c:869: simple_add1: Assertion `!simple-ctls[type].elem' failed. Aborted could you try to remove the assert()

Re: [Alsa-devel] alsamixer on cvs

2002-09-03 Thread Fernando Pablo Lopez-Lezcano
After installing a new cvs version I'm getting an assertion failure in alsamixer (or amix). # alsamixer alsamixer: simple.c:869: simple_add1: Assertion `!simple-ctls[type].elem' failed. Aborted could you try to remove the assert() at alsa-lib/src/mixer/simple.c line 869? this