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

This branch is 1 commit ahead of, 1 commit behind manuel-rhdt/snd-microbookii:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f48a30 · Nov 2, 2018

History

14 Commits
Feb 28, 2017
Feb 28, 2017
Mar 10, 2017
Mar 12, 2017
Nov 2, 2018
Mar 18, 2018
Mar 18, 2018
Mar 18, 2018
Mar 11, 2018
Mar 18, 2018
Mar 10, 2017

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%