I assumed it would work because a customer review of the product on pbtech says it works on Debian 11.
My kernel was installed by emerging gentoo-kernel, and I have not changed any kernel configuration beyond that.
I emerged the bluez package as per the wiki's instructions, and I also emerged it with the deprecated flag.
This device is not appearing in the output of rfkill, hciconfig, or bluetoothctl. I added it to my openrc and it's running fine:
Code: Select all
$sudo rc-service bluetooth status
* status: started
$ hciconfig -a
$
$ bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# exit
$ rfkill list
$
Code: Select all
[ 1816.072293] usb 3-4: USB disconnect, device number 2
[ 1826.717239] usb 3-4: new full-speed USB device number 6 using xhci_hcd
[ 1827.103179] usb 3-4: New USB device found, idVendor=0a12, idProduct=4010, bcdDevice=20.52
[ 1827.103185] usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1827.111652] hub 3-4:1.0: USB hub found
[ 1827.114565] hub 3-4:1.0: 4 ports detected
[ 1827.427232] usb 3-4.1: new full-speed USB device number 7 using xhci_hcd
[ 1827.722594] usb 3-4.1: New USB device found, idVendor=3542, idProduct=3000, bcdDevice=28.38
[ 1827.722600] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 1827.722601] usb 3-4.1: Product: BTD 600
[ 1827.722602] usb 3-4.1: Manufacturer: BTD 600
[ 1827.722603] usb 3-4.1: SerialNumber: 90ADAD1A997191AB3C08
[ 1827.754820] input: BTD 600 BTD 600 Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:0b:00.0/usb3/3-4/3-4.1/3-4.1:1.0/0003:3542:3000.0006/input/input25
[ 1827.810690] input: BTD 600 BTD 600 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:0b:00.0/usb3/3-4/3-4.1/3-4.1:1.0/0003:3542:3000.0006/input/input26
[ 1827.810727] input: BTD 600 BTD 600 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:0b:00.0/usb3/3-4/3-4.1/3-4.1:1.0/0003:3542:3000.0006/input/input27
[ 1827.810757] input: BTD 600 BTD 600 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/0000:03:0c.0/0000:0b:00.0/usb3/3-4/3-4.1/3-4.1:1.0/0003:3542:3000.0006/input/input28
[ 1827.810828] hid-generic 0003:3542:3000.0006: input,hiddev99,hidraw5: USB HID v1.11 Device [BTD 600 BTD 600] on usb-0000:0b:00.0-4.1/input0
[ 1827.819876] hid-generic 0003:3542:3000.0007: hiddev100,hidraw6: USB HID v1.11 Device [BTD 600 BTD 600] on usb-0000:0b:00.0-4.1/input1
[ 1827.833575] mc: Linux media interface: v0.10
[ 1827.929769] usbcore: registered new interface driver snd-usb-audioCode: Select all
Bus 003 Device 006: ID 0a12:4010 Cambridge Silicon Radio, Ltd 



