GithubHelp home page GithubHelp logo

zoom-l8's Introduction

Zoom LiveTrak L-8 Linux driver

Requirements - Arch Linux

$ sudo pacman -S git make gcc linux-headers dkms

Requirements - Ubuntu

$ sudo apt-get install build-essential dkms git

Installation

$ sudo git clone https://github.com/sreimers/zoom-l8.git /usr/src/snd-usb-zoom-0.0.1
$ sudo dkms add snd-usb-zoom/0.0.1
$ sudo dkms autoinstall

Update

$ cd /usr/src/snd-usb-zoom-0.0.1
$ sudo git pull
$ sudo dkms remove snd-usb-zoom/0.0.1
$ sudo dkms add snd-usb-zoom/0.0.1
$ sudo dkms autoinstall

Remove

$ sudo dkms remove snd-usb-zoom/0.0.1

Notes

This driver works/detects only the Zoom-L8 in 48kHz mode (System > Sample Rate).

Input (12 CH)

  • Master L
  • Master R
  • In1
  • In2
  • In3
  • In4
  • In5
  • In6
  • In7L
  • In7R
  • In8L
  • In8R

Output (4 CH)

  • Out1 (USB 1)
  • Out2 (USB 2)
  • Out3 (USB 3)
  • Out4 (USB 4)

USB format:

  • URB = 512 Byte

  • 1 CH = 4 Byte (32 Bit)

  • (ML)(MR)(In1)(In2)... (128 Byte) (32 possible Channels (needs padding), L-8 uses 12 CH, see Input)

  • (ML)(MR)(In1)(In2)... (128 Byte)

  • (ML)(MR)(In1)(In2)... (128 Byte)

  • (ML)(MR)(In1)(In2)... (128 Byte)

1 URB = 1/48000 * 4 Samples = 83us/URB

zoom-l8's People

Contributors

sreimers avatar

Stargazers

Paulo Mateus avatar Guillaume Bourdat avatar Spycrowsoft avatar Ygor Mutti avatar Ángel Castañeda avatar  avatar

Watchers

 avatar James Cloos avatar  avatar Spycrowsoft avatar

zoom-l8's Issues

Installation Problems

Hello,
thanks for the Zoom-driver! but it doesn't install on my Ubuntu 22.04.1 LTS.
As the way you described to install failed, (with no response)
I changed to /usr/src/snd-usb-zoom-0.0.1 and called "make" and got the following informations

sudo make
make -C /lib/modules/uname -r/build M= modules
make[1]: Entering directory '/usr/src/linux-headers-5.15.0-58-generic'
SYNC include/config/auto.conf.cmd
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/confdata.o
HOSTCC scripts/kconfig/expr.o
LEX scripts/kconfig/lexer.lex.c
/bin/sh: 1: flex: not found
make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make[2]: *** [Makefile:622: syncconfig] Error 2
make[1]: *** [Makefile:742: include/config/auto.conf.cmd] Error 2
make[1]: *** [include/config/auto.conf.cmd] Deleting file 'include/generated/autoconf.h'
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-58-generic'
make: *** [Makefile:11: build] Error 2

Could you help with this ?
Thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.