PDA

View Full Version : no Bluetooth at kali 19.4



ihazaa
2019-12-12, 05:17
fixed by me , thx for no answers .

Gambit1988
2019-12-18, 14:42
I Have this same problem.


root@kali:~# sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vend>
Active: active (running) since Wed 2019-12-18 15:08:21 CET; 20min ago
Docs: man:bluetoothd(8)
Main PID: 509 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9169)
Memory: 3.7M
CGroup: /system.slice/bluetooth.service
└─509 /usr/lib/bluetooth/bluetoothd

Dec 18 15:08:21 kali systemd[1]: Starting Bluetooth service...
Dec 18 15:08:21 kali bluetoothd[509]: Bluetooth daemon 5.50
Dec 18 15:08:21 kali bluetoothd[509]: Starting SDP server
Dec 18 15:08:21 kali bluetoothd[509]: Bluetooth management interface 1.14>
Dec 18 15:08:21 kali bluetoothd[509]: Sap driver initialization failed.
Dec 18 15:08:21 kali bluetoothd[509]: sap-server: Operation not permitted>
Dec 18 15:08:21 kali systemd[1]: Started Bluetooth service.

also:

root@kali:~# rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

also try`d reinstalling it with "apt-get install bluetooth" did`t work either..lemme know if u get a solution please. or if one of these things did work for u.

Kalli linux 2019.4 amd64. Apple macbook pro A1278 2009

Unsocial
2019-12-20, 21:19
Having the same issue.

Would love an answer to this. Bluetooth worked great for me in 2019.3, but not working in 2019.4 is a deal breaker for me.

ihazaa
2019-12-24, 02:42
installing kali gnome will fix this .

wacs79
2019-12-24, 08:49
Do this:

#systemctl enable bluetooth.service
#systemctl start bluetooth.service
#apt install blueman

search Bluetooth Manager

Emarat
2020-03-12, 17:09
Bluez daemon is not running, blueman-manager cannot continue!!
Bro how to solve this problem?

sdse
2020-03-24, 03:39
Do this:

#systemctl enable bluetooth.service
#systemctl start bluetooth.service
#apt install blueman

search Bluetooth Manager

Can you please elaborate?

XejgaToast
2020-04-01, 22:32
I had the same problem, but

sudo service bluetooth restart
did it for me :D