franknfurter2
October 10th, 2021, 08:19 PM
Hello,
I bought an HiFi amplifier NAD C368 and am running Kodi on a Lubuntu System. The NAD C368 uses a bluetooth low energy (BLE) adapter to use it as an audio sink or to control all features of the amp via a smartphone app (NAD Remote App).
I was able to pair the amp with my android smartphone as a audio source and to use smartphone to control the amp.
But when I try to pair the Lubuntu System as an audio source with the amp it is not working. I tried different GUI on Lubuntu but none will work. So I dig into commandline using bluetoothctl, hcitool and gatttool.
Only with command "hcitool lescan" it was possible to detect the device and only with gatttool it was possible to connect. One has to use the random transport because it is somehow secured this way.
sudo gatttool -b 59:XX:A2:XX:YY:ZZ -I -t random
[59:XX:A2:XX:YY:ZZ][LE]> connect
Attempting to connect to 59:XX:A2:XX:YY:ZZ
Connection successful
[59:XX:A2:XX:YY:ZZ][LE]> characteristics
handle: 0x0002, char properties: 0x20, char value handle: 0x0003, uuid: 00002a05-0000-1000-8000-00805f9b34fb
handle: 0x0006, char properties: 0x02, char value handle: 0x0007, uuid: 00002a00-0000-1000-8000-00805f9b34fb
handle: 0x0008, char properties: 0x02, char value handle: 0x0009, uuid: 00002a01-0000-1000-8000-00805f9b34fb
handle: 0x000b, char properties: 0x1a, char value handle: 0x000c, uuid: 6d7ce918-fb09-4eab-80ee-ad32bf2afc0e
[59:XX:A2:XX:YY:ZZ][LE]>
The System uses a Qualcomm Atheros AR9485 Chip
lspci | grep ual
01:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
lsusb | grep ualc
Bus 004 Device 002: ID 0cf3:311d Qualcomm Atheros Communications Bluetooth USB Host Controller
I have no knowledge how to pair these devices, mark them trusted and use the Lubuntu system as a bt audio source and the NAD amp as an bt audio sink.
Any guide will be very helpful.
Regards
Frank
I bought an HiFi amplifier NAD C368 and am running Kodi on a Lubuntu System. The NAD C368 uses a bluetooth low energy (BLE) adapter to use it as an audio sink or to control all features of the amp via a smartphone app (NAD Remote App).
I was able to pair the amp with my android smartphone as a audio source and to use smartphone to control the amp.
But when I try to pair the Lubuntu System as an audio source with the amp it is not working. I tried different GUI on Lubuntu but none will work. So I dig into commandline using bluetoothctl, hcitool and gatttool.
Only with command "hcitool lescan" it was possible to detect the device and only with gatttool it was possible to connect. One has to use the random transport because it is somehow secured this way.
sudo gatttool -b 59:XX:A2:XX:YY:ZZ -I -t random
[59:XX:A2:XX:YY:ZZ][LE]> connect
Attempting to connect to 59:XX:A2:XX:YY:ZZ
Connection successful
[59:XX:A2:XX:YY:ZZ][LE]> characteristics
handle: 0x0002, char properties: 0x20, char value handle: 0x0003, uuid: 00002a05-0000-1000-8000-00805f9b34fb
handle: 0x0006, char properties: 0x02, char value handle: 0x0007, uuid: 00002a00-0000-1000-8000-00805f9b34fb
handle: 0x0008, char properties: 0x02, char value handle: 0x0009, uuid: 00002a01-0000-1000-8000-00805f9b34fb
handle: 0x000b, char properties: 0x1a, char value handle: 0x000c, uuid: 6d7ce918-fb09-4eab-80ee-ad32bf2afc0e
[59:XX:A2:XX:YY:ZZ][LE]>
The System uses a Qualcomm Atheros AR9485 Chip
lspci | grep ual
01:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
lsusb | grep ualc
Bus 004 Device 002: ID 0cf3:311d Qualcomm Atheros Communications Bluetooth USB Host Controller
I have no knowledge how to pair these devices, mark them trusted and use the Lubuntu system as a bt audio source and the NAD amp as an bt audio sink.
Any guide will be very helpful.
Regards
Frank