aboutsummaryrefslogtreecommitdiff
path: root/audio/aureal-kmod/pkg-message
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-22 07:22:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-22 07:22:06 +0000
commit657ab0b207bb25e1f73b48f069cf4668e30b9ed7 (patch)
tree1347dc78ac619b8d82cfbdab8649280c7eac2e6d /audio/aureal-kmod/pkg-message
parentd6fa7b66783eec6890c687cc64f1f32f71b61b12 (diff)
downloadports-657ab0b207bb25e1f73b48f069cf4668e30b9ed7.tar.gz
ports-657ab0b207bb25e1f73b48f069cf4668e30b9ed7.zip
Notes
Diffstat (limited to 'audio/aureal-kmod/pkg-message')
-rw-r--r--audio/aureal-kmod/pkg-message23
1 files changed, 16 insertions, 7 deletions
diff --git a/audio/aureal-kmod/pkg-message b/audio/aureal-kmod/pkg-message
index 35657745a46f..af7df622fc51 100644
--- a/audio/aureal-kmod/pkg-message
+++ b/audio/aureal-kmod/pkg-message
@@ -1,10 +1,21 @@
-------------------------------------------------------------------------------
-You can load the module by typing (as root of course):
+To use the driver, make a copy of %%PREFIX%%/etc/rc.d/aureal.sh.sample under
+%%PREFIX%%/etc/rc.d/aureal.sh and do: chmod +x %%PREFIX%%/etc/rc.d/aureal.sh.
-# kldload %%PREFIX%%/lib/au88x0/snd_au88X0.ko
+To load the driver run (as root):
-where X is 1, 2 or 3 depending on which Aureal chipset do you have - au8810
-(Vortex Advantage), au8820 (Vortex 1) or au8830 (Vortex 2) correspondingly.
+# %%PREFIX%%/etc/rc.d/aureal.sh start
+
+To unload it:
+
+# %%PREFIX%%/etc/rc.d/aureal.sh stop
+
+It'll also load the driver automatically when the system is started.
+
+In case it fails to detect the type of your Vortex soundcard correctly,
+edit this script and set "CARD=" to 88X0 where X is 1, 2 or 3 depending
+on which Aureal chipset you have - au8810 (Vortex Advantage), au8820
+(Vortex 1) or au8830 (Vortex 2) correspondingly.
Please note that you also need to have a `snd_pcm.ko' module either already
loaded or placed into appropriate location for modules on your system (default
@@ -13,9 +24,7 @@ install snd_pcm by doing:
# cd /sys/modules/sound/pcm/ && make all install
-Please also note that module for 4.1-STABLE system is untested, so please use it
-with caution and if possible please report if it works for you to
-Alexander Matey <matey@cis.ohio-state.edu>.
+Report problems to Alexander Matey <lx@matey.org>.
Thanks and enjoy!