How to get Bluetooth working on Arch Linux? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow can I get the Bluetooth working on my Lenovo Yoga 3?Laggy, hanging, unstable bluetooth keyboard with Linux onlyBroadcom BCM2070 Bluetooth 3.0 USB Device not workingBluetooth not working in Linux Mint 18Unable to get Broadcom wireless drivers working on Arch LinuxBluetooth is not working (no adapter available) Arch Linux KDEDell XPS 15 9550 - Bluetooth will not connect to anythingBCM2046 Bluetooth not working on Arch LinuxArch Linux Realtek bluetooth controller not detectedWhy is bluetooth not working on my Chromebook (Arch Linux ARM)?

How to say that you spent the night with someone, you were only sleeping and nothing else?

If I can make up priors, why can't I make up posteriors?

Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members

How do I automatically answer y in bash script?

What do you call the holes in a flute?

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Area of a 2D convex hull

What computer would be fastest for Mathematica Home Edition?

Can a zero nonce be safely used with AES-GCM if the key is random and never used again?

Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?

Autumning in love

New Order #5: where Fibonacci and Beatty meet at Wythoff

What is the largest species of polychaete?

Is it possible to ask for a hotel room without minibar/extra services?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Is there a service that would inform me whenever a new direct route is scheduled from a given airport?

Limit for e and 1/e

How many things? AとBがふたつ

Using "nakedly" instead of "with nothing on"

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Estimated State payment too big --> money back; + 2018 Tax Reform

Fishing simulator

Active filter with series inductor and resistor - do these exist?



How to get Bluetooth working on Arch Linux?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow can I get the Bluetooth working on my Lenovo Yoga 3?Laggy, hanging, unstable bluetooth keyboard with Linux onlyBroadcom BCM2070 Bluetooth 3.0 USB Device not workingBluetooth not working in Linux Mint 18Unable to get Broadcom wireless drivers working on Arch LinuxBluetooth is not working (no adapter available) Arch Linux KDEDell XPS 15 9550 - Bluetooth will not connect to anythingBCM2046 Bluetooth not working on Arch LinuxArch Linux Realtek bluetooth controller not detectedWhy is bluetooth not working on my Chromebook (Arch Linux ARM)?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I have the BCM423142 chip on my laptop, recently I've installed Arch Linux (Antergos) and downloaded the linux-headers and broadcom-wl-dkms packages from AUR.



WiFi works perfect but Bluetooth doesn't, it only appears as powered off in the gnome-panel.



screen capture



I have this output from the dmesg | grep Bluetooth command:



[ 12.376925] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 15.655590] Bluetooth: Core ver 2.21
[ 15.655611] Bluetooth: HCI device and connection manager initialized
[ 15.655614] Bluetooth: HCI socket layer initialized
[ 15.655616] Bluetooth: L2CAP socket layer initialized
[ 15.655621] Bluetooth: SCO socket layer initialized
[ 18.325428] Bluetooth: hci0 command 0x1001 tx timeout
[ 18.373084] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.373088] Bluetooth: BNEP filters: protocol multicast
[ 18.373094] Bluetooth: BNEP socket layer initialized
[ 26.432140] Bluetooth: hci0: BCM: Reading local version info failed (-110)


I have this output from lsmod | grep blue



bluetooth 487424 12 btrtl,btintel,bnep,btbcm,btusb
toshiba_bluetooth 16384 0
rfkill 20480 8 toshiba_bluetooth,bluetooth,toshiba_acpi,cfg80211
crc16 16384 2 bluetooth,ext4


I have this output from the bluetooth command:



[bluetooth]# power on
No default controller available


I've already tried with this Installation and this Configuration via the CLI and none works.










share|improve this question
























  • Found this. but it is not trivial. <askubuntu.com/questions/632336/…

    – user192526
    Dec 16 '16 at 14:12











  • @Bahamut : Any new drivers will add on new kernel release.You should read which kernel release he used it for broadcom bluetooth driver.Read the result of # lsmod command

    – supriady
    Dec 17 '16 at 8:58











  • Did you know how many lines of source code for kernel 4.x?Almost 5 million lines of souce code for kernel 4.x.Some very old drivers removed from new kernel release.Compiled kernel 4.x need almost 15 GB free space.

    – supriady
    Dec 17 '16 at 9:12











  • It's not a Problem from the driver, but firmware-problem. I found something in git maybe easier to handle. <github.com/winterheart/broadcom-bt-firmware

    – user192526
    Dec 17 '16 at 9:30

















3















I have the BCM423142 chip on my laptop, recently I've installed Arch Linux (Antergos) and downloaded the linux-headers and broadcom-wl-dkms packages from AUR.



WiFi works perfect but Bluetooth doesn't, it only appears as powered off in the gnome-panel.



screen capture



I have this output from the dmesg | grep Bluetooth command:



