However, I managed to install oss from funtoo portage. AND it works as osstest has shown. I could switch on production quality in ossxmix.
If i switch off cooked_mode will vmix still continue to work? I need vmix for jackd things.
Here is the manual to install OSS4 on Gentoo:
Code: Select all
install -d /root/git && cd /root/git && git clone git://github.com/funtoo/funtoo-overlay.gitCode: Select all
mv /root/git /var/db/Code: Select all
vi /etc/portage/repos.conf/gentoo.confPut there as follows:
Code: Select all
[funtoo-overlay]
location = /var/db/git/funtoo-overlay
sync_type = gitNow:
Code: Select all
USE="oss_cards_cmi878x oss_cards_cmpci -pax_kernel oss_cards_emu10k1x oss_cards_sblive" emerge -av ossNote that pax_kernel is disabled, otherwise i could not compile it.
Code: Select all
vi /etc/portage/package.maskand paste this:
Code: Select all
*/*::funtoo-overlayCode: Select all
vi /etc/portage/package.unmaskand paste this:
Code: Select all
media-sound/oss*I have not uninstalled alsa to have alsa midi input but i have blacklisted modules conflicting with oss:
Code: Select all
vi /etc/modprobe.d/blacklist.conf Code: Select all
blacklist snd_hda_nvidia
blacklist snd_emu10k1
blacklist snd_hda_intel
blacklist snd_hda_codec
blacklist snd_pcm
blacklist snd_hda_controller
blacklist snd_cmipci
blacklist snd_timer
blacklist snd_opl3_lib
blacklist snd_hda_codec_generic
blacklist snd_seq_device
blacklist snd_util_mem
blacklist snd_ac97_codec
blacklist ac97_bus
blacklist snd_hwdep
blacklist snd_pcm
blacklist snd_usb_audioI have not yet checked if alsa midi input works. I disabled oss usb midi in /etc/oss4/installed_drivers by removing the string specifying usb midi.