So I've bought an Asus Bluetooth 5.0 dongle, which worked nicely without any installation on Ubuntu 16.04. After a complete wipe of my machine and a reinstall to a fresh/vanilla Ubuntu 20.04 I don't see a bluetooth dongle in the system settings.
lsusb
identifies the dongle as "Bus 003 Device 022: ID 0b05:190e ASUSTek Computer, Inc.", but the 'Settings' app tells me that there's "No Bluetooth found".
ubuntu-drivers list-oem
returns nothing on the current install. – Habi Feb 17 '22 at 16:25uname -r
to see kernel running; it'll be a 5.4 kernel if you're using GA, and 5.13 if you're fully upgraded and using HWE (5.11 was found on installation media of 20.04.3 Desktop, but after upgrades that will change to 5.13). Do note I'm worrying about the extra patch details of the kernel, just the first to numbers – guiverc Feb 17 '22 at 21:39