Support This Project

Sourceforge

Important! Alpha version only works with this driver.

Installation

Compiling from source

Before you begin:


- Download and install libqt-dev.

- If snd_emu10kx isn't in your kernel:
  $ su
  # kldload snd_emu10kx
  # exit

   Also add these lines into /boot/loader.conf:
     snd_emu10k1_load="NO" # do not load Creative Sound Blaster Live
     snd_emu10kx_load="YES" # Creative Sound Blaster Live / Audigy


Getting the sources:

   Grab the latest source package from the Files section.
  
Unpacking

  $ gzip -d emumix-src-0.1.tar.gz
  $ tar -xvf emumix-src-0.1.tar
  $ cd emumix

Compiling

  $ ./configure

  $ make

  $ su
  # make install
  # exit


Running

  $ emumix


Installing binary package

Before you begin:


If snd_emu10kx isn't in your kernel:
  $ su
  # kldload snd_emu10kx
  # exit

   Also add these lines into /boot/loader.conf:
     snd_emu10k1_load="NO" # do not load Creative Sound Blaster Live
     snd_emu10kx_load="YES" # Creative Sound Blaster Live / Audigy


Getting the binary:

   Grab the latest binary package from the Files section.

Unpacking

  $ gzip -d emumix-binary-0.1.tar.gz
  $ tar -xvf emumix-binary-0.1.tar
  $ cd emumix-binary-0.1

Installing

  $ su
  # cp emumix /usr/local/bin (distribution specific)
  # exit

Running

  $ emumix





emumix 0.1a


If you create a distribution-specific package please send it to: emumix@gmail.com ... thanks!