* [Fwd: [Alsa-user] found bug, fixed bug, cannot tell anyone]
@ 2008-08-14 23:17 stan
2008-08-15 5:55 ` Takashi Iwai
2008-08-15 7:46 ` Rene Herman
0 siblings, 2 replies; 3+ messages in thread
From: stan @ 2008-08-14 23:17 UTC (permalink / raw)
To: ALSA Developers, johnson2412
Forwarded as per request
-------- Original Message --------
From: - Thu Aug 14 15:28:40 2008
Message-ID: <001d01c8fe5e$3e4eed40$0402a8c0@sj4>
From: Wesley Johnson <johnson2412@usgo.net>
To: <alsa-user@lists.sourceforge.net>
Date: Thu, 14 Aug 2008 15:36:55 -0500 (CDT)
MIME-Version: 1.0
How do you notify ALSA dev team about a bug that has been in 1.0.16 and
1.0.17. ???
Bugtracker will not let me login, nor email an account confirmation.
Getting an ALSA home page account seems to have no purpose at all, it does
not let you do anything.
BUG:
When you try to compile driver for ens1371 by itself the compile will
fail.
The driver for ens1371 has an include of the file for ens1370, but the
makefule does not have this dependency
so the ens1370 file is missing. The dev team is probably always compiling
for all.
Diff file that fixes this problem follows.
*** pci/Makefile.orig Mon Jul 14 02:53:57 2008
--- pci/Makefile Thu Jul 17 21:25:42 2008
***************
*** 27,34 ****
--- 27,35 ----
atiixp_modem.c: atiixp_modem.patch
$(SND_TOPDIR)/alsa-kernel/pci/atiixp_modem.c
bt87x.c: bt87x.patch $(SND_TOPDIR)/alsa-kernel/pci/bt87x.c
cmipci.c: cmipci.patch $(SND_TOPDIR)/alsa-kernel/pci/cmipci.c
ens1370.c: ens1370.patch $(SND_TOPDIR)/alsa-kernel/pci/ens1370.c
+ ens1371.c: ens1370.c
fm801.c: fm801.patch $(SND_TOPDIR)/alsa-kernel/pci/fm801.c
intel8x0.c: intel8x0.patch $(SND_TOPDIR)/alsa-kernel/pci/intel8x0.c
maestro3.c: maestro3.patch $(SND_TOPDIR)/alsa-kernel/pci/maestro3.c
via82xx.c: via82xx.patch $(SND_TOPDIR)/alsa-kernel/pci/via82xx.c
I have been trying for since July 17 to try to send this to ALSA dev team,
and have been blocked at every attempt
It is now Aug 13. If someone knows how to do this, please post a reply.
Wesley D. Johnson
--- Get FREE High Speed Internet from USFamily.Net! --
http://www.usfamily.net/mkt-freepromo.html ---
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Fwd: [Alsa-user] found bug, fixed bug, cannot tell anyone]
2008-08-14 23:17 [Fwd: [Alsa-user] found bug, fixed bug, cannot tell anyone] stan
@ 2008-08-15 5:55 ` Takashi Iwai
2008-08-15 7:46 ` Rene Herman
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2008-08-15 5:55 UTC (permalink / raw)
To: stan; +Cc: ALSA Developers, johnson2412
At Thu, 14 Aug 2008 16:17:32 -0700,
stan wrote:
>
> Forwarded as per request
>
>
> -------- Original Message --------
> From: - Thu Aug 14 15:28:40 2008
> Message-ID: <001d01c8fe5e$3e4eed40$0402a8c0@sj4>
> From: Wesley Johnson <johnson2412@usgo.net>
> To: <alsa-user@lists.sourceforge.net>
> Date: Thu, 14 Aug 2008 15:36:55 -0500 (CDT)
> MIME-Version: 1.0
>
> How do you notify ALSA dev team about a bug that has been in 1.0.16 and
> 1.0.17. ???
> Bugtracker will not let me login, nor email an account confirmation.
> Getting an ALSA home page account seems to have no purpose at all, it does
> not let you do anything.
>
> BUG:
> When you try to compile driver for ens1371 by itself the compile will
> fail.
> The driver for ens1371 has an include of the file for ens1370, but the
> makefule does not have this dependency
> so the ens1370 file is missing. The dev team is probably always compiling
> for all.
>
> Diff file that fixes this problem follows.
>
> *** pci/Makefile.orig Mon Jul 14 02:53:57 2008
> --- pci/Makefile Thu Jul 17 21:25:42 2008
> ***************
> *** 27,34 ****
> --- 27,35 ----
> atiixp_modem.c: atiixp_modem.patch
> $(SND_TOPDIR)/alsa-kernel/pci/atiixp_modem.c
> bt87x.c: bt87x.patch $(SND_TOPDIR)/alsa-kernel/pci/bt87x.c
> cmipci.c: cmipci.patch $(SND_TOPDIR)/alsa-kernel/pci/cmipci.c
> ens1370.c: ens1370.patch $(SND_TOPDIR)/alsa-kernel/pci/ens1370.c
> + ens1371.c: ens1370.c
> fm801.c: fm801.patch $(SND_TOPDIR)/alsa-kernel/pci/fm801.c
> intel8x0.c: intel8x0.patch $(SND_TOPDIR)/alsa-kernel/pci/intel8x0.c
> maestro3.c: maestro3.patch $(SND_TOPDIR)/alsa-kernel/pci/maestro3.c
> via82xx.c: via82xx.patch $(SND_TOPDIR)/alsa-kernel/pci/via82xx.c
>
>
> I have been trying for since July 17 to try to send this to ALSA dev team,
> and have been blocked at every attempt
> It is now Aug 13. If someone knows how to do this, please post a reply.
Thanks, applied now to my git tree.
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Fwd: [Alsa-user] found bug, fixed bug, cannot tell anyone]
2008-08-14 23:17 [Fwd: [Alsa-user] found bug, fixed bug, cannot tell anyone] stan
2008-08-15 5:55 ` Takashi Iwai
@ 2008-08-15 7:46 ` Rene Herman
1 sibling, 0 replies; 3+ messages in thread
From: Rene Herman @ 2008-08-15 7:46 UTC (permalink / raw)
To: stan; +Cc: ALSA Developers
On 15-08-08 01:17, stan wrote:
> Forwarded as per request
(sorry, read alsa-user first so didn't see you already forwarded it onto
here)
Rene.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-15 7:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14 23:17 [Fwd: [Alsa-user] found bug, fixed bug, cannot tell anyone] stan
2008-08-15 5:55 ` Takashi Iwai
2008-08-15 7:46 ` Rene Herman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.