Skip to content

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

License

Notifications You must be signed in to change notification settings

baydam/snd-microbookii

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%