[ 12.376925] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 15.655590] Bluetooth: Core ver 2.21
[ 15.655611] Bluetooth: HCI device and connection manager initialized
[ 15.655614] Bluetooth: HCI socket layer initialized
[ 15.655616] Bluetooth: L2CAP socket layer initialized
[ 15.655621] Bluetooth: SCO socket layer initialized
[ 18.325428] Bluetooth: hci0 command 0x1001 tx timeout
[ 18.373084] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.373088] Bluetooth: BNEP filters: protocol multicast
[ 18.373094] Bluetooth: BNEP socket layer initialized
[ 26.432140] Bluetooth: hci0: BCM: Reading local version info failed (-110)


I have this output from lsmod | grep blue



bluetooth 487424 12 btrtl,btintel,bnep,btbcm,btusb
toshiba_bluetooth 16384 0
rfkill 20480 8 toshiba_bluetooth,bluetooth,toshiba_acpi,cfg80211
crc16 16384 2 bluetooth,ext4


I have this output from the bluetooth command:



[bluetooth]# power on
No default controller available


I've already tried with this Installation and this Configuration via the CLI and none works.










share|improve this question
























  • Found this. but it is not trivial. <askubuntu.com/questions/632336/…

    – user192526
    Dec 16 '16 at 14:12











  • @Bahamut : Any new drivers will add on new kernel release.You should read which kernel release he used it for broadcom bluetooth driver.Read the result of # lsmod command

    – supriady
    Dec 17 '16 at 8:58











  • Did you know how many lines of source code for kernel 4.x?Almost 5 million lines of souce code for kernel 4.x.Some very old drivers removed from new kernel release.Compiled kernel 4.x need almost 15 GB free space.

    – supriady
    Dec 17 '16 at 9:12











  • It's not a Problem from the driver, but firmware-problem. I found something in git maybe easier to handle. <github.com/winterheart/broadcom-bt-firmware

    – user192526
    Dec 17 '16 at 9:30













3












3








3








I have the BCM423142 chip on my laptop, recently I've installed Arch Linux (Antergos) and downloaded the linux-headers and broadcom-wl-dkms packages from AUR.



WiFi works perfect but Bluetooth doesn't, it only appears as powered off in the gnome-panel.



screen capture



I have this output from the dmesg | grep Bluetooth command:



[ 12.376925] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 15.655590] Bluetooth: Core ver 2.21
[ 15.655611] Bluetooth: HCI device and connection manager initialized
[ 15.655614] Bluetooth: HCI socket layer initialized
[ 15.655616] Bluetooth: L2CAP socket layer initialized
[ 15.655621] Bluetooth: SCO socket layer initialized
[ 18.325428] Bluetooth: hci0 command 0x1001 tx timeout
[ 18.373084] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.373088] Bluetooth: BNEP filters: protocol multicast
[ 18.373094] Bluetooth: BNEP socket layer initialized
[ 26.432140] Bluetooth: hci0: BCM: Reading local version info failed (-110)


I have this output from lsmod | grep blue



bluetooth 487424 12 btrtl,btintel,bnep,btbcm,btusb
toshiba_bluetooth 16384 0
rfkill 20480 8 toshiba_bluetooth,bluetooth,toshiba_acpi,cfg80211
crc16 16384 2 bluetooth,ext4


I have this output from the bluetooth command:



[bluetooth]# power on
No default controller available


I've already tried with this Installation and this Configuration via the CLI and none works.










share|improve this question
















I have the BCM423142 chip on my laptop, recently I've installed Arch Linux (Antergos) and downloaded the linux-headers and broadcom-wl-dkms packages from AUR.



WiFi works perfect but Bluetooth doesn't, it only appears as powered off in the gnome-panel.



screen capture



I have this output from the dmesg | grep Bluetooth command:



[ 12.376925] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 15.655590] Bluetooth: Core ver 2.21
[ 15.655611] Bluetooth: HCI device and connection manager initialized
[ 15.655614] Bluetooth: HCI socket layer initialized
[ 15.655616] Bluetooth: L2CAP socket layer initialized
[ 15.655621] Bluetooth: SCO socket layer initialized
[ 18.325428] Bluetooth: hci0 command 0x1001 tx timeout
[ 18.373084] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.373088] Bluetooth: BNEP filters: protocol multicast
[ 18.373094] Bluetooth: BNEP socket layer initialized
[ 26.432140] Bluetooth: hci0: BCM: Reading local version info failed (-110)


I have this output from lsmod | grep blue



bluetooth 487424 12 btrtl,btintel,bnep,btbcm,btusb
toshiba_bluetooth 16384 0
rfkill 20480 8 toshiba_bluetooth,bluetooth,toshiba_acpi,cfg80211
crc16 16384 2 bluetooth,ext4


I have this output from the bluetooth command:



[bluetooth]# power on
No default controller available


I've already tried with this Installation and this Configuration via the CLI and none works.







arch-linux drivers bluetooth broadcom






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 18 '16 at 14:48









GAD3R

28.2k1958114




28.2k1958114










asked Dec 16 '16 at 2:43









Luis VelizLuis Veliz

150413




