Hey,
>> > --- Your kernel must be compiled with loadable modules and soundcard
>> > support and without any integrated emu10K1 soundcard drivers.
>> How do I check, please?
> Look for
> "CONFIG_MODULES = y" for the loadable modules support
> "CONFIG_SOUND = y/m" for soundcard support and 
> "CONFIG_SOUND_EMU10K1 = m/n" for non-integrated emu10k1 soundcard drivers.
> y = yes (compiled directly into the kernel)
> n = no (not included/supported)
> m = module (included as module which can be loaded but not compiled directly 
> in the kernel)
> In your /boot directory there should be a file called "config-[your kernel]"
> which I think is the config used for your kernel.  You can search this file, 
> for example:
> $ grep -i CONFIG_MODULES /boot/config-2.4.17.13mdk
> CONFIG_MODULES=y
> $ grep -i CONFIG_SOUND /boot/config-2.4.17-13mdkenterprise
> CONFIG_SOUND=m
>       --> (plus many more listed)
> $ grep -i CONFIG_SOUND_EMU10K1 /boot/config-2.4.17-13mdkenterprise
> CONFIG_SOUND_EMU10K1=m
>       --> (this was already shown in the long list from the above search)

> OK (and in my case knowledge on this subject is _very_ limited).  Well
> anyways... even tho I couldn't help you with your soundcard problem, at least 
> you know a bit more about your kernel now  ;)

Don't worry and thank you. ;-)

Greetings
Roman


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to