This repository contains a Linux kernel driver for RME MADI FX cards. It is still work in progress. Once finished, it'll be submitted to the mainline kernel.
Until then, everything may change at any time, so don't expect the userpsace API to be stable.
This driver has been developed via ssh on a remote machine with a single static MADI crossover connection to a PCI RME MADI card, so not all ports have been tested. Most importantly, the channel mappings might be wrong.
Like always, no guarantees at all, use at your own risk. Feel free to report problems and patches to improve the driver.
Clone this repository. If you're on a CentOS kernel, don't patch anything. CentOS backports the new audio stack to their old kernels.
For all kernels before 4.15, run
git checkout v3.16_or_later
first. Then, depending on your kernel version, run the following additional commands:
For all kernels until 3.14.x, run
patch -p1 < below315.patch
For all kernels until 3.7.x, run
patch -p1 < below38.patch
For all kernels until 3.4.x, also run
patch -p1 < oldkernel.patch
Then, run
make install
as root. Use alsamixer
or amixer
to adjust settings.
If you want to work on mixer/level support, compile with
make BROKEN_WIP=1
to include the broken mixer/level kernel code. The name is pretty obvious, it's meant for driver/tool developers, not users.
Thanks to IOSONO for hosting the card and providing the remote login. Kudos to Andre Schramm for taking care of the setup.
Thanks to RME for temporarily providing the card. Special thanks to Martin Björnsen for the OSX driver source.
Kudos to Marcin Pączkowski from the Center For Digital Arts And Experimental Media (DXARTS) for setting up remote access and testbeds to further improve the driver.
In case of trouble or questions, send me an email: