Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound automatically switch from USB Speaker to HeadSet #215

Closed
modulusmath2c opened this issue Mar 13, 2022 · 6 comments
Closed

Sound automatically switch from USB Speaker to HeadSet #215

modulusmath2c opened this issue Mar 13, 2022 · 6 comments

Comments

@modulusmath2c
Copy link

Ubuntu 21.10 / Codename: impish

Running LXDE if it matters

I watch youtube listening on my external usb speakers and sounds plays just fine.

All of a sudden they go silent and sound is played on the plugged in headset (Plantronics, Inc. DA40 Adapter) without my intervention...Even if I unplug the headset it will switch over to the 'default usb audio analog stereo'.

I do see some logs via journalctl near the time of the switch:

Mar 01 10:04:57 wilddog pulseaudio[1678]: ALSA woke us up to write new data to the device, but there was actually nothing to write.
Mar 01 10:04:57 wilddog pulseaudio[1678]: Most likely this is a bug in the ALSA driver 'snd_usb_audio'. Please report this issue to the ALSA developers.
Mar 01 10:04:57 wilddog pulseaudio[1678]: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.

This is a pretty fresh install.

How can I keep it stable on the external speakers?

Here's my also info: http://alsa-project.org/db/?f=3589356420b912e19608eaee1960f19b3f0a4e22

@perexg
Copy link
Member

perexg commented Mar 14, 2022

It looks like a driver problem. Do you see anything USB driver related in the dmesg output ?

@modulusmath2c
Copy link
Author

modulusmath2c commented Mar 14, 2022

Thanks for the reply.

Yes, quite a few. I didn't install anything per se. It's all default ubuntu FWIW:

A bunch of these:

[ 1211.136810] usb 3-4.4: Device not responding to setup address.
[ 1211.344676] usb 3-4.4: device not accepting address 15, error -71

Here' s the full output:

$ sudo dmesg | grep -i usb

[    0.523334] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.523504] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.542699] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.542750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.542753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.542754] usb usb1: Product: EHCI Host Controller
[    0.542755] usb usb1: Manufacturer: Linux 5.13.0-35-generic ehci_hcd
[    0.542756] usb usb1: SerialNumber: 0000:00:1a.0
[    0.542891] hub 1-0:1.0: USB hub found
[    0.543164] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.562697] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.562743] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.562745] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.562746] usb usb2: Product: EHCI Host Controller
[    0.562747] usb usb2: Manufacturer: Linux 5.13.0-35-generic ehci_hcd
[    0.562748] usb usb2: SerialNumber: 0000:00:1d.0
[    0.562883] hub 2-0:1.0: USB hub found
[    0.563054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.563075] uhci_hcd: USB Universal Host Controller Interface driver
[    0.785881] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.787104] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.787107] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.787109] usb usb3: Product: xHCI Host Controller
[    0.787110] usb usb3: Manufacturer: Linux 5.13.0-35-generic xhci-hcd
[    0.787112] usb usb3: SerialNumber: 0000:00:14.0
[    0.787261] hub 3-0:1.0: USB hub found
[    0.789131] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.789134] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.789165] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    0.789166] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.789167] usb usb4: Product: xHCI Host Controller
[    0.789168] usb usb4: Manufacturer: Linux 5.13.0-35-generic xhci-hcd
[    0.789169] usb usb4: SerialNumber: 0000:00:14.0
[    0.789252] hub 4-0:1.0: USB hub found
[    0.882708] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.898708] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.039017] usb 1-1: New USB device found, idVendor=8087, idProduct=8009, bcdDevice= 0.00
[    1.039020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.039155] hub 1-1:1.0: USB hub found
[    1.055155] usb 2-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.00
[    1.055169] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.055452] hub 2-1:1.0: USB hub found
[    1.122709] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    1.273460] usb 3-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
[    1.273473] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.273475] usb 3-1: Product: USB Receiver
[    1.273476] usb 3-1: Manufacturer: Logitech
[    1.406709] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    1.556090] usb 3-3: New USB device found, idVendor=0a67, idProduct=11c0, bcdDevice= 0.01
[    1.556094] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.556096] usb 3-3: Product: USB Audio Device
[    1.556098] usb 3-3: Manufacturer: JinAudio
[    1.556099] usb 3-3: SerialNumber: 20190801_M0_V001
[    1.682710] usb 3-4: new high-speed USB device number 4 using xhci_hcd
[    1.845300] usb 3-4: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.33
[    1.845315] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.845316] usb 3-4: Product: 4-Port USB 2.0 Hub
[    1.845318] usb 3-4: Manufacturer: Generic
[    1.846530] hub 3-4:1.0: USB hub found
[    1.974681] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    2.128016] usb 3-10: New USB device found, idVendor=047f, idProduct=da40, bcdDevice= 1.13
[    2.128031] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.128033] usb 3-10: Product: DA40 Adapter
[    2.128034] usb 3-10: Manufacturer: Plantronics
[    2.202723] usb 3-4.1: new full-speed USB device number 6 using xhci_hcd
[    2.304525] usb 3-4.1: New USB device found, idVendor=1ea8, idProduct=fc25, bcdDevice= 1.00
[    2.304539] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.304540] usb 3-4.1: Product: FIDO2 Security Key
[    2.304542] usb 3-4.1: Manufacturer: ExcelSecu
[    2.430710] usb 3-13: new high-speed USB device number 7 using xhci_hcd
[    2.589883] usb 3-13: New USB device found, idVendor=04f9, idProduct=0063, bcdDevice= 1.00
[    2.589898] usb 3-13: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.589900] usb 3-13: Product: HL-L2340D series
[    2.589901] usb 3-13: Manufacturer: Brother
[    2.589902] usb 3-13: SerialNumber: U63879A6N522281
[    2.603466] usbcore: registered new interface driver usbhid
[    2.603468] usbhid: USB HID core driver
[    2.605152] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:046D:C52B.0001/input/input3
[    2.658704] usb 3-4.2: new high-speed USB device number 8 using xhci_hcd
[    2.662880] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[    2.663044] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:046D:C52B.0002/input/input4
[    2.663204] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:046D:C52B.0002/input/input5
[    2.722827] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:046D:C52B.0002/input/input6
[    2.722992] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[    2.723228] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[    2.723321] input: JinAudio USB Audio Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.0004/input/input8
[    2.723371] input: JinAudio USB Audio Device Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.0004/input/input9
[    2.782975] hid-generic 0003:0A67:11C0.0004: input,hiddev2,hidraw3: USB HID v1.11 Device [JinAudio USB Audio Device] on usb-0000:00:14.0-3/input3
[    2.783098] input: ExcelSecu FIDO2 Security Key as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1:1.0/0003:1EA8:FC25.0006/input/input10
[    2.798776] usb 3-4.2: New USB device found, idVendor=0c45, idProduct=6366, bcdDevice= 1.00
[    2.798791] usb 3-4.2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    2.798793] usb 3-4.2: Product: USB Camera
[    2.798794] usb 3-4.2: Manufacturer: USB Camera
[    2.798795] usb 3-4.2: SerialNumber: SN0001
[    2.842841] hid-generic 0003:1EA8:FC25.0006: input,hidraw4: USB HID v1.10 Keyboard [ExcelSecu FIDO2 Security Key] on usb-0000:00:14.0-4.1/input0
[    2.842978] hid-generic 0003:1EA8:FC25.0007: hiddev3,hidraw5: USB HID v1.10 Device [ExcelSecu FIDO2 Security Key] on usb-0000:00:14.0-4.1/input1
[    2.844657] input: Plantronics DA40 Adapter as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.3/0003:047F:DA40.0005/input/input11
[    2.878759] usb 3-4.4: new full-speed USB device number 9 using xhci_hcd
[    2.903364] plantronics 0003:047F:DA40.0005: input,hiddev4,hidraw6: USB HID v1.00 Device [Plantronics DA40 Adapter] on usb-0000:00:14.0-10/input3
[    2.958802] usb 3-4.4: device descriptor read/64, error -32
[    2.960333] logitech-djreceiver 0003:046D:C52B.0003: hiddev1,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[    3.081536] input: Logitech Wireless Device PID:4051 Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:4051.0008/input/input12
[    3.081942] hid-generic 0003:046D:4051.0008: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Device PID:4051] on usb-0000:00:14.0-1/input2:1
[    3.146748] usb 3-4.4: device descriptor read/64, error -32
[    3.156713] input: Logitech M510 as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:4051.0008/input/input16
[    3.156919] logitech-hidpp-device 0003:046D:4051.0008: input,hidraw1: USB HID v1.11 Mouse [Logitech M510] on usb-0000:00:14.0-1/input2:1
[    3.334709] usb 3-4.4: new full-speed USB device number 10 using xhci_hcd
[    3.414788] usb 3-4.4: device descriptor read/64, error -32
[    3.602781] usb 3-4.4: device descriptor read/64, error -32
[    3.710810] usb 3-4-port4: attempt power cycle
[    4.314702] usb 3-4.4: new full-speed USB device number 11 using xhci_hcd
[    4.314818] usb 3-4.4: Device not responding to setup address.
[    4.522817] usb 3-4.4: Device not responding to setup address.
[    4.730709] usb 3-4.4: device not accepting address 11, error -71
[    4.810709] usb 3-4.4: new full-speed USB device number 12 using xhci_hcd
[    4.810821] usb 3-4.4: Device not responding to setup address.
[    5.018799] usb 3-4.4: Device not responding to setup address.
[    5.226699] usb 3-4.4: device not accepting address 12, error -71
[    5.226814] usb 3-4-port4: unable to enumerate USB device
[    5.872259] usblp 3-13:1.0: usblp0: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0063
[    5.872287] usbcore: registered new interface driver usblp
[    5.956868] usb 3-4.2: Found UVC 1.00 device USB Camera (0c45:6366)
[    6.008143] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input18
[    6.008245] usbcore: registered new interface driver uvcvideo
[    6.610705] usb 3-10: Warning! Unlikely big volume range (=656), cval->res is probably wrong.
[    6.610709] usb 3-10: [6] FU [Mic Playback Volume] ch = 1, val = -10496/0/16
[    7.118712] usb 3-10: Warning! Unlikely big volume range (=704), cval->res is probably wrong.
[    7.118716] usb 3-10: [1] FU [Speaker Playback Volume] ch = 1, val = -10496/768/16
[    8.797796] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[    8.955790] usbcore: registered new interface driver snd-usb-audio
[    9.923059] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[    9.981347] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[   12.564180] usblp0: removed
[   12.584305] usblp 3-13:1.0: usblp0: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0063
[ 1209.492595] usb 3-4.4: new full-speed USB device number 13 using xhci_hcd
[ 1209.572621] usb 3-4.4: device descriptor read/64, error -32
[ 1209.760733] usb 3-4.4: device descriptor read/64, error -32
[ 1209.948652] usb 3-4.4: new full-speed USB device number 14 using xhci_hcd
[ 1210.028735] usb 3-4.4: device descriptor read/64, error -32
[ 1210.216713] usb 3-4.4: device descriptor read/64, error -32
[ 1210.324792] usb 3-4-port4: attempt power cycle
[ 1210.928665] usb 3-4.4: new full-speed USB device number 15 using xhci_hcd
[ 1210.928816] usb 3-4.4: Device not responding to setup address.
[ 1211.136810] usb 3-4.4: Device not responding to setup address.
[ 1211.344676] usb 3-4.4: device not accepting address 15, error -71
[ 1211.424676] usb 3-4.4: new full-speed USB device number 16 using xhci_hcd
[ 1211.424826] usb 3-4.4: Device not responding to setup address.
[ 1211.632827] usb 3-4.4: Device not responding to setup address.
[ 1211.840665] usb 3-4.4: device not accepting address 16, error -71
[ 1211.840783] usb 3-4-port4: unable to enumerate USB device
[18860.892009] usb 3-10: USB disconnect, device number 5
[18878.630007] usb 3-10: new high-speed USB device number 17 using xhci_hcd
[18878.782132] usb 3-10: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.35
[18878.782135] usb 3-10: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[18878.782136] usb 3-10: Product: USB3.0 Card Reader
[18878.782137] usb 3-10: Manufacturer: Generic
[18878.782138] usb 3-10: SerialNumber: 000000001536
[18878.799934] usb-storage 3-10:1.0: USB Mass Storage device detected
[18878.800089] scsi host6: usb-storage 3-10:1.0
[18878.800178] usbcore: registered new interface driver usb-storage
[18878.801558] usbcore: registered new interface driver uas
[19896.879605] usb 3-10: USB disconnect, device number 17
[20047.957785] usb 3-10: new high-speed USB device number 18 using xhci_hcd
[20048.109969] usb 3-10: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.35
[20048.109972] usb 3-10: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[20048.109973] usb 3-10: Product: USB3.0 Card Reader
[20048.109974] usb 3-10: Manufacturer: Generic
[20048.109975] usb 3-10: SerialNumber: 000000001536
[20048.111233] usb-storage 3-10:1.0: USB Mass Storage device detected
[20048.111373] scsi host6: usb-storage 3-10:1.0
[22319.426548] usb 3-4.4: new full-speed USB device number 19 using xhci_hcd
[22319.510543] usb 3-4.4: device descriptor read/64, error -32
[22319.706590] usb 3-4.4: device descriptor read/64, error -32
[22319.894562] usb 3-4.4: new full-speed USB device number 20 using xhci_hcd
[22319.974568] usb 3-4.4: device descriptor read/64, error -32
[22320.166554] usb 3-4.4: device descriptor read/64, error -32
[22320.278581] usb 3-4-port4: attempt power cycle
[22320.882561] usb 3-4.4: new full-speed USB device number 21 using xhci_hcd
[22320.882639] usb 3-4.4: Device not responding to setup address.
[22321.094625] usb 3-4.4: Device not responding to setup address.
[22321.302537] usb 3-4.4: device not accepting address 21, error -71
[22321.382557] usb 3-4.4: new full-speed USB device number 22 using xhci_hcd
[22321.382637] usb 3-4.4: Device not responding to setup address.
[22321.594688] usb 3-4.4: Device not responding to setup address.
[22321.802550] usb 3-4.4: device not accepting address 22, error -71
[22321.802602] usb 3-4-port4: unable to enumerate USB device
[24949.144227] usb 3-10: USB disconnect, device number 18
[26067.927488] usb 3-10: new full-speed USB device number 23 using xhci_hcd
[26068.080370] usb 3-10: New USB device found, idVendor=047f, idProduct=da40, bcdDevice= 1.13
[26068.080375] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[26068.080377] usb 3-10: Product: DA40 Adapter
[26068.080378] usb 3-10: Manufacturer: Plantronics
[26068.639494] usb 3-10: Warning! Unlikely big volume range (=656), cval->res is probably wrong.
[26068.639497] usb 3-10: [6] FU [Mic Playback Volume] ch = 1, val = -10496/0/16
[26069.143497] usb 3-10: Warning! Unlikely big volume range (=704), cval->res is probably wrong.
[26069.143501] usb 3-10: [1] FU [Speaker Playback Volume] ch = 1, val = -10496/768/16
[26070.600907] input: Plantronics DA40 Adapter as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.3/0003:047F:DA40.0009/input/input28
[26070.659788] plantronics 0003:047F:DA40.0009: input,hiddev4,hidraw2: USB HID v1.00 Device [Plantronics DA40 Adapter] on usb-0000:00:14.0-10/input3
[43112.963541] usblp0: removed
[43113.470619] usblp 3-13:1.0: usblp0: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0063
[60931.488036] usb 3-3: reset full-speed USB device number 3 using xhci_hcd
[60931.808053] usb 3-3: reset full-speed USB device number 3 using xhci_hcd
[60934.816063] usb 3-4.2: reset high-speed USB device number 8 using xhci_hcd
[65652.788167] usb 3-3: reset full-speed USB device number 3 using xhci_hcd
[65652.953487] input: JinAudio USB Audio Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.000A/input/input29
[65652.953617] input: JinAudio USB Audio Device Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.000A/input/input30
[65653.012254] hid-generic 0003:0A67:11C0.000A: input,hiddev2,hidraw3: USB HID v1.11 Device [JinAudio USB Audio Device] on usb-0000:00:14.0-3/input3
[65653.092096] usb 3-4.2: reset high-speed USB device number 8 using xhci_hcd
[65653.227419] usb 3-4.2: Found UVC 1.00 device USB Camera (0c45:6366)
[65653.262917] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input31
[65653.297842] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[65653.541813] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[65653.598928] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[65777.164966] usb 3-4.2: reset high-speed USB device number 8 using xhci_hcd
[65783.273060] usb 3-3: reset full-speed USB device number 3 using xhci_hcd
[65783.601054] usb 3-3: reset full-speed USB device number 3 using xhci_hcd
[65808.705277] usb 3-4.2: reset high-speed USB device number 8 using xhci_hcd
[65808.840337] usb 3-4.2: Found UVC 1.00 device USB Camera (0c45:6366)
[65808.875285] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input32
[65808.909991] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[65809.158177] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[65809.197243] usb 3-3: reset full-speed USB device number 3 using xhci_hcd
[65809.215496] usb 3-4.2: 3:1: cannot get freq at ep 0x84
[65809.362440] input: JinAudio USB Audio Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.000B/input/input33
[65809.362568] input: JinAudio USB Audio Device Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.000B/input/input34
[65809.421258] hid-generic 0003:0A67:11C0.000B: input,hiddev2,hidraw3: USB HID v1.11 Device [JinAudio USB Audio Device] on usb-0000:00:14.0-3/input3
[68482.438722] usb 3-3: USB disconnect, device number 3
[68484.326034] usb 3-3: new full-speed USB device number 24 using xhci_hcd
[68484.479200] usb 3-3: New USB device found, idVendor=0a67, idProduct=11c0, bcdDevice= 0.01
[68484.479206] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[68484.479207] usb 3-3: Product: USB Audio Device
[68484.479208] usb 3-3: Manufacturer: JinAudio
[68484.479209] usb 3-3: SerialNumber: 20190801_M0_V001
[68484.493026] input: JinAudio USB Audio Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.000C/input/input35
[68484.493110] input: JinAudio USB Audio Device Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:11C0.000C/input/input36
[68484.554384] hid-generic 0003:0A67:11C0.000C: input,hiddev2,hidraw3: USB HID v1.11 Device [JinAudio USB Audio Device] on usb-0000:00:14.0-3/input3
[170372.691639] usb 3-4.2: Failed to query (SET_CUR) UVC control 11 on unit 2: -110 (exp. 1).
[170373.176042] usb 3-4.2: Failed to query (SET_CUR) UVC control 11 on unit 2: -32 (exp. 1).
[170374.643587] usb 3-4.2: Failed to query (SET_CUR) UVC control 11 on unit 2: -110 (exp. 1).
[170375.098648] usb 3-4.2: Failed to query (SET_CUR) UVC control 11 on unit 2: -32 (exp. 1).
[173179.317828] usb 3-4.4: new full-speed USB device number 25 using xhci_hcd
[173179.401865] usb 3-4.4: device descriptor read/64, error -32
[173179.589904] usb 3-4.4: device descriptor read/64, error -32
[173179.777821] usb 3-4.4: new full-speed USB device number 26 using xhci_hcd
[173179.857863] usb 3-4.4: device descriptor read/64, error -32
[173180.049930] usb 3-4.4: device descriptor read/64, error -32
[173180.157951] usb 3-4-port4: attempt power cycle
[173180.761871] usb 3-4.4: new full-speed USB device number 27 using xhci_hcd
[173180.762024] usb 3-4.4: Device not responding to setup address.
[173180.969964] usb 3-4.4: Device not responding to setup address.
[173181.177879] usb 3-4.4: device not accepting address 27, error -71
[173181.257878] usb 3-4.4: new full-speed USB device number 28 using xhci_hcd
[173181.258029] usb 3-4.4: Device not responding to setup address.
[173181.466042] usb 3-4.4: Device not responding to setup address.
[173181.673878] usb 3-4.4: device not accepting address 28, error -71
[173181.674064] usb 3-4-port4: unable to enumerate USB device
[200962.861912] usb 3-10: USB disconnect, device number 23
[200967.384383] usb 3-10: new high-speed USB device number 29 using xhci_hcd
[200967.537931] usb 3-10: New USB device found, idVendor=154b, idProduct=00ad, bcdDevice=11.00
[200967.537944] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[200967.537950] usb 3-10: Product: USB 3.0 FD
[200967.537954] usb 3-10: Manufacturer: PNY Technologies
[200967.537958] usb 3-10: SerialNumber: AA58062260000107
[200967.540152] usb-storage 3-10:1.0: USB Mass Storage device detected
[200967.540460] scsi host6: usb-storage 3-10:1.0
[200968.892729] scsi 6:0:0:0: Direct-Access     PNY      USB 3.0 FD       1100 PQ: 0 ANSI: 6
[201009.405445] usb 3-10: USB disconnect, device number 29
[201014.944623] usb 3-10: new high-speed USB device number 30 using xhci_hcd
[201015.098051] usb 3-10: New USB device found, idVendor=154b, idProduct=00ad, bcdDevice=11.00
[201015.098063] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[201015.098069] usb 3-10: Product: USB 3.0 FD
[201015.098073] usb 3-10: Manufacturer: PNY Technologies
[201015.098077] usb 3-10: SerialNumber: AA58062260000107
[201015.100246] usb-storage 3-10:1.0: USB Mass Storage device detected
[201015.101634] scsi host6: usb-storage 3-10:1.0
[201016.476677] scsi 6:0:0:0: Direct-Access     PNY      USB 3.0 FD       1100 PQ: 0 ANSI: 6
[201212.801720] usb 3-10: USB disconnect, device number 30
[230538.040150] usb 3-4.4: new full-speed USB device number 31 using xhci_hcd
[230538.124177] usb 3-4.4: device descriptor read/64, error -32
[230538.316194] usb 3-4.4: device descriptor read/64, error -32
[230538.504156] usb 3-4.4: new full-speed USB device number 32 using xhci_hcd
[230538.588237] usb 3-4.4: device descriptor read/64, error -32
[230538.776233] usb 3-4.4: device descriptor read/64, error -32
[230538.884307] usb 3-4-port4: attempt power cycle
[230539.488188] usb 3-4.4: new full-speed USB device number 33 using xhci_hcd
[230539.488340] usb 3-4.4: Device not responding to setup address.
[230539.696362] usb 3-4.4: Device not responding to setup address.
[230539.904181] usb 3-4.4: device not accepting address 33, error -71
[230539.984188] usb 3-4.4: new full-speed USB device number 34 using xhci_hcd
[230539.984339] usb 3-4.4: Device not responding to setup address.
[230540.192316] usb 3-4.4: Device not responding to setup address.
[230540.404145] usb 3-4.4: device not accepting address 34, error -71
[230540.404194] usb 3-4-port4: unable to enumerate USB device
[231095.979462] usblp0: removed
[231097.988062] usblp 3-13:1.0: usblp0: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0063
[241528.738548] usb 3-4.3: new full-speed USB device number 35 using xhci_hcd
[241528.843808] usb 3-4.3: New USB device found, idVendor=047f, idProduct=da40, bcdDevice= 1.13
[241528.843822] usb 3-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[241528.843828] usb 3-4.3: Product: DA40 Adapter
[241528.843832] usb 3-4.3: Manufacturer: Plantronics
[241529.410548] usb 3-4.3: Warning! Unlikely big volume range (=656), cval->res is probably wrong.
[241529.410559] usb 3-4.3: [6] FU [Mic Playback Volume] ch = 1, val = -10496/0/16
[241529.914556] usb 3-4.3: Warning! Unlikely big volume range (=704), cval->res is probably wrong.
[241529.914567] usb 3-4.3: [1] FU [Speaker Playback Volume] ch = 1, val = -10496/768/16
[241531.389262] input: Plantronics DA40 Adapter as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.3/3-4.3:1.3/0003:047F:DA40.000D/input/input37
[241531.447171] plantronics 0003:047F:DA40.000D: input,hiddev4,hidraw2: USB HID v1.00 Device [Plantronics DA40 Adapter] on usb-0000:00:14.0-4.3/input3
[271635.685494] usb 3-4.4: new full-speed USB device number 36 using xhci_hcd
[271635.765589] usb 3-4.4: device descriptor read/64, error -32
[271635.957528] usb 3-4.4: device descriptor read/64, error -32
[271636.145500] usb 3-4.4: new full-speed USB device number 37 using xhci_hcd
[271636.225518] usb 3-4.4: device descriptor read/64, error -32
[271636.413519] usb 3-4.4: device descriptor read/64, error -32
[271636.521563] usb 3-4-port4: attempt power cycle
[271637.129486] usb 3-4.4: new full-speed USB device number 38 using xhci_hcd
[271637.129555] usb 3-4.4: Device not responding to setup address.
[271637.337567] usb 3-4.4: Device not responding to setup address.
[271637.545488] usb 3-4.4: device not accepting address 38, error -71
[271637.625487] usb 3-4.4: new full-speed USB device number 39 using xhci_hcd
[271637.625555] usb 3-4.4: Device not responding to setup address.
[271637.833571] usb 3-4.4: Device not responding to setup address.
[271638.041490] usb 3-4.4: device not accepting address 39, error -71
[271638.041538] usb 3-4-port4: unable to enumerate USB device


