I recently bought a Radius Network Beacon Developer Kit, and I installed the pibeacon image provided by the radius network on to Rapberry Pi Model B. i am using USB powered beacon provided by the Radius Network. Bluez (5.31) is already pre-installed in the Raspbian os image.
When I do a lsusb I get the output as:
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 007: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 006: ID 2458:0001
When I try the commands hcitool dev:
Devices:
When I try the command hcitool lesscan:
Device is not available: No such device
hciconfig also gives a blank output
But when I try hcitool lesscan --duplicates I get the following output:
[1]+ 6044
The command beacon scan and beacon stop returns
Send failed: File descriptor in bad state.
And
Invalid device : Network is down
I even tried turning on the hci0 , but nothing seems to be working. Please help.