You are not logged in.

#1 2023-05-13 19:47:57

telmo
Member
Registered: 2020-06-18
Posts: 11

Logitech G560 speakers only work after re-plugged

I recently bought Logitech G560 speakers. When I boot the computer they don't show up as output options, but they do so (and work properly) when I unplug and re-plug their USB cable.

The device shows up correctly in "lsusb" as:

Bus 001 Device 005: ID 046d:0a78 Logitech, Inc. G560 Gaming Speaker

When just booted, I can't see the device in either "pacmd list-sources" or "pacmd list-cards", but it shows in both when unplugged and re-plugged.

I've tried the following:
- Running "sudo alsactl store" when the hardware is working as intended (which didn't make a difference);
- Grabbing the correct strings from "pacmd list-cards" and running "pacmd set-card-profile alsa_card.usb-Logitech_G560_Gaming_Speaker_00000000-00 output:analog-stereo", which returns "No card found by this name or index." if I don't unplug and re-plug the device.

Does anybody know what I can do for the speakers to be recognized as output devices without me having to unplug and re-plug them every time?

Last edited by telmo (2023-05-13 19:49:00)

Offline

#2 2023-05-13 20:25:52

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,197

Re: Logitech G560 speakers only work after re-plugged

How are they showing up in aplay -l or pacmd list-cards? If not at all, what is your output for

sudo dmesg | grep -E 'snd|usb'

I'm suspecting you are using some modprobe config that steals the index

Offline

#3 2023-05-13 21:12:30

telmo
Member
Registered: 2020-06-18
Posts: 11

Re: Logitech G560 speakers only work after re-plugged

@V1del I was getting the output you asked from dmesg and noticed a weird message:

usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth

So I tried switching the speakers from a USB 2.0 port to a USB 3.0 one and after reboot somehow they are working. On Windows they work just fine in the USB 2.0 port.

The output of sudo dmesg | grep -E 'snd|usb' before was:

[    0.230228] usbcore: registered new interface driver usbfs
[    0.230228] usbcore: registered new interface driver hub
[    0.230228] usbcore: registered new device driver usb
[    0.269919] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x810 took 16359 usecs
[    0.285918] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x810 took 15604 usecs
[    0.316684] usbcore: registered new interface driver usbserial_generic
[    0.316689] usbserial: USB Serial support registered for generic
[    0.327898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.327901] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.327902] usb usb1: Product: EHCI Host Controller
[    0.327903] usb usb1: Manufacturer: Linux 6.3.1-zen2-1-zen ehci_hcd
[    0.327904] usb usb1: SerialNumber: 0000:00:1d.0
[    0.338897] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.338900] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.338902] usb usb2: Product: EHCI Host Controller
[    0.338904] usb usb2: Manufacturer: Linux 6.3.1-zen2-1-zen ehci_hcd
[    0.338906] usb usb2: SerialNumber: 0000:00:1a.0
[    0.563847] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.579847] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.695142] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    0.695146] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.711116] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    0.711119] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.914534] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.914537] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.914539] usb usb3: Product: xHCI Host Controller
[    0.914541] usb usb3: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.914543] usb usb3: SerialNumber: 0000:00:14.0
[    0.915600] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    0.915603] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.915605] usb usb4: Product: xHCI Host Controller
[    0.915607] usb usb4: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.915608] usb usb4: SerialNumber: 0000:00:14.0
[    0.921885] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.921889] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.921891] usb usb5: Product: xHCI Host Controller
[    0.921893] usb usb5: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.921894] usb usb5: SerialNumber: 0000:03:00.0
[    0.928985] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.929012] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    0.929015] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.929017] usb usb6: Product: xHCI Host Controller
[    0.929019] usb usb6: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.929020] usb usb6: SerialNumber: 0000:03:00.0
[    0.969821] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    0.985821] usb 2-1.3: new low-speed USB device number 3 using ehci-pci
[    1.050506] usb 1-1.5: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.20
[    1.050515] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.050518] usb 1-1.5: Product: 8BitDo Receiver
[    1.050520] usb 1-1.5: Manufacturer: 8BitDo
[    1.050522] usb 1-1.5: SerialNumber: Receiver     
[    1.073107] usb 2-1.3: New USB device found, idVendor=0566, idProduct=3107, bcdDevice= 4.03
[    1.073110] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.073112] usb 2-1.3: Product: USB Keyboard
[    1.073113] usb 2-1.3: Manufacturer:        
[    1.081116] input:         USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:0566:3107.0001/input/input2
[    1.133068] hid-generic 0003:0566:3107.0001: input,hidraw0: USB HID v1.10 Keyboard [        USB Keyboard] on usb-0000:00:1a.0-1.3/input0
[    1.136301] input:         USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:0566:3107.0002/input/input3
[    1.140829] usb 2-1.4: new full-speed USB device number 4 using ehci-pci
[    1.171833] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[    1.181994] input:         USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:0566:3107.0002/input/input4
[    1.182072] hid-generic 0003:0566:3107.0002: input,hidraw1: USB HID v1.10 Device [        USB Keyboard] on usb-0000:00:1a.0-1.3/input1
[    1.182118] usbcore: registered new interface driver usbhid
[    1.182120] usbhid: USB HID core driver
[    1.214198] usb 2-1.4: New USB device found, idVendor=1c1f, idProduct=2014, bcdDevice= 1.00
[    1.214206] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.214209] usb 2-1.4: Product: H210
[    1.215708] input: H210 as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.4/2-1.4:1.3/0003:1C1F:2014.0003/input/input5
[    1.267091] hid-generic 0003:1C1F:2014.0003: input,hidraw2: USB HID v1.00 Device [H210] on usb-0000:00:1a.0-1.4/input3
[    1.298728] usb 5-1: New USB device found, idVendor=2109, idProduct=0811, bcdDevice= 2.00
[    1.298736] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.298739] usb 5-1: Product: USB2.0 Hub
[    1.330837] usb 2-1.5: new full-speed USB device number 5 using ehci-pci
[    1.575051] usb 2-1.5: New USB device found, idVendor=046d, idProduct=0a78, bcdDevice=90.64
[    1.575059] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.575062] usb 2-1.5: Product: G560 Gaming Speaker
[    1.575065] usb 2-1.5: Manufacturer: Logitech
[    1.575067] usb 2-1.5: SerialNumber: 00000000
[    1.688441] input: Logitech G560 Gaming Speaker Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:046D:0A78.0004/input/input6
[    1.740013] input: Logitech G560 Gaming Speaker as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:046D:0A78.0004/input/input7
[    1.740407] hid-generic 0003:046D:0A78.0004: input,hiddev96,hidraw3: USB HID v1.11 Device [Logitech G560 Gaming Speaker] on usb-0000:00:1a.0-1.5/input2
[    1.803841] usb 2-1.6: new full-speed USB device number 6 using ehci-pci
[    1.883173] usb 2-1.6: New USB device found, idVendor=30fa, idProduct=1330, bcdDevice= 1.00
[    1.883181] usb 2-1.6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.883184] usb 2-1.6: Product: USB GAMING MOUSE 
[    1.884438] input: USB GAMING MOUSE  as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:30FA:1330.0005/input/input9
[    1.884675] hid-generic 0003:30FA:1330.0005: input,hidraw4: USB HID v1.10 Mouse [USB GAMING MOUSE ] on usb-0000:00:1a.0-1.6/input0
[    1.886136] input: USB GAMING MOUSE  Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:30FA:1330.0006/input/input10
[    1.938214] hid-generic 0003:30FA:1330.0006: input,hiddev97,hidraw5: USB HID v1.10 Keyboard [USB GAMING MOUSE ] on usb-0000:00:1a.0-1.6/input1
[    8.516060] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    8.516429] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    8.516523] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    8.562688] snd_hda_codec_via hdaudioC0D2: autoconfig for VT2020: line_outs=3 (0x24/0x25/0x26/0x0/0x0) type:line
[    8.562695] snd_hda_codec_via hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.562697] snd_hda_codec_via hdaudioC0D2:    hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
[    8.562699] snd_hda_codec_via hdaudioC0D2:    mono: mono_out=0x0
[    8.562700] snd_hda_codec_via hdaudioC0D2:    dig-out=0x2d/0x2e
[    8.562701] snd_hda_codec_via hdaudioC0D2:    inputs:
[    8.562702] snd_hda_codec_via hdaudioC0D2:      Front Mic=0x29
[    8.562704] snd_hda_codec_via hdaudioC0D2:      Rear Mic=0x2b
[    8.562705] snd_hda_codec_via hdaudioC0D2:      Line=0x2a
[    8.564350] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input19
[    8.565697] usbcore: registered new interface driver xpad
[    8.609944] usb 2-1.4: Warning! Unlikely big volume range (=1008), cval->res is probably wrong.
[    8.609950] usb 2-1.4: [49] FU [PCM Playback Volume] ch = 2, val = -16129/-1/16
[    8.625962] usb 2-1.4: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
[    8.625982] usb 2-1.4: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
[    8.711955] usbcore: registered new interface driver snd-usb-audio
[   10.732089] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   15.641602] usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth
[   15.641635] usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth
[   15.641639] usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth
[   15.646083] usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth
[   15.646103] usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth
[   15.646106] usb 2-1.5: cannot submit urb 0, error -28: not enough bandwidth

