From alsa-user-owner@alsa.jcu.cz  Sat Aug 29 09:01:36 1998
Received: from wakani.home (du180.inow.com [207.5.49.25])
	by marvin.jcu.cz (8.8.8/8.8.8) with SMTP id IAA25467
	for <alsa-user@jcu.cz>; Sat, 29 Aug 1998 08:58:37 +0200
Received: (qmail 626 invoked by uid 500); 29 Aug 1998 06:57:27 -0000
Message-ID: <19980828235727.A622@wakani.home>
Date: Fri, 28 Aug 1998 23:57:27 -0700
From: Kent Howard <kent@concentrictool.com>
To: alsa-user@jcu.cz
Subject: Re: Cant start driver....
References: <Pine.GSO.3.95.980828180424.11782B-100000@trabant.kom.auc.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
In-Reply-To: <Pine.GSO.3.95.980828180424.11782B-100000@trabant.kom.auc.dk>; from Henrik Uhrenfeldt on Fri, Aug 28, 1998 at 06:07:47PM +0200
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Fri, Aug 28, 1998 at 06:07:47PM +0200, Henrik Uhrenfeldt wrote:
+----------
| I have just compiled the driver on a Redhat 5.1 system, but I am not sure
| how it works. I do the following:
| 
| [root@uhren misc]# /sbin/insmod snd-gusmax.o 
| snd-gusmax.o: unresolved symbol snd_card_free_Re385c647
| snd-gusmax.o: unresolved symbol snd_unregister_ioports_Rdea04378
| snd-gusmax.o: unresolved symbol snd_gus_detach_synthesizer_Rb615761b
| snd-gusmax.o: unresolved symbol snd_delay_R7325ec15
| snd-gusmax.o: unresolved symbol snd_rawmidi_register_R483a86a7
...
| How can I make it work? Should I compile something else, or are my modules
| just setup in a wrong way?
+----------

Try modprobe instead of insmod.  Modprobe will make sure that all
modules that snd-gusmax is dependent on are loaded prior to snd-gusmax.
Depending on how complex your system is, you may need to define some
module options in conf.modules.

- Kent

