Comment 3 for bug 543674

Revision history for this message
Emanem (emaentra) wrote :

Here they are:
lsusb |grep blue -i
Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter

lsmod |grep bt
btusb 14260 0

grep -i blue /var/log/dmesg
[ 0.390006] Bluetooth: Core ver 2.15
[ 0.390020] Bluetooth: HCI device and connection manager initialized
[ 0.390020] Bluetooth: HCI socket layer initialized
[ 3.645787] Bluetooth: L2CAP ver 2.13
[ 3.645789] Bluetooth: L2CAP socket layer initialized
[ 3.645792] Bluetooth: SCO (Voice Link) ver 0.6
[ 3.645794] Bluetooth: SCO socket layer initialized
[ 3.645820] Bluetooth: RFCOMM TTY layer initialized
[ 3.645822] Bluetooth: RFCOMM socket layer initialized
[ 3.645824] Bluetooth: RFCOMM ver 1.11
[ 32.321265] Bluetooth: Generic Bluetooth USB driver ver 0.5

hciconfig
hci0: Type: USB
 BD Address: 00:1D:60:4D:25:B2 ACL MTU: 384:8 SCO MTU: 64:8
 DOWN
 RX bytes:688 acl:0 sco:0 events:23 errors:0
 TX bytes:91 acl:0 sco:0 commands:23 errors:1

rfkill list
0: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
1: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no

getfacl: Removing leading '/' from absolute path names
# file: dev/rfkill
# owner: root
# group: root
user::rw-
group::r--
other::r--

Cheers,