I think that card can use the es1371 module which should be ready by default.
Do this first as root, edit your /etc/rc.d/rc.modules file to look like this under the Sound section:
Code:
### Sound support ###
# Sound Blaster Pro/16 support:
#/sbin/modprobe sb io=0x220 irq=5 dma=3 dma16=5 mpu_io=0x300
# Sound Blaster Live support:
#/sbin/modprobe emu10k1
# MAD16 support:
#/sbin/modprobe mad16 io=0x530 irq=7 dma=0 dma16=1
# AD1816(A) sound driver:
#/sbin/modprobe modprobe ad1816 io=0x530 irq=5 dma=1 dma2=3 ad1816_clockfreq=33000
# ES1370 support, such as Sound Blaster 128PCI:
#/sbin/modprobe es1370
# ES1371 support, such as Sound Blaster 64V PCI:
/sbin/modprobe es1371
You see the last entry there, you want to take that # or hash mark out. This should enable that module to load at boot time for you.
Next do this as root to load the module manually.
Code:
/sbin/modprobe es1371
And now this to make sure all users have permissions to have sound:
Code:
chmod 666 /dev/dsp* /dev/mixer*
Log out of root.. test your sound..