how to check what is my bluetooth driver is?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I am using HP-Laptop-15-bs1xx my bluetooth is not working.So how to check whether my lap has bluetooth or not.if i have how to install it.







share|improve this question




















  • Please edit the question to include results from terminal for lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'; rfkill list
    – Jeremy31
    Apr 26 at 9:54














up vote
0
down vote

favorite












I am using HP-Laptop-15-bs1xx my bluetooth is not working.So how to check whether my lap has bluetooth or not.if i have how to install it.







share|improve this question




















  • Please edit the question to include results from terminal for lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'; rfkill list
    – Jeremy31
    Apr 26 at 9:54












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am using HP-Laptop-15-bs1xx my bluetooth is not working.So how to check whether my lap has bluetooth or not.if i have how to install it.







share|improve this question












I am using HP-Laptop-15-bs1xx my bluetooth is not working.So how to check whether my lap has bluetooth or not.if i have how to install it.









share|improve this question











share|improve this question




share|improve this question










asked Apr 25 at 17:33









Jay

1




1











  • Please edit the question to include results from terminal for lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'; rfkill list
    – Jeremy31
    Apr 26 at 9:54
















  • Please edit the question to include results from terminal for lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'; rfkill list
    – Jeremy31
    Apr 26 at 9:54















Please edit the question to include results from terminal for lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'; rfkill list
– Jeremy31
Apr 26 at 9:54




Please edit the question to include results from terminal for lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'; rfkill list
– Jeremy31
Apr 26 at 9:54










1 Answer
1






active

oldest

votes

















up vote
0
down vote













The lshw tool is among the best tools to check the hardware that can be seen under Linux on a specific system. It's highly recommended to use it with high privileges.



I'd suggest you to start with sudo lshw -businfo to get a first taste.
Then you can dive deeper with just sudo lshw (be warned: the output can be quite long to be read).



Then you can use a number of other tools like lsusb for USB related hardware, lspci for information about PCI-attached hardware and lsscsi for storage devices using the SCSI layer (almost all of them do). Man pages are available to tune the amount of details you want to get.



If you can dual-boot with another OS that can successfully use that hardware, please go on and take note about that hardware by inspecting the hardware details with that OS.



In any case, if your device isn't listed at all, that is likely meaning that it isn't supported by Linux or, at least, by the Ubuntu kernel you are using. Maybe an upgrade can help.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028160%2fhow-to-check-what-is-my-bluetooth-driver-is%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    The lshw tool is among the best tools to check the hardware that can be seen under Linux on a specific system. It's highly recommended to use it with high privileges.



    I'd suggest you to start with sudo lshw -businfo to get a first taste.
    Then you can dive deeper with just sudo lshw (be warned: the output can be quite long to be read).



    Then you can use a number of other tools like lsusb for USB related hardware, lspci for information about PCI-attached hardware and lsscsi for storage devices using the SCSI layer (almost all of them do). Man pages are available to tune the amount of details you want to get.



    If you can dual-boot with another OS that can successfully use that hardware, please go on and take note about that hardware by inspecting the hardware details with that OS.



    In any case, if your device isn't listed at all, that is likely meaning that it isn't supported by Linux or, at least, by the Ubuntu kernel you are using. Maybe an upgrade can help.






    share|improve this answer
























      up vote
      0
      down vote













      The lshw tool is among the best tools to check the hardware that can be seen under Linux on a specific system. It's highly recommended to use it with high privileges.



      I'd suggest you to start with sudo lshw -businfo to get a first taste.
      Then you can dive deeper with just sudo lshw (be warned: the output can be quite long to be read).



      Then you can use a number of other tools like lsusb for USB related hardware, lspci for information about PCI-attached hardware and lsscsi for storage devices using the SCSI layer (almost all of them do). Man pages are available to tune the amount of details you want to get.



      If you can dual-boot with another OS that can successfully use that hardware, please go on and take note about that hardware by inspecting the hardware details with that OS.



      In any case, if your device isn't listed at all, that is likely meaning that it isn't supported by Linux or, at least, by the Ubuntu kernel you are using. Maybe an upgrade can help.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        The lshw tool is among the best tools to check the hardware that can be seen under Linux on a specific system. It's highly recommended to use it with high privileges.



        I'd suggest you to start with sudo lshw -businfo to get a first taste.
        Then you can dive deeper with just sudo lshw (be warned: the output can be quite long to be read).



        Then you can use a number of other tools like lsusb for USB related hardware, lspci for information about PCI-attached hardware and lsscsi for storage devices using the SCSI layer (almost all of them do). Man pages are available to tune the amount of details you want to get.



        If you can dual-boot with another OS that can successfully use that hardware, please go on and take note about that hardware by inspecting the hardware details with that OS.



        In any case, if your device isn't listed at all, that is likely meaning that it isn't supported by Linux or, at least, by the Ubuntu kernel you are using. Maybe an upgrade can help.






        share|improve this answer












        The lshw tool is among the best tools to check the hardware that can be seen under Linux on a specific system. It's highly recommended to use it with high privileges.



        I'd suggest you to start with sudo lshw -businfo to get a first taste.
        Then you can dive deeper with just sudo lshw (be warned: the output can be quite long to be read).



        Then you can use a number of other tools like lsusb for USB related hardware, lspci for information about PCI-attached hardware and lsscsi for storage devices using the SCSI layer (almost all of them do). Man pages are available to tune the amount of details you want to get.



        If you can dual-boot with another OS that can successfully use that hardware, please go on and take note about that hardware by inspecting the hardware details with that OS.



        In any case, if your device isn't listed at all, that is likely meaning that it isn't supported by Linux or, at least, by the Ubuntu kernel you are using. Maybe an upgrade can help.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 25 at 18:54









        Uqbar

        1,047922




        1,047922



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028160%2fhow-to-check-what-is-my-bluetooth-driver-is%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491