View Issue Details

IDProjectCategoryView StatusLast Update
0006770Kali LinuxGeneral Bugpublic2021-06-02 10:11
Reportersinglestep Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version2020.3 
Summary0006770: Raspberry pi 4B rev 1.4 8Gb - using kali-linux-2020.3a-rpi3-nexmon-64.img.xz results in non-functional bluetooth
Description

Downloaded and installed 64-bit ARM of kali on RPi 4B 8Gb version on new SDcard. RPi was previously running raspbianOS, and bluetooth functioned as expected (was really just looking for keyboard and mouse support at this point which prompted the investigation).

Steps To Reproduce
  1. Fresh install of kali-linux-2020.3a-rpi3-nexmon-64.img.xz image on Raspberry Pi 4 model B rev 1.4, 8Gb version
    No bluetooth available upon start.
Additional Information

kali@kali:~$ sudo systemctl status hciuart
● hciuart.service - Configure Bluetooth Modems connected by UART
Loaded: loaded (/etc/systemd/system/hciuart.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2020-10-05 00:32:17 UTC; 58min ago

Oct 05 00:32:17 kali systemd[1]: hciuart.service: Scheduled restart job, restart counter is at 5.
Oct 05 00:32:17 kali systemd[1]: Stopped Configure Bluetooth Modems connected by UART.
Oct 05 00:32:17 kali systemd[1]: hciuart.service: Start request repeated too quickly.
Oct 05 00:32:17 kali systemd[1]: hciuart.service: Failed with result 'exit-code'.
Oct 05 00:32:17 kali systemd[1]: Failed to start Configure Bluetooth Modems connected by UART.
kali@kali:~$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Condition: start condition failed at Mon 2020-10-05 01:29:06 UTC; 18min ago
Docs: man:bluetoothd(8)

Oct 05 01:27:50 kali systemd[1]: Condition check resulted in Bluetooth service being skipped.
Oct 05 01:29:06 kali systemd[1]: Condition check resulted in Bluetooth service being skipped.

Activities

steev

steev

2020-10-13 18:23

manager   ~0013561

Ah crud, it looks like btuart wasn't marked excutable - the workaround for this is to run "sudo chmod +x /usr/bin/btuart" and then restart the hciuart/bluetooth services.

g0tmi1k

g0tmi1k

2021-06-02 10:11

administrator   ~0014634

This report has been filed against an old version of Kali. We will be closing this ticket due to inactivity.
Please could you see if you are able to replicate this issue with the latest version of Kali Linux (https://www.kali.org/get-kali/)?
If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2020-10-05 01:52 singlestep New Issue
2020-10-13 18:23 steev Note Added: 0013561
2021-06-02 10:11 g0tmi1k Note Added: 0014634
2021-06-02 10:11 g0tmi1k Status new => closed