From alsa-devel-owner@alsa.jcu.cz  Wed Nov 11 20:19:23 1998
Received: from mail.alphalink.com.au (mail.alphalink.com.au [203.24.205.7])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id UAA11997
	for <alsa-devel@jcu.cz>; Wed, 11 Nov 1998 20:19:15 +0100
Received: from alphalink.com.au (andrew@ppp14-19-Melbourne.alphalink.com.au [202.164.244.205]) by mail.alphalink.com.au (8.8.8/8.6.9) with ESMTP id GAA06350 for <alsa-devel@jcu.cz>; Thu, 12 Nov 1998 06:19:11 +1100
Message-ID: <3649E350.9146EDB2@alphalink.com.au>
Date: Thu, 12 Nov 1998 06:19:44 +1100
From: Andrew Clausen <clausen@alphalink.com.au>
MIME-Version: 1.0
To: alsa-devel@jcu.cz
Subject: Re: Problem
References: <3649D6AD.A13B63CE@students.wisc.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

Matthew Callaway wrote:

> problem with:
>
> Sound Blaster PCI 128 (Ensoniq Audio PCI ES1370/1371)
>
> Linux Redhat 5.1 kernel 2.0.34-06
>
> conf.modules is as follows:
> alias char-major-14 snd
> alias snd-minor-oss-0 snd-audiopci
> alias snd-minor-oss-3 snd-pcm1-oss
> alias snd-minor-oss-4 snd-pcm1-oss
> alias snd-minor-oss-5 snd-pcm1-oss
> alias snd-minor-oss-12 snd-pcm1-oss
> alias snd-card-0 snd-audiopci
> options snd snd_major=14 snd_cards_limit=1
>
> messages:
> Cannot locate modules char-major-14
>
> Everything compiles fine, no error messages.  But on the last step, I
> get:
>
> modprobe snd-audiopci
> Can't locate module snd-audiopci

Did you do this?

$ su
# make install
# depmod -a

Andrew Clausen


