Here is the modified config (removed snd_ prefix in options snd):
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-emu10k1
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd major=116 cards_limit=1 device_mode=0660 device_gid=29
device_uid=0
options snd-card-emu10k1 snd_index=0 snd_id=CARD_0
snd_dac_frame_size=128 snd_ad
c_frame_size=64
# --- END: Generated by ALSACONF, do not edit. ---
You figured most of it out on your own. Good job! :-)
most, but not all ;-)
You also need to remove the "snd_" prefix from all your snd-card-emu10k1 options.
thanks for info
The solution is: change the modul-name of
snd-card-emu10k1 to snd-emu10k1
the name of the module has also changed !!!
Now the modules can load via /etc/init.d/alsa start
And here the output from modinfo:
/sbin/modinfo snd-emu10k1
filename: /lib/modules/2.4.19/alsa/snd-emu10k1.o
description: "EMU10K1"
author: "Jaroslav Kysela <[EMAIL PROTECTED]>"
license: "GPL"
parm: index int array (min = 1, max = 8), description "Index value for the EMU10K1 soundcard."
parm: id string array (min = 1, max = 8), description "ID string for the EMU10K1 soundcard."
parm: enable int array (min = 1, max = 8), description "Enable the EMU10K1 soundcard."
parm: extin int array (min = 1, max = 8), description "Available external inputs for FX8010. Zero=default."
parm: extout int array (min = 1, max = 8), description "Available external outputs for FX8010. Zero=default."
parm: seq_ports int array (min = 1, max = 8), description "Allocated sequencer ports for internal synthesizer."
parm: max_synth_voices int array (min = 1, max = 8), description "Maximum number of voices for WaveTable."
parm: max_buffer_size int array (min = 1, max = 8), description "Maximum sample buffer size in MB."
parm: enable_ir int array (min = 1, max = 8), description "Enable IR."
Thanks all
Greetings
Reiner Stallknecht
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]