All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards
@ 2020-04-02 15:57 bugzilla-daemon
  2020-04-02 16:00 ` [Bug 207065] " bugzilla-daemon
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-02 15:57 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

            Bug ID: 207065
           Summary: C-media USB audio device stops working from 5.2.0-rc3
                    onwards
           Product: Drivers
           Version: 2.5
    Kernel Version: >=5.2.0
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: USB
          Assignee: drivers_usb@kernel-bugs.kernel.org
          Reporter: florianmey@gmx.de
        Regression: No

Created attachment 288159
  --> https://bugzilla.kernel.org/attachment.cgi?id=288159&action=edit
Output of lsusb -v

Hi.
I have an external USB audio device (Bus 003 Device 005: ID 0d8c:000c C-Media
Electronics, Inc. Audio Adapter) / USB hub (Bus 003 Device 006: ID 058f:6254
Alcor Micro Corp. USB Hub). While the USB hub side of it is still working, the
audio device fails from kernel version 5.2.0-rc3 onwards. 
The error is this:
speaker-test -c2 -D hw:1,0

speaker-test 1.2.2

Playback device is hw:1,0
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 262144
Period size range from 48 to 131072
Using max buffer size 262144
Periods = 4
Unable to set hw params for playback: Input/output error
Setting of hwparams failed: Input/output error

While dmesg shows: [ 1287.634587] usb 1-2.4: 1:1: usb_set_interface failed
(-110)

I bisected it and got to the following commit as the culprit:
# first bad commit: [ef513be0a9057cc6baf5d29566aaaefa214ba344] usb: xhci: Add
Clear_TT_Buffer
Last working one was:
good: [4998f1efd1904dd21697aeeead270e3eb97691dd] usb: Add devaddr in struct
usb_device

Current head gives me the same error messages as the ones above, so the bug is
still there.

I first added my report to a very similar bug
(https://bugzilla.kernel.org/show_bug.cgi?id=203419) but the kernel version at
which the problem started for me does not fit the original report there, which
is why I am opening this as a new report.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
@ 2020-04-02 16:00 ` bugzilla-daemon
  2020-04-02 16:01 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-02 16:00 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #1 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 288161
  --> https://bugzilla.kernel.org/attachment.cgi?id=288161&action=edit
dmesg output with usb debug enabled

As per Mathias Nyman's comment over at the other bug report I'm also attaching
the requested debug logs from this:

mount -t debugfs none /sys/kernel/debug
echo 'module xhci_hcd =p' >/sys/kernel/debug/dynamic_debug/control
echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control
echo 81920 > /sys/kernel/debug/tracing/buffer_size_kb
echo 1 > /sys/kernel/debug/tracing/events/xhci-hcd/enable
< connect the logitec device >
Send output of dmesg
Send content of /sys/kernel/debug/tracing/trace

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
  2020-04-02 16:00 ` [Bug 207065] " bugzilla-daemon
@ 2020-04-02 16:01 ` bugzilla-daemon
  2020-04-08 10:08 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-02 16:01 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #2 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 288163
  --> https://bugzilla.kernel.org/attachment.cgi?id=288163&action=edit
Content of /sys/kernel/debug/tracing/trace

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
  2020-04-02 16:00 ` [Bug 207065] " bugzilla-daemon
  2020-04-02 16:01 ` bugzilla-daemon
@ 2020-04-08 10:08 ` bugzilla-daemon
  2020-04-09 12:32 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-08 10:08 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #3 from Florian Meyer (florianmey@gmx.de) ---
There is also another bug which was bisected to the same commit under
https://bugzilla.kernel.org/show_bug.cgi?id=206897
But that one is not related to USB audio devices.

Also there has been another bug related to this commit from last year, which
was discussed and fixed here:
https://www.spinics.net/lists/linux-usb/msg182970.html

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (2 preceding siblings ...)
  2020-04-08 10:08 ` bugzilla-daemon
@ 2020-04-09 12:32 ` bugzilla-daemon
  2020-04-09 14:01   ` Alan Stern
  2020-04-09 12:34 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  16 siblings, 1 reply; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-09 12:32 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

