if ( fedora_doesn't_have_modules)
{
I suppose you have to recompile the kernel, to add support for the card. I think it wud be under
[code] [DEVICE DRIVERS] --> [SOUND] --> [ALSA] --> [PCI] -->[*] Support for creative soundblaster pci cards. And then recompile the kernel.
}
else
{
But doesn't fedora include generic device detection? May be it's compiled as modules. Head over to This
Alsa drivers page And select Creative labs. See the module section for the module you wud have to use for your card.
Creative Here see the module name in driver and docs. Note it down and issue
# modprobe <module>
Post if you get any errors.
}