$ sudo dmesg | grep -i driver
[    0.324368] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.325187] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.326960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.523053] tun: Universal TUN/TAP device driver, 1.6
[    0.523109] PPP generic driver version 2.4.2
[    0.523224] VFIO - User Level meta-driver version: 0.3
[    0.523334] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.523339] ehci-pci: EHCI PCI platform driver
[    0.563036] ehci-platform: EHCI generic platform driver
[    0.563054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.563057] ohci-pci: OHCI PCI platform driver
[    0.563068] ohci-platform: OHCI generic platform driver
[    0.563075] uhci_hcd: USB Universal Host Controller Interface driver
[    0.564325] i2c /dev entries driver
[    0.564545] intel_pstate: Intel P-state driver initializing
[    0.585273] microcode: Microcode Update Driver: v2.2.
[    0.786296] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    0.786308] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    0.786320] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    0.786332] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    0.807361] asus_wmi: ASUS WMI generic driver loaded
[    1.226642] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.595679] hid: raw HID events driver (C) Jiri Kosina
[    2.603466] usbcore: registered new interface driver usbhid
[    2.603468] usbhid: USB HID core driver
[    5.551019] lp: driver loaded but no devices found
[    5.553332] ppdev: user-space parallel port driver
[    5.872287] usbcore: registered new interface driver usblp
[    6.008245] usbcore: registered new interface driver uvcvideo
[    7.695051] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[    8.955790] usbcore: registered new interface driver snd-usb-audio
[ 1209.476604] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[18878.800178] usbcore: registered new interface driver usb-storage
[18878.801558] usbcore: registered new interface driver uas
[22319.414573] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[22327.412437] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[173179.349826] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[201212.901009] sd 6:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[230538.032147] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[271635.685507] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)

