On Sun, May 06, 2007 at 07:09:36PM +0000, Nicholas Lenz wrote:
After building alsa-utils and alsa-driver, I ran alsaconf to configure my sound card and the information was stored in /etc/modprobe.conf: # --- BEGIN: Generated by ALSACONF, do not edit. --- # --- ALSACONF version 1.0.14rc2 --- alias snd-card-0 snd-via82xx alias sound-slot-0 snd-via82xx # --- END: Generated by ALSACONF, do not edit. ---
udev should autoload modules at boot time by default. A second option is to add the modules into /etc/rc.modules (modprobe module-name) to make sure they are loaded on boot.
I am assuming that the information in modprobe.conf is not loaded during startup. Please tell me how to load this file during startup. I've tried "modprobe -C /etc/modprobe.conf" but that doesn't seem to do anything.
I tend to avoid using modules, although the few that I do use are normally autoloaded at boot or when they are needed. modprobe.conf is just an options file for modules, not an autoloader.