/snd-microbookii

A Linux Kernel Module providing an ALSA driver for the MOTU MicroBook II

Primary LanguageCGNU General Public License v2.0GPL-2.0

snd-microbookii

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 use modprobe 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