NOTE: Starting with linux kernel 5.1 most of the functionality of this module is included in the kernel itself.
Linux driver for the Motu Microbook II.
Usage:
- Either assure that kernel sources are available under: /lib/modules/$(shell uname -r)/build and execute "make" in the snd-microbookii folder, or use DKMS to build the kernel (see Ubuntu DKMS).
- Either directly load the module using
insmod snd-microbookii.ko
or usemodprobe snd-microbookii
if the module has been installed into the kernel's module tree.
If it doesn't work:
- Make sure you have all build tools, e.g., gcc and make, and the kernel headers installed.
For Ubuntu:
apt-get install build-essential linux-headers