2

I use ubuntu 20.04 LTS. If i plug in the wireless Usbdongle, i can't see it anywhere to use it. But Indicator sound switcher show me that the JBL quantum speaker (output) and the JBL quantum micro (Input) is found in the system.

What will I have to do, to get the headset working?

Thanks Peter

1 Answers1

0

A bug has been registred on kernel at: https://bugzilla.kernel.org/show_bug.cgi?id=216798

After this, issues from JBL Quantum 810 are solved on kernel 6.2-rc1 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/sound/usb/usbaudio.h?h=v6.2-rc1) (https://bugzilla.kernel.org/attachment.cgi?id=303407&action=diff)

Already for JBL Quantum 610, its open changes but not merged to master/main kernel line. I believe it will go in version 6.2-rc7 (https://lore.kernel.org/all/20230118165947.22317-1-tiwai@suse.de/#Z31sound:usb:quirks.c)

If you want you can implement directly in your kernel, just patch from 6.2-rc1 and apply quirk from JBL Quantum 610

@edit added quirk JBL Quantum 610 in kernel 6.2-rc7 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/sound/usb/quirks.c?id=v6.2-rc7&id2=v6.2-rc6)