2001-01-15 17:03:40 +00:00
|
|
|
-------------------------------------------------------------------------------
|
2002-05-15 18:16:23 +00:00
|
|
|
IMPORTANT! MAKE SURE TO READ THE FOLLOWING!
|
|
|
|
|
2001-06-22 07:22:06 +00:00
|
|
|
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.
|
2001-01-15 17:03:40 +00:00
|
|
|
|
2001-06-22 07:22:06 +00:00
|
|
|
To load the driver run (as root):
|
2001-01-15 17:03:40 +00:00
|
|
|
|
2001-06-22 07:22:06 +00:00
|
|
|
# %%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.
|
2001-01-15 17:03:40 +00:00
|
|
|
|
2002-05-15 18:16:23 +00:00
|
|
|
If your system is based on a Via Apollo KX133 chipset, your computer will
|
|
|
|
most likely lock up soon after playback is started. This is a known issue.
|
|
|
|
Make sure to uncomment "VIAKX133FIX=yes" in aureal.sh start-up script.
|
|
|
|
|
2001-01-16 08:54:45 +00:00
|
|
|
Please note that you also need to have a `snd_pcm.ko' module either already
|
2001-01-15 17:03:40 +00:00
|
|
|
loaded or placed into appropriate location for modules on your system (default
|
|
|
|
is /modules/ on 4-STABLE and /boot/kernel/ on 5-CURRENT). You can compile and
|
|
|
|
install snd_pcm by doing:
|
|
|
|
|
|
|
|
# cd /sys/modules/sound/pcm/ && make all install
|
|
|
|
|
2003-05-20 04:45:10 +00:00
|
|
|
Report problems to Alexander Matey <ports@matey.org>.
|
2001-01-15 17:03:40 +00:00
|
|
|
|
|
|
|
Thanks and enjoy!
|
|
|
|
|
|
|
|
-Maxim
|
|
|
|
-------------------------------------------------------------------------------
|