
		The Ultra Sound Project & kerneld HOWTO
		---------------------------------------

	There are two possibilities how you can configure kerneld daemon
to work with gus driver. If you want only avoid messages from kerneld
you can add this line:

alias char-major-14 off

	to /etc/conf.modules file and use standard way to insert gus
module (insgus)...

	Better results you may reach with this configuration file:

---- cut here
#
# Configuration for GUS driver from The Ultra Sound Project...
#

alias char-major-14 gus
install gus /usr/local/bin/insgus -Kn
remove gus /usr/local/bin/insgus -Kk
---- cut here

	The kernel module gus.o is located in default case in /usr/local/etc
directory. Program modprobe locates modules by default in /lib/modules/misc
directory which is good to place symlink to /usr/local/etc/gus.o.

mkdir -p /lib/modules/misc
ln -s /usr/local/etc/gus.o /lib/modules/misc/gus.o

	The switches '-Kn' means - insgus is running from kerneld and
we don't want use gusd daemon (if you use gusd daemon(s), kerneld doesn't
reflect to auto-clean)...
	The switches '-Kk' means - insgus is running from kerneld and
we want kill all running gusd daemons and remove driver from kernel...

	If you want remove driver which uses only '-K' switch in install
section (gus daemons are running) you may try command 'modprobe -r gus'...

						Jaroslav Kysela
						<perex@jcu.cz>
