Skip to content

Instantly share code, notes, and snippets.

@daniel-finnan
Last active April 8, 2024 08:17
Show Gist options
  • Save daniel-finnan/350f358733c29131c120d1dd5a534194 to your computer and use it in GitHub Desktop.
Save daniel-finnan/350f358733c29131c120d1dd5a534194 to your computer and use it in GitHub Desktop.
E-MU 0404 PCIe on Ubuntu

Getting the E-MU 0404 PCIe sound card working on Ubuntu

Ubuntu Studio 22.04 has the relevant software for using the E-MU 0404 PCIe, such as Studio Controls and Jack.

Install the firmware as detailed by this post:

cd ~
wget ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.28.tar.bz2
tar xjf alsa-firmware-1.0.28.tar.bz2
cd alsa-firmware-1.0.28
./configure --enable-buildfw
cd emu/
make
sudo make install

Note

Not tested exactly what software from Ubuntu Studio is needed over and above standard Ubuntu installation. Not tested installing the latest firmware from Alsa Project.

This is working for playback. Not tried for recording, but post above outlines problems getting this working.

Tried following the installation instructions from Alsa Project on standard Ubuntu installation, but had some issues getting it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment