Re: ess1869 audio - how to add sb to modules.conf

Bill Nottingham <[email protected]> Sun, 27 Apr 2003 15:33:08 -0400
Newsgroups gmane.linux.redhat.sound
Message-ID <[email protected]>
Charles Hutton ([email protected]) said: 
> Earlier this week I got my ESS1869 running manually by running a modprobe
> sb. I'm trying to get it running automatically as a loadable kernel module
> by adding a line to modules.conf.

alias sound-slot-0 sb

> Something else I don't understand is whether "alias xxxxxx yy" (in this case
> (alias sound-card-slot0 sb) actually loads any drivers.

No. It only means that when the kernel requests a specific device
or functionality that that module will be loaded.

Bill