|
From: Takashi S. <o-t...@sa...> - 2016-05-18 22:19:52
|
Hi, On May 19 2016 02:52, Marco wrote: > Does anyone have a mixer panel (or somethink that could be, even rawly, > compatible) for an Aureon 7.1 FireWire device? As long as I know, in FFADO and ALSA, we have no utilities for your unit. If I can expect your cooperation, please gather information about your unit in this way? 1. install libhinawa library This library helps us to communicate to your unit. If you use Ubuntu 16.04 or debian stretch/sid, you can install it by this command: $ sudo apt-get install libhinawa Else, try to install by your hand from this repository: https://github.com/takaswie/libhinawa.git About build-dependency, please refer to README. 2. get hinawa-utils This is a set of python3 scripts as an application of libhinawa and pygobject. Please download it from this repository. https://github.com/takaswie/hinawa-utils.git 3. execute hinawa-bebob-parser Your unit, Terratec Electronic GmbH, Aureon 7.1 FireWire, uses DM1000 ASIC for data processing. It also produces features to control the unit. I wrote 'hinawa-bebob-parser' to retrieve information about the feature. $ cd hinawa-utils $ ./hinawa-bebob-parser 1 1 (when your unit is identified as /dev/fw1, 1 to the first parameter.) 4. Please inform the output to me. Regards Takashi Sakamoto |