150413












  • Found this. but it is not trivial. <askubuntu.com/questions/632336/…

    – user192526
    Dec 16 '16 at 14:12











  • @Bahamut : Any new drivers will add on new kernel release.You should read which kernel release he used it for broadcom bluetooth driver.Read the result of # lsmod command

    – supriady
    Dec 17 '16 at 8:58











  • Did you know how many lines of source code for kernel 4.x?Almost 5 million lines of souce code for kernel 4.x.Some very old drivers removed from new kernel release.Compiled kernel 4.x need almost 15 GB free space.

    – supriady
    Dec 17 '16 at 9:12











  • It's not a Problem from the driver, but firmware-problem. I found something in git maybe easier to handle. <github.com/winterheart/broadcom-bt-firmware

    – user192526
    Dec 17 '16 at 9:30

















  • Found this. but it is not trivial. <askubuntu.com/questions/632336/…

    – user192526
    Dec 16 '16 at 14:12











  • @Bahamut : Any new drivers will add on new kernel release.You should read which kernel release he used it for broadcom bluetooth driver.Read the result of # lsmod command

    – supriady
    Dec 17 '16 at 8:58











  • Did you know how many lines of source code for kernel 4.x?Almost 5 million lines of souce code for kernel 4.x.Some very old drivers removed from new kernel release.Compiled kernel 4.x need almost 15 GB free space.

    – supriady
    Dec 17 '16 at 9:12











  • It's not a Problem from the driver, but firmware-problem. I found something in git maybe easier to handle. <github.com/winterheart/broadcom-bt-firmware

    – user192526
    Dec 17 '16 at 9:30
















Found this. but it is not trivial. <askubuntu.com/questions/632336/…

– user192526
Dec 16 '16 at 14:12





Found this. but it is not trivial. <askubuntu.com/questions/632336/…

– user192526
Dec 16 '16 at 14:12













@Bahamut : Any new drivers will add on new kernel release.You should read which kernel release he used it for broadcom bluetooth driver.Read the result of # lsmod command

– supriady
Dec 17 '16 at 8:58





@Bahamut : Any new drivers will add on new kernel release.You should read which kernel release he used it for broadcom bluetooth driver.Read the result of # lsmod command

– supriady
Dec 17 '16 at 8:58













Did you know how many lines of source code for kernel 4.x?Almost 5 million lines of souce code for kernel 4.x.Some very old drivers removed from new kernel release.Compiled kernel 4.x need almost 15 GB free space.

– supriady
Dec 17 '16 at 9:12





Did you know how many lines of source code for kernel 4.x?Almost 5 million lines of souce code for kernel 4.x.Some very old drivers removed from new kernel release.Compiled kernel 4.x need almost 15 GB free space.

– supriady
Dec 17 '16 at 9:12













It's not a Problem from the driver, but firmware-problem. I found something in git maybe easier to handle. <github.com/winterheart/broadcom-bt-firmware

– user192526
Dec 17 '16 at 9:30





It's not a Problem from the driver, but firmware-problem. I found something in git maybe easier to handle. <github.com/winterheart/broadcom-bt-firmware

– user192526
Dec 17 '16 at 9:30










1 Answer
1






active

oldest

votes


















0














I had the same problem.
I use Arch Manjaro (Gnome).
I solved it (more or less) using the "Fn" + "Wireless key".
It works like a "on/off" for the bluetooth too.



Like your pictur, with Bluetooth window on screen:
First I made "off", then "on" with the keyboard and right after the second action the Bluetooth works fine again.



I hope works for you too.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f330769%2fhow-to-get-bluetooth-working-on-arch-linux%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I had the same problem.
    I use Arch Manjaro (Gnome).
    I solved it (more or less) using the "Fn" + "Wireless key".
    It works like a "on/off" for the bluetooth too.



    Like your pictur, with Bluetooth window on screen:
    First I made "off", then "on" with the keyboard and right after the second action the Bluetooth works fine again.



    I hope works for you too.






    share|improve this answer



























      0














      I had the same problem.
      I use Arch Manjaro (Gnome).
      I solved it (more or less) using the "Fn" + "Wireless key".
      It works like a "on/off" for the bluetooth too.



      Like your pictur, with Bluetooth window on screen:
      First I made "off", then "on" with the keyboard and right after the second action the Bluetooth works fine again.



      I hope works for you too.






      share|improve this answer

























        0












        0








        0







        I had the same problem.
        I use Arch Manjaro (Gnome).
        I solved it (more or less) using the "Fn" + "Wireless key".
        It works like a "on/off" for the bluetooth too.



        Like your pictur, with Bluetooth window on screen:
        First I made "off", then "on" with the keyboard and right after the second action the Bluetooth works fine again.



        I hope works for you too.






        share|improve this answer













        I had the same problem.
        I use Arch Manjaro (Gnome).
        I solved it (more or less) using the "Fn" + "Wireless key".
        It works like a "on/off" for the bluetooth too.



        Like your pictur, with Bluetooth window on screen:
        First I made "off", then "on" with the keyboard and right after the second action the Bluetooth works fine again.



        I hope works for you too.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jul 5 '17 at 19:17









        WilliamWilliam

        11




        11



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f330769%2fhow-to-get-bluetooth-working-on-arch-linux%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.