From alsa-user-owner@alsa.jcu.cz  Fri Jan 15 09:02:25 1999
Received: from wakani.home (du169.inow.com [207.5.49.14])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id IAA20932
	for <alsa-user@alsa.jcu.cz>; Fri, 15 Jan 1999 08:59:51 +0100
Received: (qmail 1514 invoked by uid 500); 15 Jan 1999 07:59:47 -0000
Message-ID: <19990114235947.B1395@wakani.home>
Date: Thu, 14 Jan 1999 23:59:47 -0800
From: Kent Howard <kent@concentrictool.com>
To: alsa-user@alsa.jcu.cz
Subject: Re: alsa with opl3 install probs
References: <m1004gY-000sLnC@lbscissors.kek.jp> <369DCE37.2ED75B3C@total.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
In-Reply-To: <369DCE37.2ED75B3C@total.net>; from mis on Thu, Jan 14, 1999 at 11:00:14AM +0000
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Thu, Jan 14, 1999 at 11:00:14AM +0000, mis wrote:
+----------
| Hi all,
| 
| I've been trying very hard to install alsa for my OPL3 card.
| I've run into several problems, some of them I managed to figure
| out on my own.  Boy did I learn stuff.  Anyways, after having
| compiled everything and understood what's going on...  roughly
| .... and gotten to the time of running modprobe I get an error
| saying:
| 
| no dependency information for module: "/lib/modules/2.0.36-0.7/snd-opl3"
| 
| In fact, this error is generated when I try to load any module.
| 
| What am I missing here?
| 
| As far as I know my alsa-lib is installed too.
+----------

Try running (as root) the command

depmod -a 

to generate a new dependency file.

- Kent

