[clug] USB Bluetooth device

Ian darkstarsword at gmail.com
Tue Mar 11 14:16:21 GMT 2008


<snip>
>  So I was just wondering how I go about determining what device is assigned to the bluetooth dongle.

How about:

ls /sys/bus/usb/drivers/hci_usb/ | awk 'BEGIN {FS=":"} /.+-.+\..+:.*/
{print "/dev/" $1}' | uniq

-I
-- 
On the day *I* go to work for Microsoft, faint oinking sounds will be
heard from far overhead, the moon will not merely turn blue but
develop polkadots, and hell will freeze over so solid the brimstone
will go superconductive.
 -- Erik Raymond, 2005
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


More information about the linux mailing list