<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - UA-101 - UA-101, playback Pulseaudio fails to detect card"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71185">71185</a>
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lennart@poettering.net
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>UA-101 - UA-101, playback Pulseaudio fails to detect card
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>michael@michaelmess.de
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86 (IA32)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>alsa
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>PulseAudio
          </td>
        </tr></table>
      <p>
        <div>
        <pre>See also: <a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817">https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/986817</a>

Edirol UA-101 card is not autodetected by PulseAudio and the driver is not
loaded.
Therefore it cannot be used using PulseAudio without manual interaction (See
workaround).
It works properly when accessed directly via ALSA.

There is a workaround to load the pulseaudio driver manually with the following
script: (I have turned the frequency selector to 192kHz.)

#!/bin/bash
echo 'load-module module-alsa-sink device_id="'$[$(cat /proc/asound/cards |grep
UA101| cut -d'[' -f1)]'" rate=192000 channels=6
channel_map=left,right,aux0,aux1,aux2,aux3' | pacmd 


The UA-101 is an USB device that has a hardware switch to select sampling
frequencies:

192000 Hz, 6 Channels
96000  Hz, 10 Channels
88200  Hz, 10 Channels
48000  Hz, 10 Channels
44100  Hz, 10 Channels

When using 192000 Hz sampling rate, only 6 channels are supported, while
otherwwise the card supports 10 channels.

Specifications: See <a href="http://www.rolandus.com/products/details/703/specs/">http://www.rolandus.com/products/details/703/specs/</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>