[EMAIL PROTECTED] wrote:
> 
> All reports I've seen mention that the driver works fine if compiled as a
> module. You may
> want to try that. For this reason I also don't believe the problem is the
> any of the emu10k1
> source files (which you diff'ed), unfortunately I haven't had much
> time/means to test this
> since I'm without a home PC and a SBLive.

Hi Rui,

this is unfortunately not true as I posted lately on emu10k1-devel.
If compiled as a module /dev/dsp and /dev/audio do _no_ work, but
/dev/dsp1 and /dev/audio1 do.

Someone posted a little patch that makes it work again. Here it is:

--- linux-2.2.18/drivers/sound/sound_core.c     Sun Dec 17 11:11:46 2000
+++ linux-2.2.18-emubug/drivers/sound/sound_core.c      Sun Dec 17
11:05:23 2000
@@ -436,7 +436,7 @@
        cs4281_probe();
 #endif
 #ifdef CONFIG_SOUND_EMU10K1
-       init_emu10k1();
+/*     init_emu10k1();*/
 #endif
 #ifdef CONFIG_SOUND_YMFPCI
        ymf_probe();


Greetings,
Juri

-- 
[EMAIL PROTECTED]
system engineer                                         innominate AG
clustering & security                            the linux architects
tel: +49-30-308806-45   fax: -77            http://www.innominate.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to