From: Petr Janecek <janecek@ucw.cz>
To: alsa-devel@alsa-project.org, linux-usb@vger.kernel.org
Subject: Apogee ONEv2 keeps resetting
Date: Sun, 20 Mar 2022 02:15:40 +0100 [thread overview]
Message-ID: <3f4d1bce-7459-9ea4-be73-9b51f569e526@ucw.cz> (raw)
Hi,
I'm trying to use Apogee ONEv2. From usb dumps under
macos or windows it seems like a usb Class Audio 2.0
device, but in linux, it keeps resetting every two seconds
or so. It keeps resetting even when the snd-usb-audio
driver is disabled, so the problem is probably at a lower
level.
The messages below are from v5.16.16, but it behaves
the same no matter what I plug it into.
[ 253.708616] usb 3-8: new high-speed USB device number 6 using xhci_hcd
[ 253.899363] usb 3-8: New USB device found, idVendor=0c60,
idProduct=0017, bcdDevice= 1.05
[ 253.899370] usb 3-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 253.899373] usb 3-8: Product: ONEv2
[ 253.899375] usb 3-8: Manufacturer: Apogee
[ 253.899377] usb 3-8: SerialNumber: 0C12FF2020204652334D513A7A2A9B
[ 253.960901] mc: Linux media interface: v0.10
[ 253.980238] usb 3-8: 10:0: cannot get min/max values for control 2
(id 10)
[ 253.980445] usb 3-8: 12:0: cannot get min/max values for control 2
(id 12)
[ 253.980648] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 253.981927] usbcore: registered new interface driver snd-usb-audio
[ 254.048280] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 254.050512] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 254.052961] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 254.063566] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 254.654578] usb 3-8: USB disconnect, device number 6
[ 255.018600] usb 3-8: new high-speed USB device number 7 using xhci_hcd
[ 255.199489] usb 3-8: New USB device found, idVendor=0c60,
idProduct=0017, bcdDevice= 1.05
[ 255.199503] usb 3-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 255.199509] usb 3-8: Product: ONEv2
[ 255.199514] usb 3-8: Manufacturer: Apogee
[ 255.199518] usb 3-8: SerialNumber: 0C12FF2020204652334D513A7A2A9B
[ 255.213096] usb 3-8: 10:0: cannot get min/max values for control 2
(id 10)
[ 255.213338] usb 3-8: 12:0: cannot get min/max values for control 2
(id 12)
[ 255.213573] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 255.311363] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 255.313151] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 255.315387] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 255.326899] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 255.862049] usb 3-8: USB disconnect, device number 7
[ 256.308529] usb 3-8: new high-speed USB device number 8 using xhci_hcd
[ 256.499431] usb 3-8: New USB device found, idVendor=0c60,
idProduct=0017, bcdDevice= 1.05
[ 256.499444] usb 3-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 256.499450] usb 3-8: Product: ONEv2
[ 256.499454] usb 3-8: Manufacturer: Apogee
[ 256.499458] usb 3-8: SerialNumber: 0C12FF2020204652334D513A7A2A9B
[ 256.506875] usb 3-8: 10:0: cannot get min/max values for control 2
(id 10)
[ 256.507118] usb 3-8: 12:0: cannot get min/max values for control 2
(id 12)
[ 256.507353] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 256.610890] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 256.612738] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 256.614986] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 256.627625] usb 3-8: 14:0: cannot get min/max values for control 2
(id 14)
[ 257.067595] usb 3-8: USB disconnect, device number 8
...
Any ideas?
Thanks,
Petr
next reply other threads:[~2022-03-20 1:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 1:15 Petr Janecek [this message]
2022-03-22 18:03 ` Apogee ONEv2 keeps resetting Alan Stern
2022-03-24 2:44 ` Petr Janecek
2022-03-24 15:21 ` Alan Stern
2022-04-02 4:18 ` Petr Janecek
2022-04-02 13:50 ` Alan Stern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3f4d1bce-7459-9ea4-be73-9b51f569e526@ucw.cz \
--to=janecek@ucw.cz \
--cc=alsa-devel@alsa-project.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).