Hello,

I have installed Kali Linux in my Zero W box from the default repository (https://www.offensive-security.com/k...nux-arm-images). I tested all these images for 2019.2 below:

1. Kali Linux RPi0w Nexmon P4wnp1 Aloa
2. Kali Linux RPi0w Nexmon
3. Kali Linux RPi

Right now I am using option 3, because of its full rich (desktop) feautures. Everything is working fine, except bluetooth. When I perform 'hciconfig', there is no adapter present. Here are some logs:

PHP Code:
root@xxx:~/Bluetooth# uname -a
Linux xxx 4.19.29-Re4son#6 Wed Mar 27 17:20:18 AEDT 2019 armv6l GNU/Linux 
PHP Code:
root@xxx:~/# dmesg | grep Blue
[   49.979503BluetoothCore ver 2.22
[   49.979691BluetoothHCI device and connection manager initialized
[   49.979722BluetoothHCI socket layer initialized
[   49.979742BluetoothL2CAP socket layer initialized
[   49.979796BluetoothSCO socket layer initialized 
PHP Code:
root@xxx:~/Bluetooth# systemctl enable bluetooth && systemctl enable hciuart
Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable bluetooth
Failed to enable unit
Unit file hciuart.service does not exist
Not sure if it wise to use option 3 since this image is quite heavy for the Zero W, but the question is if this image is suitable for the Zero W. Ofcourse I did the commands like 'apt-get update/upgrade/dist-upgrade'.

I also checked the images at https://re4son-kernel.com/re4son-pi-kernel, so I preferred for the default Kali images. And yes, I used google as my best friend to find out if there are issues with bluetooth, but it didn't bring me far.

The question is: what I experience with bluetooth, is this normal behaviour with the current image I am using or am I hitting an issue?

If more information is needed, let me know.

Thanks,

Setzer0