1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/aureal-kmod/pkg-message
Maxim Sobolev 0c29cb8687 - Make this port actually working (previous version was not linking binary
core with the kld);
- hand over maintainership to Alexander Matey <matey@cis.ohio-state.edu> - he
  is the author of the driver;
- make sure that the correct version of the driver used for some earler
  version of 4-STABLE (1.1 for 4.1) and refuse to build if OSVERSION < 410002.

Submitted by:		Alexander Matey <matey@cis.ohio-state.edu>
Slightly adjusted by:	sobomax
2001-01-16 08:54:45 +00:00

24 lines
944 B
Plaintext

-------------------------------------------------------------------------------
You can load the module by typing (as root of course):
# kldload %%PREFIX%%/lib/au88x0/snd_au88X0.ko
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.
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
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
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>.
Thanks and enjoy!
-Maxim
-------------------------------------------------------------------------------