User avatar
JonnyAlpha
Raspberry Pi Certified Educator
Raspberry Pi Certified Educator
Posts: 572
Joined: Sat Nov 02, 2013 2:06 pm

Using a Generic USB Bluetooth

Fri Oct 02, 2015 2:02 pm

Hi;

I bought a couple of USB Bluetooth Adaptors / Dongles from Poundland in the interest of seeing if I could get them to work.

I have followed the guide here at Think Penguin https://www.thinkpenguin.com/gnu-linux/ ... spberry-pi to install the device drivers.
Now I get a Bluetooth icon in the task bar in the LXE Desktop but cannot open any Bluetooth windows to pair devices.

I just want to test it with a Jam Bluetooth Speaker and maybe later a Bluetooth Keyboard / Mouse

I am using a Raspberry Pi 2 with Raspbian Wheezy.

Thanks
Raspberry Pi Certified Educator. Main Hardware - Raspberry Pi 1 model B revision 2, Raspberry Pi 2 model B, Pi Camera

User avatar
Douglas6
Posts: 4874
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Using a Generic USB Bluetooth

Fri Oct 02, 2015 2:26 pm

Be sure to add your user to the 'bluetooth' group, e.g.:

Code: Select all

sudo usermod -G bluetooth pi

johnb60
Posts: 2
Joined: Fri Oct 02, 2015 2:07 pm

Re: Using a Generic USB Bluetooth

Fri Oct 02, 2015 3:31 pm

many thaks for this I am now in the bluetooth group, but still nothing shows when scannning for devices

User avatar
Douglas6
Posts: 4874
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Using a Generic USB Bluetooth

Fri Oct 02, 2015 6:06 pm

First make sure the device(s) are 'discoverable' when trying to scan for them. See the manual for the device. Then, make sure the adapter is recognized and up, the results of

Code: Select all

hciconfig -a
should include 'UP RUNNING'. If not, post the response from

Code: Select all

lsusb

Return to “HATs and other add-ons”