rda918
10-01-2004, 12:11 AM
Hi, I am running Slackware 10.0 with Kernel 2.6.7
I have an Ensonique Audio PCI card that I am trying to get working with ALSA. Actually, I have got it working; I can get it working with a simple alsaconf but I have to do it everytime I reboot. It seems when alsaconf edits my /etc/modules.conf nothing really happens. I think it really edits /etc/modprobe.conf. Not sure so I'll list the contents of both....
Here is my /etc/modules.conf
alias snd_ens1371
Here is my /etc/modprobe.conf
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
alias snd-card-0 snd-ens1371
alias sound-slot-0 snd-ens1371
# --- END: Generated by ALSACONF, do not edit. ---
Here is the modules loaded *after* I do an alsaconf
bash-2.05b$ lsmod
Module Size Used by
snd_ens1371 19272 3
snd_rawmidi 19396 1 snd_ens1371
snd_seq_device 6216 1 snd_rawmidi
snd_pcm 78760 2 snd_ens1371
snd_page_alloc 8584 1 snd_pcm
snd_timer 20292 1 snd_pcm
snd_ac97_codec 59748 1 snd_ens1371
snd 42180 11 snd_ens1371,snd_rawmidi,snd_seq_device,snd_pcm,snd _timer,snd_ac97_codec
soundcore 7008 1 snd
tulip 41504 0
I have all sound options compiled as modules. Nothing is compiled directly into the kernel. Anyone know what I can do to make ALSA load my card at boot? Thanks in advance
I have an Ensonique Audio PCI card that I am trying to get working with ALSA. Actually, I have got it working; I can get it working with a simple alsaconf but I have to do it everytime I reboot. It seems when alsaconf edits my /etc/modules.conf nothing really happens. I think it really edits /etc/modprobe.conf. Not sure so I'll list the contents of both....
Here is my /etc/modules.conf
alias snd_ens1371
Here is my /etc/modprobe.conf
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
alias snd-card-0 snd-ens1371
alias sound-slot-0 snd-ens1371
# --- END: Generated by ALSACONF, do not edit. ---
Here is the modules loaded *after* I do an alsaconf
bash-2.05b$ lsmod
Module Size Used by
snd_ens1371 19272 3
snd_rawmidi 19396 1 snd_ens1371
snd_seq_device 6216 1 snd_rawmidi
snd_pcm 78760 2 snd_ens1371
snd_page_alloc 8584 1 snd_pcm
snd_timer 20292 1 snd_pcm
snd_ac97_codec 59748 1 snd_ens1371
snd 42180 11 snd_ens1371,snd_rawmidi,snd_seq_device,snd_pcm,snd _timer,snd_ac97_codec
soundcore 7008 1 snd
tulip 41504 0
I have all sound options compiled as modules. Nothing is compiled directly into the kernel. Anyone know what I can do to make ALSA load my card at boot? Thanks in advance