[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Yan: How can I work Bluetooth device (ar3012)? It is not working.



Thank you for your interest. I think, all necessary packages are installed. Unfortunately I couldn't find any solution.

# lsmod | grep bt
ebtable_filter         16384  0
ebtables               36864  1 ebtable_filter
btusb                  45056  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
bluetooth             552960  42 btrtl,btintel,bnep,btbcm,rfcomm,ath3k,btusb
x_tables               36864  5 ip_tables,ebtables,iptable_filter,ip6table_filter,ip6_tables
usbcore               249856  5 uvcvideo,ehci_hcd,ath3k,btusb,ehci_pci


# dpkg -l | grep blue
ii  bluebird-gtk-theme                1.2-1
ii  bluedevil                         4:5.8.4-1
ii  bluefish                          2.2.9-1+b1
ii  bluefish-data                     2.2.9-1
ii  bluefish-plugins                  2.2.9-1+b1
ii  bluetooth                         5.43-2
ii  bluez                             5.43-2
ii  bluez-cups                        5.43-2
ii  bluez-dbg                         5.43-2
ii  bluez-firmware                    1.2-3
ii  bluez-hcidump                     5.43-2
ii  bluez-obexd                       5.43-2
ii  bluez-test-scripts                5.43-2
ii  bluez-test-tools                  5.43-2
ii  bluez-tools                       0.2.0~20140808-5+b2
ii  libbluetooth-dev                  5.43-2
ii  libbluetooth3:amd64               5.43-2
ii  libbluetooth3-dbg                 5.43-2
ii  libkf5bluezqt-data                5.28.0-1
ii  libkf5bluezqt-dev                 5.28.0-1
ii  libkf5bluezqt6:amd64              5.28.0-1
ii  libqt5bluetooth5:amd64            5.7.1~20161021-2
ii  libqt5bluetooth5-bin:amd64        5.7.1~20161021-2
ii  pulseaudio-module-bluetooth       10.0-1+deb9u1
ii  python-bluez                      0.22-1
ii  qml-module-org-kde-bluezqt:amd64  5.28.0-1

------------------------------------------------------------------------------------------------------------------------------------------

20 Ağustos 2017 13:37 Pazar tarihinde deloptes <deloptes@gmail.com> şöyle yazdı:


Serkan KURT wrote:

> Hi.I want to working bluetooth device on samsung np300e5c laptop. But I
> can not use it.
> #listusb    ... Atheros Communications, Inc. AR3012 Bluetooth 4.0
> I am using Debian Stretch amd64, Kernel 4.9, KDE.
> How can I solve this problem?
>
> Thank you...

I don't know anything about this bt device, I have

$ lsusb | grep -i bluetoo
Bus 002 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth
Dongle (HCI mode)

I can say following as general instructions:


Have you seen the kernel drivers loaded?

$ lsmod | grep bt
btusb                  36864  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
...
etc

Have you installed all related packages? Following should be ok.

$ dpkg -l | grep blue
ii  blueman                              2.0.4-1                                   
amd64        Graphical bluetooth manager
ii  bluez                                5.43-2                                   
amd64        Bluetooth tools and daemons
ii  bluez-firmware                        1.2-3                                     
all          Firmware for Bluetooth devices
ii  bluez-obexd                          5.43-2                                   
amd64        bluez obex daemon
ii  bluez-tools                          0.2.0~20140808-5+b2                       
amd64        Set of tools to manage Bluetooth devices for linux
ii  libbluetooth3:amd64                  5.43-2                                   
amd64        Library to use the BlueZ Linux Bluetooth stack
ii  pulseaudio-module-bluetooth          10.0-1+deb9u1                             
amd64        Bluetooth module for PulseAudio sound server
ii  python-bluez                          0.22-1                                   
amd64        Python wrappers around BlueZ for rapid bluetooth development


you then either use blueman-applet (with gui) or bluetoothctl (command
line). Notice here the firmware package - either unplug/plug the device or
driver reload is required to load the firmware after installation.

there are plenty of howtos for both of them on the net

write back if you have further questions

regards




Reply to: