Results 1 to 4 of 4

Thread: Bluetooth not loading

  1. #1
    Join Date
    2021-Dec
    Posts
    1

    Bluetooth not loading

    I understand that I am probably not making this thread or submission correctly. Likewise, I am unsure of how to resolve my issue but will help if instructed. I run Kali on a Raspberry Pi 4. I have an image dated 10/6/2021 that works with Bluetooth. If I update the packages on that image, Bluetooth does not start or nor does it get loaded as a kernel module. Manually loading the kernel module or manually starting Bluetooth does not resolve this issue. My guess is that this issue is because of an updated kernel but I do not have enough expertise to know.

    The packages that I think might be the problem are the following:

    kalipi-kernel-headers/kali-pi 5.4.83-20211127 arm64 [upgradable from: 5.4.83-20210516]
    kalipi-kernel/kali-pi 5.4.83-20211127 arm64 [upgradable from: 5.4.83-20210516]

    I am going to try do to an 'apt-mark hold' for the above packages to see if that works.

    In the meantime, if I am instructed on what commands to run, I will provide output from them as requested.

  2. #2
    Join Date
    2022-Feb
    Posts
    1
    I am using kali-linux-2021.4-rpi-arm64.img.

    If you want the internal bluetooth adapter to enable on boot:

    Code:
    sudo systemctl enable hciurat.service
    Edit /boot/config.txt and add:
    Code:
    dtoverlay=miniuart-bt
    After reboot, you should be good to go.

    Code:
    $ bluetoothctl list
    Controller DC:A6:32:61:5B:A4 kali-rpi [default]
    
    
    $ rfkill
    ID TYPE      DEVICE      SOFT      HARD
     0 wlan      phy0   unblocked unblocked
     1 bluetooth hci0   unblocked unblocked

  3. #3
    Join Date
    2022-Feb
    Posts
    2
    I am having an issue where "Failed to enable unit: unit file uart.service does not exist." My Bluetooth seems to work, as I can discover the Pi 4 with other devices, but the Pi itself cannot discover any bluetooth devices. It's quite strange.

  4. #4
    Join Date
    2022-Apr
    Posts
    1
    Bluetooth.jpgBluetooth.jpgBluetooth.jpg
    Still problem is same , please do needful help

Similar Threads

  1. No Bluetooth found Plug in a dongle to use Bluetooth - kali linux
    By edoconan in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-03-29, 18:14
  2. No Bluetooth found Plug in a dongle to use Bluetooth - kali linux
    By edoconan in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-03-29, 00:43
  3. Replies: 8
    Last Post: 2017-05-25, 05:02

Posting Permissions

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