#338: Tascam IF-FW/DM unstable behavior
-------------------------------+--------------------------------------------
Reporter: yellius | Owner:
Type: bug | Status: new
Priority: major | Milestone: FFADO 2.1
Component: devices/bebob | Version: FFADO SVN (trunk)
Resolution: | Keywords: unstable, tascam, iffwdm
Device_name: Tascam IF-FW/DM |
-------------------------------+--------------------------------------------
Comment (by yellius):
I have spent some more time on this, trying to get it to work more stably.
This is what I previously posted as a comment to the ffado-devices list,
but it is not approved yet:
Edit your /lib/udev/rules.d/60-ffado.rules to include the tascam (believe
this is Debian based distro specific):
SUBSYSTEM!="firewire", GOTO="ffado_end"
ATTR{vendor}=="0x000166", GROUP="audio", ENV{ID_FFADO}="1" # TC GROUP A/S
ATTR{vendor}=="0x0001f2", GROUP="audio", ENV{ID_FFADO}="1" # Mark of the
Unicorn, Inc.
ATTR{vendor}=="0x0003db", GROUP="audio", ENV{ID_FFADO}="1" # Apogee
Electronics Corp.
ATTR{vendor}=="0x000595", GROUP="audio", ENV{ID_FFADO}="1" # Alesis
Corporation
ATTR{vendor}=="0x0007f5", GROUP="audio", ENV{ID_FFADO}="1" # Bridgeco Co
AG
ATTR{vendor}=="0x000a92", GROUP="audio", ENV{ID_FFADO}="1" # Presonus
Corporation
ATTR{vendor}=="0x000aac", GROUP="audio", ENV{ID_FFADO}="1" # TerraTec
Electronic GmbH
ATTR{vendor}=="0x000d6c", GROUP="audio", ENV{ID_FFADO}="1" # M-Audio
ATTR{vendor}=="0x000f1b", GROUP="audio", ENV{ID_FFADO}="1" # Ego Systems
Inc.
ATTR{vendor}=="0x000ff2", GROUP="audio", ENV{ID_FFADO}="1" # Loud
Technologies Inc.
ATTR{vendor}=="0x001260", GROUP="audio", ENV{ID_FFADO}="1" # Stanton
Magnetics,inc.
ATTR{vendor}=="0x00130e", GROUP="audio", ENV{ID_FFADO}="1" # Focusrite
Audio Engineering Limited
ATTR{vendor}=="0x001486", GROUP="audio", ENV{ID_FFADO}="1" # Echo Digital
Audio Corporation
ATTR{vendor}=="0x001564", GROUP="audio", ENV{ID_FFADO}="1" # BEHRINGER
Spezielle Studiotechnik GmbH
ATTR{vendor}=="0x001c2d", GROUP="audio", ENV{ID_FFADO}="1" # FlexRadio
Systems
ATTR{vendor}=="0x001c6a", GROUP="audio", ENV{ID_FFADO}="1" # Weiss
Engineering Ltd.
ATTR{vendor}=="0x0040ab", GROUP="audio", ENV{ID_FFADO}="1" # ROLAND DG
CORPORATION
ATTR{vendor}=="0x010065", GROUP="audio", ENV{ID_FFADO}="1" # TASCAM
# The devices below abuse another Vendor's ID, and therefore we need more
advanced rules for those.
ATTR{vendor}=="0x00000a", ATTR{model}=="0x030000",
ATTR{units}=="*0x00a02d:0x010001*", GROUP="audio", ENV{ID_FFADO}="1" #
CME, Matrix K FW
ATTR{vendor}=="0x00000f", ATTR{model}=="0x01006?",
ATTR{units}=="*0x00a02d:0x010001*", GROUP="audio", ENV{ID_FFADO}="1" #
Mackie, Onyx Firewire
ATTR{vendor}=="0x000a35", ATTR{units}=="0x000a35:0x00000[12]",
GROUP="audio", ENV{ID_FFADO}="1" # RME
LABEL="ffado_end"
This will enable auto loading. Also, when compiling ffado from source, be
sure to edit the configuration file:
device_definitions = (
{ # Added by yellius
vendorid = 0x0022E;
modelid = 0x10067;
vendorname = "Tascam";
modelname = "IFFWDM";
driver = 1; # BeBoB
},
{ # Added by yellius
vendorid = 0x10065;
modelid = 0x10067;
vendorname = "Tascam";
modelname = "IFFWDM";
driver = 1; # BeBoB
},
I have added two different entries, since "ffado-test ListDevices" and the
/sys/bus/firewire* files give different values and I am not sure which one
to use. Believe the latter should be correct for the Juju stack.
Finally I have just installed kernel 3.0, as the Juju stack has a longer
split-timeout build in (see the release notes here: ), which should help
for some devices.
I have also been looking at some of the code, and the papers in the dev
section are very useful to get up to speed quickly.
--
Ticket URL: <http://subversion.ffado.org/ticket/338#comment:2>
FFADO <http://subversion.ffado.org/index.fcgi>
Free Firewire Audio Drivers
|