Problem whit Bluetooth - Raspberry Pi Forums


hello friends . have problem whit usb bluetooth.

code: select all

root@raspberrypi:/home/pi# sudo service bluetooth status [ ok ] bluetooth running. root@raspberrypi:/home/pi# hcitool scan device not available:no such device root@raspberrypi:/home/pi# 
how fix problem? :)

edit:

lsusb

code: select all

root@raspberrypi:/home/pi# lsusb bus 001 device 002: id 0424:9512 standard microsystems corp. bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003: id 0424:ec00 standard microsystems corp. bus 001 device 004: id 148f:5370 ralink technology, corp. rt5370 wireless adapter bus 001 device 006: id 058f:9254 alcor micro corp. hub bus 001 device 007: id 0a12:0001 cambridge silicon radio, ltd bluetooth dongle (hci mode) 

find adapter name

code: select all

hcitool dev
should 'hci0'. show output of

code: select all

hciconfig hci0
if returns several lines 'down' on third line, try

code: select all

sudo hciconfig hci0 up
, try

code: select all

hciconfig hci0
again. let know kernel version you're on

code: select all

uname -a
is bluetooth dongle plugged onto pi, or powered hub?

[edit: found interesting. supply output of

code: select all

hciconfig hci0 version
, let know purchased dongle?]


raspberrypi



Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62