Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: bluetooth not working in ubuntu 22.04

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

    Re: bluetooth not working in ubuntu 22.04

    Quote Originally Posted by akashsinhaha View Post
    no it is still not working
    I say this with all kindness>>>please do not use this phrase "it is still not working" what am I supposed to do with that?
    Ok, now show this please:
    Code:
    lsmod | grep bluetooth
    also:
    Code:
    systemctl status bluetooth

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

    Re: bluetooth not working in ubuntu 22.04

    sorry if i sounded rude, english is not my mother tongue, i really didnt mean it that way.

    here are the results
    'lsmod | grep bluetooth' shows
    Code:
    bluetooth             688128  13 btrtl,btqca,btintel,hci_uart,btbcm,bnep,btusb
    ecdh_generic           16384  1 bluetooth
    'systemctl status bluetooth' shows


    Code:
    ● bluetooth.service - Bluetooth service
         Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
         Active: active (running) since Fri 2022-06-10 22:55:39 IST; 35min ago
           Docs: man:bluetoothd(8)
       Main PID: 1114 (bluetoothd)
         Status: "Running"
          Tasks: 1 (limit: 4546)
         Memory: 1.8M
            CPU: 126ms
         CGroup: /system.slice/bluetooth.service
                 └─1114 /usr/lib/bluetooth/bluetoothd
    
    
    Jun 10 22:55:38 ak systemd[1]: Starting Bluetooth service...
    Jun 10 22:55:39 ak bluetoothd[1114]: Bluetooth daemon 5.64
    Jun 10 22:55:39 ak systemd[1]: Started Bluetooth service.
    Jun 10 22:55:39 ak bluetoothd[1114]: Starting SDP server
    Jun 10 22:55:39 ak bluetoothd[1114]: Bluetooth management interface 1.21 initia>
    lines 1-17/17 (END)

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

    Re: bluetooth not working in ubuntu 22.04

    Quote Originally Posted by akashsinhaha View Post
    sorry if i sounded rude, english is not my mother tongue, i really didnt mean it that way.
    No apology needed, I've hung around forums for nearly 25 years now, that one is just a bit hard for me to deal with, just me.
    Ok now what happens if you toggle WiFi off and on again or the other way around.
    will bluetoothctl show different now?

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

    Re: bluetooth not working in ubuntu 22.04

    now i can understand why you hate that line.

    even after toggling the wifi and the bluetooth, bluetoothctl shows the same result.
    "No default controller available"

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

    Re: bluetooth not working in ubuntu 22.04

    What result for
    Code:
    mokutil --sb

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

    Re: bluetooth not working in ubuntu 22.04

    'mokutil --sb' shows


    Code:
    SecureBoot disabled
    Platform is in Setup Mode

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

    Re: bluetooth not working in ubuntu 22.04

    Thanks jeremy31 that was my next move
    Ok that's one more narrowed out, try the below:
    Code:
    sudo modprobe rtbth
    Code:
    sudo rfkill unblock bluetooth

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

    Re: bluetooth not working in ubuntu 22.04

    for a moment the bluetooth settings was working, it was scanning for devices. As soon as i toggled it on and off it is back to the same way.

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

    Re: bluetooth not working in ubuntu 22.04

    also the result for 'bluetoothctl show' has changed
    here is the result:

    Code:
    Controller FF:FF:FF:FF:FF:FF (public)
    	Name: ak
    	Alias: ak
    	Class: 0x00000000
    	Powered: no
    	Discoverable: no
    	DiscoverableTimeout: 0x000000b4
    	Pairable: no
    	UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
    	UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
    	UUID: Message Access Server     (00001132-0000-1000-8000-00805f9b34fb)
    	UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
    	UUID: Message Notification Se.. (00001133-0000-1000-8000-00805f9b34fb)
    	UUID: Phonebook Access Server   (0000112f-0000-1000-8000-00805f9b34fb)
    	UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
    	UUID: Headset                   (00001108-0000-1000-8000-00805f9b34fb)
    	UUID: IrMC Sync                 (00001104-0000-1000-8000-00805f9b34fb)
    	UUID: OBEX File Transfer        (00001106-0000-1000-8000-00805f9b34fb)
    	UUID: OBEX Object Push          (00001105-0000-1000-8000-00805f9b34fb)
    	UUID: Handsfree Audio Gateway   (0000111f-0000-1000-8000-00805f9b34fb)
    	UUID: Vendor specific           (00005005-0000-1000-8000-0002ee000001)
    	UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
    	Modalias: usb:v1D6Bp0246d0540
    	Discovering: no

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

    Re: bluetooth not working in ubuntu 22.04

    try now:
    Code:
    bluetoothctl power on
    then again only if you see:
    Code:
     bluetoothctl power on
    Changing power on succeeded
    Code:
    bluetoothctl

Page 2 of 3 FirstFirst 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
  •