From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shaleh Date: Tue, 13 Apr 1999 04:16:56 +0000 Subject: RE: How to load sound modules ? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org On 12-Apr-99 Kapoor, Nishikant X wrote: > Hi all > > I've managed to get my ESS1868 working with 2.2.2 on RedHat 5.1 but I'm > having problem loading it through /etc/conf.modules. I'd appreciate any > help on this. > > /etc/conf.modules: > ------- > alias char-major-14 sb > post-install sb /sbin/modprobe "-k" "adlib_card" > alias sound sb > options -k sb io=0x220 irq=5 dma=1 dma16=-1 > alias sequencer uart401 > options -k uart401 io=0x330 > alias midi opl3 > options -k opl3 io=0x388 Do all of the alias stuff first. otherwise it is not aware of the alias when you use them (or so it would seem). gestalt [/etc/modutils]$ cat sound alias char-major-14 sb post-install sb /sbin/modprobe "-k" "adlib_card" options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 options adlib_card io=0x388