Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Ubuntu bluetooth disabled(Qualcomm Atheros AR3012 Bluetooth 4.0 QS)

  1. #11
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu bluetooth disabled(Qualcomm Atheros AR3012 Bluetooth 4.0 QS)

    Quote Originally Posted by Pilot6 View Post
    And did you try to change it to AR3012?
    I didn't have to and I just installed 3.13.0-43 on this machine today

  2. #12
    Join Date
    Dec 2014
    Beans
    4

    Re: Ubuntu bluetooth disabled(Qualcomm Atheros AR3012 Bluetooth 4.0 QS)

    what do you mean? can you say it more easier? i'm really noob

  3. #13
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu bluetooth disabled(Qualcomm Atheros AR3012 Bluetooth 4.0 QS)

    So far, what has worked for me, in terminal
    Code:
    echo "blacklist ath3k" | sudo tee /etc/modprobe.d/ath3k.conf
    Then edit rc.local
    Code:
    gksudo gedit /etc/rc.local
    Now just above the line that says
    Code:
    exit 0
    put
    Code:
    modprobe ath3k
    save, exit program and reboot

  4. #14
    Join Date
    Jul 2008
    Location
    BKK, TH
    Beans
    66
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu bluetooth disabled(Qualcomm Atheros AR3012 Bluetooth 4.0 QS)

    This seems to be very similar to my Bluetooth headset problem. Would you please advice on blacklisting and modprobing for I really don't know how to do it?

  5. #15
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu bluetooth disabled(Qualcomm Atheros AR3012 Bluetooth 4.0 QS)

    Quote Originally Posted by wijit View Post
    This seems to be very similar to my Bluetooth headset problem. Would you please advice on blacklisting and modprobing for I really don't know how to do it?
    What is the result of
    Code:
    lspci -nnk | grep 280; lsusb; uname -a; lsmod | grep bluetooth; dmesg | grep -i firmware
    Are you using Blueman? There is a known bug in it that unloads module-bluetooth-discover and you need to load it for audio devices to work with
    Code:
    sudo pactl load-module module-bluetooth-discover

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •