<div dir="ltr"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Neither of those lines have anything that looks like it would trigger an error.</div><div><br></div><div>There are no KERN_ERR calls remotely close.</div>

<div><br></div><a href="http://lxr.free-electrons.com/source/drivers/usb/core/urb.c">http://lxr.free-electrons.com/source/drivers/usb/core/urb.c</a><br clear="all"><div dir="ltr"><br>...Rods ;-)<br><br></div><div dir="ltr">

On Wed, Feb 2, 2011 at 11:20, Gabriel Beddingfield <span dir="ltr"><<a href="mailto:gabrbedd@gmail.com">gabrbedd@gmail.com</a>></span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
</div>OK.  Next step is to dig in to what these mean:<br>
<div class="im"><br>
[   46.508331] ALSA urb.c:480: frame 0 active: -75<br>
[   46.560332] ALSA urb.c:480: frame 0 active: -75<br>
[   98.971734] ALSA urb.c:146: timeout: still 7 active urbs..<br>
[  104.970917] ALSA urb.c:146: timeout: still 2 active urbs..<br>
[  121.260876] ALSA pcm.c:223: 4:2:1: usb_set_interface failed<br>
<br>
</div>Others might know what these mean.<br>
<br>
Me?  I don't.  I'd have to inspect the kernel source code.  urb.c and<br>
pcm.c are file names in the kernel sources (possibly in the sound/<br>
folder).  The number after the colon (:) is a line number.  So, if you<br>
go to urb.c line 480, you see something like printk(KERN_ERR "frame:<br>
%d active: %d", frame, active);  The code around might give a clue to<br>
what actually failed.<br>
<font color="#888888"><br>
-gabriel<br>
</font></blockquote></div><br></div>