And now, with them working in the USB 3.0 port:

[    0.230140] usbcore: registered new interface driver usbfs
[    0.230140] usbcore: registered new interface driver hub
[    0.230140] usbcore: registered new device driver usb
[    0.269826] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x810 took 16364 usecs
[    0.285823] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x810 took 15603 usecs
[    0.325111] usbcore: registered new interface driver usbserial_generic
[    0.325117] usbserial: USB Serial support registered for generic
[    0.335799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.335801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.335802] usb usb1: Product: EHCI Host Controller
[    0.335803] usb usb1: Manufacturer: Linux 6.3.1-zen2-1-zen ehci_hcd
[    0.335804] usb usb1: SerialNumber: 0000:00:1d.0
[    0.346815] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.346818] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.346819] usb usb2: Product: EHCI Host Controller
[    0.346820] usb usb2: Manufacturer: Linux 6.3.1-zen2-1-zen ehci_hcd
[    0.346821] usb usb2: SerialNumber: 0000:00:1a.0
[    0.572756] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.588759] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.701152] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    0.701155] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.717175] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    0.717178] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.919595] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.919598] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.919600] usb usb3: Product: xHCI Host Controller
[    0.919602] usb usb3: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.919604] usb usb3: SerialNumber: 0000:00:14.0
[    0.922678] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    0.922683] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.922685] usb usb4: Product: xHCI Host Controller
[    0.922687] usb usb4: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.922689] usb usb4: SerialNumber: 0000:00:14.0
[    0.924274] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    0.924277] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.924279] usb usb5: Product: xHCI Host Controller
[    0.924281] usb usb5: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.924282] usb usb5: SerialNumber: 0000:03:00.0
[    0.924481] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.924507] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    0.924510] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.924512] usb usb6: Product: xHCI Host Controller
[    0.924514] usb usb6: Manufacturer: Linux 6.3.1-zen2-1-zen xhci-hcd
[    0.924515] usb usb6: SerialNumber: 0000:03:00.0
[    0.979726] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    0.994728] usb 2-1.3: new low-speed USB device number 3 using ehci-pci
[    1.061005] usb 1-1.5: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.20
[    1.061009] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.061010] usb 1-1.5: Product: 8BitDo Receiver
[    1.061011] usb 1-1.5: Manufacturer: 8BitDo
[    1.061012] usb 1-1.5: SerialNumber: Receiver     
[    1.080994] usb 2-1.3: New USB device found, idVendor=0566, idProduct=3107, bcdDevice= 4.03
[    1.080997] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.080999] usb 2-1.3: Product: USB Keyboard
[    1.081000] usb 2-1.3: Manufacturer:        
[    1.089188] input:         USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:0566:3107.0001/input/input2
[    1.140989] hid-generic 0003:0566:3107.0001: input,hidraw0: USB HID v1.10 Keyboard [        USB Keyboard] on usb-0000:00:1a.0-1.3/input0
[    1.144001] input:         USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:0566:3107.0002/input/input3
[    1.145750] usb 2-1.4: new full-speed USB device number 4 using ehci-pci
[    1.164750] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[    1.188953] input:         USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:0566:3107.0002/input/input4
[    1.189081] hid-generic 0003:0566:3107.0002: input,hidraw1: USB HID v1.10 Device [        USB Keyboard] on usb-0000:00:1a.0-1.3/input1
[    1.189125] usbcore: registered new interface driver usbhid
[    1.189127] usbhid: USB HID core driver
[    1.220100] usb 2-1.4: New USB device found, idVendor=1c1f, idProduct=2014, bcdDevice= 1.00
[    1.220108] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.220111] usb 2-1.4: Product: H210
[    1.221478] input: H210 as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.4/2-1.4:1.3/0003:1C1F:2014.0003/input/input5
[    1.272876] hid-generic 0003:1C1F:2014.0003: input,hidraw2: USB HID v1.00 Device [H210] on usb-0000:00:1a.0-1.4/input3
[    1.284741] usb 5-1: New USB device found, idVendor=2109, idProduct=0811, bcdDevice= 2.00
[    1.284752] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.284757] usb 5-1: Product: USB2.0 Hub
[    1.336750] usb 2-1.6: new full-speed USB device number 5 using ehci-pci
[    1.416195] usb 2-1.6: New USB device found, idVendor=30fa, idProduct=1330, bcdDevice= 1.00
[    1.416203] usb 2-1.6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.416207] usb 2-1.6: Product: USB GAMING MOUSE 
[    1.417215] input: USB GAMING MOUSE  as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:30FA:1330.0004/input/input6
[    1.417250] hid-generic 0003:30FA:1330.0004: input,hidraw3: USB HID v1.10 Mouse [USB GAMING MOUSE ] on usb-0000:00:1a.0-1.6/input0
[    1.418626] input: USB GAMING MOUSE  Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:30FA:1330.0005/input/input7
[    1.469895] hid-generic 0003:30FA:1330.0005: input,hiddev96,hidraw4: USB HID v1.10 Keyboard [USB GAMING MOUSE ] on usb-0000:00:1a.0-1.6/input1
[    1.563743] usb 5-1.2: new full-speed USB device number 3 using xhci_hcd
[    1.806448] usb 5-1.2: New USB device found, idVendor=046d, idProduct=0a78, bcdDevice=90.64
[    1.806456] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.806459] usb 5-1.2: Product: G560 Gaming Speaker
[    1.806462] usb 5-1.2: Manufacturer: Logitech
[    1.806464] usb 5-1.2: SerialNumber: 00000000
[    1.920829] input: Logitech G560 Gaming Speaker Consumer Control as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb5/5-1/5-1.2/5-1.2:1.2/0003:046D:0A78.0006/input/input9
[    1.972907] input: Logitech G560 Gaming Speaker as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb5/5-1/5-1.2/5-1.2:1.2/0003:046D:0A78.0006/input/input10
[    1.973280] hid-generic 0003:046D:0A78.0006: input,hiddev97,hidraw5: USB HID v1.11 Device [Logitech G560 Gaming Speaker] on usb-0000:03:00.0-1.2/input2
[    6.959679] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input13
[    6.960883] usbcore: registered new interface driver xpad
[    7.024640] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    7.024969] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    7.025065] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    7.037816] usb 2-1.4: Warning! Unlikely big volume range (=1008), cval->res is probably wrong.
[    7.037821] usb 2-1.4: [49] FU [PCM Playback Volume] ch = 2, val = -16129/-1/16
[    7.044697] usb 2-1.4: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
[    7.044702] usb 2-1.4: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
[    7.109298] snd_hda_codec_via hdaudioC0D2: autoconfig for VT2020: line_outs=3 (0x24/0x25/0x26/0x0/0x0) type:line
[    7.109304] snd_hda_codec_via hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.109306] snd_hda_codec_via hdaudioC0D2:    hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
[    7.109307] snd_hda_codec_via hdaudioC0D2:    mono: mono_out=0x0
[    7.109308] snd_hda_codec_via hdaudioC0D2:    dig-out=0x2d/0x2e
[    7.109309] snd_hda_codec_via hdaudioC0D2:    inputs:
[    7.109310] snd_hda_codec_via hdaudioC0D2:      Front Mic=0x29
[    7.109311] snd_hda_codec_via hdaudioC0D2:      Rear Mic=0x2b
[    7.109312] snd_hda_codec_via hdaudioC0D2:      Line=0x2a
[    7.142744] usbcore: registered new interface driver snd-usb-audio
[    9.016160] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])

Last edited by telmo (2023-05-13 21:14:40)

Offline

#4 2023-05-13 21:27:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,197

Re: Logitech G560 speakers only work after re-plugged

2.0 should "suffice"  normally, but the bus is shared with a bunch of other devices. Might just be the initial bootup power surge, but yes insufficient bandwidth generally points to that so going for a 3.0 port might simply be the fix

Last edited by V1del (2023-05-13 21:29:59)

Offline

#5 2023-05-13 21:44:05

telmo
Member
Registered: 2020-06-18
Posts: 11

Re: Logitech G560 speakers only work after re-plugged

@V1del The speakers have dedicated power though. Thanks for the help anyway!

Last edited by telmo (2023-05-13 21:45:47)

Offline

Board footer

Powered by FluxBB