$ sudo dmesg | grep -i alsa
$ sudo dmesg | grep -i sound
[    6.070152] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[    6.070199] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[    6.070239] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
[    6.080705] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card2/input23
[    6.080749] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card2/input24
[    6.080806] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card2/input25
[    6.080864] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card2/input26
[    6.080923] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card2/input27

@perexg
Copy link
Member

perexg commented Mar 14, 2022

I assume that those are USB Speakers:

[68482.438722] usb 3-3: USB disconnect, device number 3
[68484.326034] usb 3-3: new full-speed USB device number 24 using xhci_hcd
[68484.479200] usb 3-3: New USB device found, idVendor=0a67, idProduct=11c0, bcdDevice= 0.01
[68484.479206] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[68484.479207] usb 3-3: Product: USB Audio Device
[68484.479208] usb 3-3: Manufacturer: JinAudio
[68484.479209] usb 3-3: SerialNumber: 20190801_M0_V001

It looks like a generic USB issue or hardware issue (USB link or power instability). The USB device is disconnected and re-enumerated.

@modulusmath2c
Copy link
Author

OK - interesting - I do have quite a few usb device plugged , maybe that's a problem. I did have some issue booting w/usb, maybe this is related... Thanks for your thoughts on the matter!

@modulusmath2c
Copy link
Author

modulusmath2c commented Mar 15, 2022

Just to update. When I unplug and plug the speakers back in they no longer register in dmesg. And no longer play sound...I guess if I waited a day or 2 I would have at least had that answer....Tossed those and bought a new usb speaker, will see how it goes...

@modulusmath2c
Copy link
Author

I have not seen the problem since I replaced the hardware. I really thank you for the help @perexg - From my perspective the reported issue appears to have been due to a failing USB speaker.

@perexg perexg closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants