Ubuntu – ASUS BT400 Bluetooth adapter

13.10asusbluetooth

All, my new Asus BT400 bluetooth adapter arrived. I suppose I should have checked HCL for this, but I thought I would give it a bash. I am unable to see the BlueTooth Adapter in BlueTooth Manager. Any advice on how I might get Bluetooth working (Ubuntu 13.10) ?

Best Answer

Found this solution on Launchpad which works:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/906832

ASUS USB-BT400 USB Adapter w/ Bluetooth 4.0 - Ubuntu Linux 13.04 - Fix

sudo su -
modprobe -v btusb
echo "0b05 17cb" >> /sys/bus/usb/drivers/btusb/new_id
Related Question