Ok, my driver according to the sound configuration panel in the Mandrake Control Center is snd-emu10k1 (EMU10K1).
Using the troubleshooter I used all the command and have the following:
[scorpion@localhost scorpion]$ lspcidrake -v | fgrep AUDIO
audigy : Creative Labs|EMU10K2 Audigy Audio Processor [MULTIMEDIA_AUDIO] (vendor:1102 device:0004 subv:1102 subd:1002)
[scorpion@localhost scorpion]$ grep sound-slot /etc/modules.conf
alias sound-slot-0 emu10k1
[scorpion@localhost scorpion]$ /sbin/lsmod
Module Size Used by Not tainted
sg 34636 0 (autoclean)
lp 8096 0
parport_pc 25096 1
parport 34176 1 [lp parport_pc]
emu10k1 66344 1
ac97_codec 11848 0 [emu10k1]
soundcore 6276 0 [emu10k1]
nfsd 74256 8 (autoclean)
af_packet 14952 1 (autoclean)
sr_mod 16920 0 (autoclean)
8139too 17160 1 (autoclean)
mii 3832 0 (autoclean) [8139too]
ohci1394 19048 0 (unused)
ieee1394 45900 0 [ohci1394]
nls_cp850 4316 1 (autoclean)
vfat 11820 1 (autoclean)
fat 37944 0 (autoclean) [vfat]
nls_iso8859-1 3516 2 (autoclean)
ntfs 76812 1 (autoclean)
supermount 15296 1 (autoclean)
ide-cd 33856 0
cdrom 31648 0 [sr_mod ide-cd]
ide-scsi 11280 0
scsi_mod 103284 3 [sg sr_mod ide-scsi]
usbmouse 2936 0 (unused)
keybdev 2720 0 (unused)
mousedev 5268 1
hid 20900 0 (unused)
input 5664 0 [usbmouse keybdev mousedev hid]
usb-ohci 20584 0 (unused)
usbcore 72992 1 [usbmouse hid usb-ohci]
rtc 8060 0 (autoclean)
xfs 434546 1
[scorpion@localhost scorpion]$ /sbin/chkconfig
chkconfig version 1.3.6 - Copyright (C) 1997-2000 Red Hat, Inc.
This may be freely redistributed under the terms of the GNU Public License.
usage: chkconfig --list [name]
chkconfig --add <name>
chkconfig --del <name>
chkconfig [--level <levels>] <name> <on|off|reset>)
[scorpion@localhost scorpion]$ /sbin/chkconfig --list sound
sound 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
[scorpion@localhost scorpion]$ aumix -q
vol 54, 54
pcm 94, 94
speaker 67, 67
line 67, 67, P
mic 0, 0, R
cd 67, 67, P
igain 1, 1, P
ogain 67, 67
line1 67, 67, P
dig1 67, 67
phin 67, 67, P
phout 67, 67
video 67, 67, P
[scorpion@localhost scorpion]$ /sbin/fuser -v /dev/dsp
[scorpion@localhost scorpion]$
That's pretty much it. I hope this help. Thanks in advance.