On Wed, 17 Feb 1999, Rodrigo Castro wrote:

> Tried everything. Not working. I don't even know if you have any more idea
> about what may be the problem. My motherboard chipset is VIA and I read
> something about a conflict between some VIA chipsets and sound cards. I
> sent a message to linux-kernel list. Let's see if someone there gives us a
> tip of what may not be working.
> The worst thing is that it used to work in 2.0.36, but nowadays when I try
> to revert to 2.0.36 kernel, it does not work more (with isapnptools). The
> only way I found that works is initializing my card with a kernel patch in
> a 2.0.* kernel.
Try this patch, then recompile. If it works then the problem was the 
motherboard.
-- 
.sig under deconstruction. Please watch out for falling stars.
--- linux/include/asm-i386/dma.h.orig   Sat Jan 30 14:16:02 1999
+++ linux/include/asm-i386/dma.h        Thu Feb 18 05:02:07 1999
@@ -292,7 +292,7 @@
 #ifdef CONFIG_PCI_QUIRKS
 extern int isa_dma_bridge_buggy;
 #else
-#define isa_dma_bridge_buggy   (0)
+#define isa_dma_bridge_buggy   (1)
 #endif
 
 #endif /* _ASM_DMA_H */

Reply via email to