Re: new legacy Yamaha PCI module in 2.2.16 kernel won't link??

2000-06-10 Thread Jeff Garzik
James D. Freels wrote: Alan Cox sent a message that it needed to be compiled as a module. This did correct the problem. Now I need the modules parameters to define the resources. What are they for this card? It's PCI,, you should not need to use any module parameters. Jeff --

new legacy Yamaha PCI module in 2.2.16 kernel won't link??

2000-06-09 Thread James D. Freels
I have recently upgraded my kernel to the new stable version 2.2.16. I noticed the new kernel has new support for legacy Yamaha PCI sound, so I thought I would give it a try. There is very little documentation (only the comments in the driver code). I enable the driver in the configuration,

Re: new legacy Yamaha PCI module in 2.2.16 kernel won't link??

2000-06-09 Thread Alan Cox
undefined reference is found with the error message below. The ymf_sb.c modules compiles fine and is loaded in the sound.a library. So why won't it link? drivers/sound/sound.a(sound_core.o): In function `soundcore_init': sound_core.o(.text+0x3e5): undefined reference to

Re: new legacy Yamaha PCI module in 2.2.16 kernel won't link??

2000-06-09 Thread Jonathan Paul Cowherd
undefined reference is found with the error message below. The ymf_sb.c modules compiles fine and is loaded in the sound.a library. So why won't it link? drivers/sound/sound.a(sound_core.o): In function `soundcore_init': sound_core.o(.text+0x3e5): undefined reference to

Re: new legacy Yamaha PCI module in 2.2.16 kernel won't link??

2000-06-09 Thread James D. Freels
Alan Cox sent a message that it needed to be compiled as a module. This did correct the problem. Now I need the modules parameters to define the resources. What are they for this card? Date: Fri, 09 Jun 2000 14:07:27 -0400 From: Jonathan Paul Cowherd [EMAIL PROTECTED] Cc: [EMAIL PROTECTED],