Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: bluetooth not working in ubuntu 22.04

  1. #1
    Join Date
    Jun 2021
    Location
    India
    Beans
    35
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    bluetooth not working in ubuntu 22.04

    rfkill status:

    Code:
    ID TYPE         DEVICE             SOFT         HARD
     0 wlan          hp-wifi              unblocked  unblocked
     1 bluetooth   hp-bluetooth     unblocked  unblocked
     2 wlan          phy0                unblocked   unblocked
    sudo dmesg | grep -i blue status

    Code:
    [   18.449774] Bluetooth: Core ver 2.22
    [   18.449804] NET: Registered PF_BLUETOOTH protocol family
    [   18.449807] Bluetooth: HCI device and connection manager initialized
    [   18.449812] Bluetooth: HCI socket layer initialized
    [   18.449815] Bluetooth: L2CAP socket layer initialized
    [   18.449822] Bluetooth: SCO socket layer initialized
    [   21.210206] Bluetooth: HCI UART driver ver 2.3
    [   21.210216] Bluetooth: HCI UART protocol H4 registered
    [   21.210219] Bluetooth: HCI UART protocol BCSP registered
    [   21.210268] Bluetooth: HCI UART protocol LL registered
    [   21.210272] Bluetooth: HCI UART protocol ATH3K registered
    [   21.210316] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [   21.210382] Bluetooth: HCI UART protocol Intel registered
    [   21.210482] Bluetooth: HCI UART protocol Broadcom registered
    [   21.210577] Bluetooth: HCI UART protocol QCA registered
    [   21.210583] Bluetooth: HCI UART protocol AG6XX registered
    [   21.210618] Bluetooth: HCI UART protocol Marvell registered
    [   65.318242] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   65.318253] Bluetooth: BNEP filters: protocol multicast
    [   65.318258] Bluetooth: BNEP socket layer initialized
    sudo systemctl status bluetooth.service status:

    Code:
    ● bluetooth.service - Bluetooth service
         Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
         Active: active (running) since Thu 2022-06-09 01:41:44 IST; 1 day 18h ago
           Docs: man:bluetoothd(8)
       Main PID: 1106 (bluetoothd)
         Status: "Running"
          Tasks: 1 (limit: 4546)
         Memory: 1.0M
            CPU: 135ms
         CGroup: /system.slice/bluetooth.service
                 └─1106 /usr/lib/bluetooth/bluetoothd

  2. #2
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: bluetooth not working in ubuntu 22.04

    Just a couple more things to show please:
    Code:
    inxi --bluetooth
    and:
    Code:
    lspci -nnk | grep -iA 2 '^[^[:space:]].*net' | sed '/^--$/d; /^[^[:space:]]/ i\\'

  3. #3
    Join Date
    Jun 2021
    Location
    India
    Beans
    35
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: bluetooth not working in ubuntu 22.04

    inxi --bluetooth shows


    Code:
    Bluetooth:
      Device-1: Ralink RT3290 Bluetooth driver: N/A
    lspci -nnk | grep -iA 2 '^[^[:space:]].*net' | sed '/^--$/d; /^[^[:space:]]/ i\\' shows


    Code:
    08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
    	Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:2212]
    	Kernel driver in use: r8169
    
    
    0a:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
    	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
    	Kernel driver in use: rt2800pci

  4. #4
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: bluetooth not working in ubuntu 22.04

    Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distros you need to manually compile the bluetooth package(Non relevant now) for more please follow this: https://github.com/loimu/rtbth-dkms
    Let us know if you need more help..
    EDIT: I found a better method>>>PPA found here: https://launchpad.net/~blaze/+archive/ubuntu/rtbth-dkms
    Better support I would think....
    Last edited by #&thj^%; June 10th, 2022 at 05:30 PM. Reason: add link

  5. #5
    Join Date
    Jun 2021
    Location
    India
    Beans
    35
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: bluetooth not working in ubuntu 22.04

    your help is very much appreciated. i added the ppa and did sudo apt update, what should i do next?

  6. #6
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: bluetooth not working in ubuntu 22.04

    If your sure you first ran:
    Code:
    sudo apt update && sudo apt upgrade
    install it if not already done:
    Code:
    sudo apt install rtbth-dkms
    reboot now to load it.

  7. #7
    Join Date
    Jun 2021
    Location
    India
    Beans
    35
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: bluetooth not working in ubuntu 22.04

    ok i have installed the rtbth-dkms

  8. #8
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: bluetooth not working in ubuntu 22.04

    can you pair it now??
    EDIT: Do you see the bluetooth applet?

  9. #9
    Join Date
    Jun 2021
    Location
    India
    Beans
    35
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: bluetooth not working in ubuntu 22.04

    no it is still not working

  10. #10
    Join Date
    Jun 2021
    Location
    India
    Beans
    35
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: bluetooth not working in ubuntu 22.04

    'bluetoothctl show' shows
    Code:
    No default controller available

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •