<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://crunchbang.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=15342" rel="self" type="application/rss+xml" />
		<title><![CDATA[CrunchBang Linux Forums / [SOLVED] Tascam us-122]]></title>
		<link>http://crunchbang.org/forums/viewtopic.php?id=15342</link>
		<description><![CDATA[The most recent posts in [SOLVED] Tascam us-122.]]></description>
		<lastBuildDate>Fri, 07 Oct 2011 15:16:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Tascam us-122]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=151412#p151412</link>
			<description><![CDATA[<p>Found the solution to my problem on:</p><p><a href="http://ubuntuforums.org/archive/index.php/t-1497526.html">http://ubuntuforums.org/archive/index.p … 97526.html</a></p><p>I checked everything accordingly to those messages and found that I had a missing link in /lib/firmware/usx2yloader</p><p>sudo ln -s /usr/share/alsa/firmware/usx2yloader /lib/firmware/usx2yloader</p><p>In my case the problem is solved <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/lol.png" alt="lol" />:lol::lol::lol::lol::lol::lol::D:D:D:D:D:D </p><p>Just playing E7#9, foxyyyyyyyyyyyy</p>]]></description>
			<author><![CDATA[dummy@example.com (kaouki)]]></author>
			<pubDate>Fri, 07 Oct 2011 15:16:35 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=151412#p151412</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Tascam us-122]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=150245#p150245</link>
			<description><![CDATA[<p>Thank you for your quick answer.</p><p>I added a .asoundrc file but it doesn&#039;t seem to work. </p><p>I&#039;ll recompile the alsa drivers, libs and utilities according to the alsa documentation. </p><p>I&#039;ll keep you posted on my progress as this can be interesting for lots of people.</p><p>BTW, on my small netbook (An Acer Aspire One D150), the studio distros are way to heavy, #! seems to be the best solution for a mobile studio.</p><p>Maybe I should use RT instead of Liquorix.</p>]]></description>
			<author><![CDATA[dummy@example.com (kaouki)]]></author>
			<pubDate>Mon, 03 Oct 2011 10:52:36 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=150245#p150245</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Tascam us-122]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=150208#p150208</link>
			<description><![CDATA[<p>Hi, I have no idea about the Tascam soundcard (though I had an excellent Tascam 688 cassette mixing/recording console years ago <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/cool.png" alt="cool" /> ) but it seems to be a USB soundcard, and in this case your onboard soundcard is used as default. </p><p>Solution:<br /><a href="http://alsa.opensrc.org/Tascam_US-122">http://alsa.opensrc.org/Tascam_US-122</a>&#160; in the section &quot;Audio Recording / Playback&quot;</p><p>Good luck!</p>]]></description>
			<author><![CDATA[dummy@example.com (machinebacon)]]></author>
			<pubDate>Mon, 03 Oct 2011 03:51:59 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=150208#p150208</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Tascam us-122]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=150182#p150182</link>
			<description><![CDATA[<p>Hi,</p><p>I am quite new to Linux, Debian and crunchbang. I tried to install alsa drivers for my tascam us-122 soundcard, but something went wrong.</p><p>Has s.o. succeeded in having this working.</p><p>When I use the find command to lacte the drivers, this is the result:</p><p>anthony@StudioTest:/usr/share$ find / -name usx2y<br />/usr/src/linux-headers-2.6.36-2.dmz.5-liquorix-686/sound/usb/usx2y<br />/lib/modules/2.6.36-2.dmz.5-liquorix-686/kernel/sound/usb/usx2y<br />/lib/modules/2.6.32-5-686/kernel/sound/usb/usx2y</p><p>This is my udev rule:</p><p>anthony@StudioTest:/etc/udev/rules.d$ ls<br />055_tascam.rules&#160; 70-persistent-net.rules&#160; z60_hdparm.rules<br />anthony@StudioTest:/etc/udev/rules.d$ cat 055_tascam.rules <br />BUS==&quot;usb&quot;, ACTION==&quot;add&quot;, SYSFS{idProduct}==&quot;8006&quot;, SYSFS{idVendor}==&quot;1604&quot;,<br />RUN+=&quot;/bin/sh -c &#039;/sbin/fxload -D %N -s<br />/usr/share/alsa/firmware/usx2yloader/tascam_loader.ihx -I<br />/usr/share/alsa/firmware/usx2yloader/us122fw.ihx&#039;&quot;<br />BUS==&quot;usb&quot;, ACTION==&quot;add&quot;, SYSFS{idProduct}==&quot;8007&quot;, SYSFS{idVendor}==&quot;1604&quot;,<br />RUN+=&quot;/bin/sh -c &#039;/usr/bin/usx2yloader&#039;&quot;</p><br /><p>and the files are on the right place:</p><br /><p>anthony@StudioTest:/etc/udev/rules.d$ find / -name tascam_loader.ihx 2&gt;/dev/null/usr/share/alsa/firmware/usx2yloader/tascam_loader.ihx<br />/home/anthony/downloads/tascam/alsa-firmware-1.0.24.1/usx2yloader/tascam_loader.ihx</p><p>anthony@StudioTest:/etc/udev/rules.d$ find / -name us122fw.ihx 2&gt;/dev/null/usr/share/alsa/firmware/usx2yloader/us122fw.ihx<br />/home/anthony/downloads/tascam/alsa-firmware-1.0.24.1/usx2yloader/us122fw.ihx</p><p>The device is listed as a usb device:</p><p>anthony@StudioTest:~$ lsusb<br />Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 003 Device 004: ID 1604:8006 Tascam US-122 Audio/Midi Interface (without fw)<br />Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />Bus 001 Device 002: ID 04f2:b1d8 Chicony Electronics Co., Ltd <br />Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br />anthony@StudioTest:~$ </p><p>but doesn&#039;t show up in Jack</p><p>All help is more than welcome.</p><p>It works on AV Linux, but I prefer #!</p>]]></description>
			<author><![CDATA[dummy@example.com (kaouki)]]></author>
			<pubDate>Sun, 02 Oct 2011 21:23:44 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=150182#p150182</guid>
		</item>
	</channel>
</rss>
