
		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...
#

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

	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>
