|
From: Mike R. <mik...@la...> - 2013-08-16 17:33:11
|
On Fri, Aug 16, 2013 at 01:26:59PM -0400, Jason Kratzer wrote: > ./ubertooth-util -v > control message unsupported > Firmare revision: -9 On the off-chance it's a firmware issue, please upgrade to the latest firmware. Download the latest tarball: http://sourceforge.net/projects/ubertooth/files/ubertooth-2012-10-R1.tar.xz/download Untar that, and then setup the DFU like so: $ cd ubertooth-2012-10-R1/host/usb_dfu $ make Then from that directory, flash the latest firmware by running: $ ./ubertooth-dfu --write ../../ubertooth-one-firmware-bin/bluetooth_rxtx.bin Finally unplug and replug the device and see if the output of ubertooth-util -v changes. |