Hi
It sounds like the sound modules are not loaded in the kernel. From the command line, as root, type:
This will print out the modules in your kernel. You may not understand the result, but here is the way mine looks:
Quote:
gameport 14472 1 snd_cmipci
snd_pcm_oss 46368 0
snd_mixer_oss 16128 1 snd_pcm_oss
snd_pcm 78344 2 snd_cmipci,snd_pcm_oss
snd_page_alloc 10120 1 snd_pcm
snd_opl3_lib 9856 1 snd_cmipci
snd_timer 21764 2 snd_pcm,snd_opl3_lib
snd_hwdep 8608 1 snd_opl3_lib
snd_mpu401_uart 6784 1 snd_cmipci
snd_rawmidi 22816 1 snd_mpu401_uart
snd_seq_device 8204 2 snd_opl3_lib,snd_rawmidi
snd 48644 12 snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_ra wmidi,snd_seq_device
soundcore 9184 1 snd
|
I have just included the modules that have to do with sound. Run this command and post the results back here. That will determine whether the modules exist in your kernel.
Hope this helps,
Bob