Mathias Nyman (mathias.nyman@linux.intel.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mathias.nyman@linux.intel.c
                   |                            |om

--- Comment #4 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
Thanks, traces show its related to Clearing TT buffer after a STALL on 
endpoint 0.

The first stall looks like a protocol stall, not a function stall, meaning that
endpoint isn't really halted, just that the device does not support the
request in the control transfer. 

Anyway, xhci starts clearing what it assumes is a halted endpoint, 
including clearing the hub TT buffer.

Specs are a bit unclear if TT should be cleared in this case, 
or at least I couldn't find it.

I'll create a tespatch that doesn't clear TT buffer on protocol stalls,
and add excessive tracing and debugging to it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (3 preceding siblings ...)
  2020-04-09 12:32 ` bugzilla-daemon
@ 2020-04-09 12:34 ` bugzilla-daemon
  2020-04-09 14:01 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-09 12:34 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #5 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
Created attachment 288293
  --> https://bugzilla.kernel.org/attachment.cgi?id=288293&action=edit
testpatch that doesn't clear TT buffer after protocol STALL

Does this help?  Could you share similar logs and traces with this applied?
Thanks

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-09 12:32 ` bugzilla-daemon
@ 2020-04-09 14:01   ` Alan Stern
  0 siblings, 0 replies; 19+ messages in thread
From: Alan Stern @ 2020-04-09 14:01 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-usb

On Thu, 9 Apr 2020 bugzilla-daemon@bugzilla.kernel.org wrote:

> --- Comment #4 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
> Thanks, traces show its related to Clearing TT buffer after a STALL on 
> endpoint 0.
> 
> The first stall looks like a protocol stall, not a function stall, meaning that
> endpoint isn't really halted, just that the device does not support the
> request in the control transfer. 
> 
> Anyway, xhci starts clearing what it assumes is a halted endpoint, 
> including clearing the hub TT buffer.
> 
> Specs are a bit unclear if TT should be cleared in this case, 
> or at least I couldn't find it.

TTs should be cleared when an error occurs in the protocol.  STALL
isn't an error; a real error would be a timeout or CRC mismatch or URB
cancellation, things like that -- things that might leave the TT in a
busy state (because it hasn't sent its final status back to the host)
when it ought to be idle.  Sending a STALL isn't a protocol error and
it does clear the TT status.

This is discussed (not as explicitly as one might want) in sections 
11.17.3 and 11.17.5 of the USB-2.0 specification.

Alan Stern


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (4 preceding siblings ...)
  2020-04-09 12:34 ` bugzilla-daemon
@ 2020-04-09 14:01 ` bugzilla-daemon
  2020-04-10 17:58 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-09 14:01 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #6 from Alan Stern (stern@rowland.harvard.edu) ---
On Thu, 9 Apr 2020 bugzilla-daemon@bugzilla.kernel.org wrote:

> --- Comment #4 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
> Thanks, traces show its related to Clearing TT buffer after a STALL on 
> endpoint 0.
> 
> The first stall looks like a protocol stall, not a function stall, meaning
> that
> endpoint isn't really halted, just that the device does not support the
> request in the control transfer. 
> 
> Anyway, xhci starts clearing what it assumes is a halted endpoint, 
> including clearing the hub TT buffer.
> 
> Specs are a bit unclear if TT should be cleared in this case, 
> or at least I couldn't find it.

TTs should be cleared when an error occurs in the protocol.  STALL
isn't an error; a real error would be a timeout or CRC mismatch or URB
cancellation, things like that -- things that might leave the TT in a
busy state (because it hasn't sent its final status back to the host)
when it ought to be idle.  Sending a STALL isn't a protocol error and
it does clear the TT status.

This is discussed (not as explicitly as one might want) in sections 
11.17.3 and 11.17.5 of the USB-2.0 specification.

Alan Stern

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (5 preceding siblings ...)
  2020-04-09 14:01 ` bugzilla-daemon
@ 2020-04-10 17:58 ` bugzilla-daemon
  2020-04-14 10:07 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-10 17:58 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

Vincenzo Di Massa (hawk.it@tiscali.it) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hawk.it@tiscali.it

--- Comment #7 from Vincenzo Di Massa (hawk.it@tiscali.it) ---
Created attachment 288331
  --> https://bugzilla.kernel.org/attachment.cgi?id=288331&action=edit
Fix typo in attachment 288293

bug 206897 is resolved with the patch in attachment 288293, there is a typo in
the patch.
This patch just fixes the typo.

Apply in order

0001-xhci-testpatch-Don-t-clear-TT-buffer-on-ep0-protocol.patch
0002-Fix-a-typo-in-prevoius-patch.patch

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (6 preceding siblings ...)
  2020-04-10 17:58 ` bugzilla-daemon
@ 2020-04-14 10:07 ` bugzilla-daemon
  2020-04-14 16:30 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-14 10:07 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #8 from Mathias Nyman (mathias.nyman@linux.intel.com) ---
> TTs should be cleared when an error occurs in the protocol.  STALL
> isn't an error; a real error would be a timeout or CRC mismatch or URB
> cancellation, things like that -- things that might leave the TT in a
> busy state (because it hasn't sent its final status back to the host)
> when it ought to be idle.  Sending a STALL isn't a protocol error and
> it does clear the TT status.
> 
> This is discussed (not as explicitly as one might want) in sections 
> 11.17.3 and 11.17.5 of the USB-2.0 specification.
> 

Thanks for the clarification, makes sense.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (7 preceding siblings ...)
  2020-04-14 10:07 ` bugzilla-daemon
@ 2020-04-14 16:30 ` bugzilla-daemon
  2020-04-14 16:30 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-14 16:30 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #9 from Florian Meyer (florianmey@gmx.de) ---
With both patches applied the sound system is working.
Thanks a lot!
I will attach the requested logs with the patch applied as well.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (8 preceding siblings ...)
  2020-04-14 16:30 ` bugzilla-daemon
@ 2020-04-14 16:30 ` bugzilla-daemon
  2020-04-14 16:34 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-14 16:30 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #10 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 288447
  --> https://bugzilla.kernel.org/attachment.cgi?id=288447&action=edit
Dmesg output with both patches applied

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (9 preceding siblings ...)
  2020-04-14 16:30 ` bugzilla-daemon
@ 2020-04-14 16:34 ` bugzilla-daemon
  2020-04-16 13:00 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-14 16:34 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #11 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 288449
  --> https://bugzilla.kernel.org/attachment.cgi?id=288449&action=edit
Content of /sys/kernel/debug/tracing/trace with both patches applied

Gzipped because the file was too big to attach here.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (10 preceding siblings ...)
  2020-04-14 16:34 ` bugzilla-daemon
@ 2020-04-16 13:00 ` bugzilla-daemon
  2020-09-29 10:58 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-04-16 13:00 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

Florian Meyer (florianmey@gmx.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #288447|0                           |1
        is obsolete|                            |

--- Comment #12 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 288523
  --> https://bugzilla.kernel.org/attachment.cgi?id=288523&action=edit
Full dmesg output with both patches applied

I just realized that the last dmesg log was truncated for some reason. This one
is complete.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (11 preceding siblings ...)
  2020-04-16 13:00 ` bugzilla-daemon
@ 2020-09-29 10:58 ` bugzilla-daemon
  2020-09-29 10:59 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-09-29 10:58 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #13 from Florian Meyer (florianmey@gmx.de) ---
So I'm not entirely sure if this is related to my previous problem but I'm now
encountering a different kind of USB problems. USB equipment is still the same
as described in the first message. 
The new problem leads to all USB devices getting disconnected, USB audio as
well as mouse. The USB keyboard continues working because I guess it is working
via PS2 internally?
The problem has been occurring pretty much since the previous issue was fixed
but only sporadically. Today it occurred for the first time in ~4 weeks and
sometimes it happened several times in a day. 
The last messages in the dmesg log are:

[ 7075.685892] xhci_hcd 0000:2a:00.3: xHCI host not responding to stop endpoint
command.
[ 7075.685895] xhci_hcd 0000:2a:00.3: USBSTS:
[ 7075.701768] xhci_hcd 0000:2a:00.3: xHCI host controller not responding,
assume dead
[ 7075.701775] xhci_hcd 0000:2a:00.3: HC died; cleaning up
[ 7075.701808] usb 3-1: USB disconnect, device number 2
[ 7075.766108] usb 3-2: USB disconnect, device number 3
[ 7075.766110] usb 3-2.4: USB disconnect, device number 4

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (12 preceding siblings ...)
  2020-09-29 10:58 ` bugzilla-daemon
@ 2020-09-29 10:59 ` bugzilla-daemon
  2020-09-29 11:02 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-09-29 10:59 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #14 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 292705
  --> https://bugzilla.kernel.org/attachment.cgi?id=292705&action=edit
DMESG log from todays lockup.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (13 preceding siblings ...)
  2020-09-29 10:59 ` bugzilla-daemon
@ 2020-09-29 11:02 ` bugzilla-daemon
  2020-09-29 11:50 ` bugzilla-daemon
  2020-09-29 11:53 ` bugzilla-daemon
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-09-29 11:02 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #15 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 292707
  --> https://bugzilla.kernel.org/attachment.cgi?id=292707&action=edit
Older dmesg log with debug information added

Log created as per the previous instructions (message 2). I just enabled the
settings on system start in the hopes of capturing the hang so the files are
quite big.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (14 preceding siblings ...)
  2020-09-29 11:02 ` bugzilla-daemon
@ 2020-09-29 11:50 ` bugzilla-daemon
  2020-09-29 11:53 ` bugzilla-daemon
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-09-29 11:50 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

--- Comment #16 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 292709
  --> https://bugzilla.kernel.org/attachment.cgi?id=292709&action=edit
Content of /sys/kernel/debug/tracing/trace

Created as per previous comment. Uploaded at:

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug 207065] C-media USB audio device stops working from 5.2.0-rc3 onwards
  2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
                   ` (15 preceding siblings ...)
  2020-09-29 11:50 ` bugzilla-daemon
@ 2020-09-29 11:53 ` bugzilla-daemon
  16 siblings, 0 replies; 19+ messages in thread
From: bugzilla-daemon @ 2020-09-29 11:53 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=207065

Florian Meyer (florianmey@gmx.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #292709|0                           |1
        is obsolete|                            |

--- Comment #17 from Florian Meyer (florianmey@gmx.de) ---
Created attachment 292711
  --> https://bugzilla.kernel.org/attachment.cgi?id=292711&action=edit
Content of /sys/kernel/debug/tracing/trace

Unpacked file is ~200mb. Ran for the entirety of the systems uptime to be able
to catch the bug.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-09-29 11:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 15:57 [Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards bugzilla-daemon
2020-04-02 16:00 ` [Bug 207065] " bugzilla-daemon
2020-04-02 16:01 ` bugzilla-daemon
2020-04-08 10:08 ` bugzilla-daemon
2020-04-09 12:32 ` bugzilla-daemon
2020-04-09 14:01   ` Alan Stern
2020-04-09 12:34 ` bugzilla-daemon
2020-04-09 14:01 ` bugzilla-daemon
2020-04-10 17:58 ` bugzilla-daemon
2020-04-14 10:07 ` bugzilla-daemon
2020-04-14 16:30 ` bugzilla-daemon
2020-04-14 16:30 ` bugzilla-daemon
2020-04-14 16:34 ` bugzilla-daemon
2020-04-16 13:00 ` bugzilla-daemon
2020-09-29 10:58 ` bugzilla-daemon
2020-09-29 10:59 ` bugzilla-daemon
2020-09-29 11:02 ` bugzilla-daemon
2020-09-29 11:50 ` bugzilla-daemon
2020-09-29 11:53 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.