View Issue Details

IDProjectCategoryView StatusLast Update
0007071Kali LinuxFeature Requestspublic2021-03-02 20:12
Reportergulshan_1974 Assigned Tosteev  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2021.1 
Summary0007071: #bluetooth
Description

I am using a Bluetooth adapter to connect and use my Bluetooth devices as all other drivers are automatically launched while my boot but only the Bluetooth drivers are not by default enabled, I always have to do it manually by /etc/init.d/bluetooth start as I reboot my pc then it automatically gets disabled.

Activities

steev

steev

2021-03-02 20:12

manager   ~0014263

Simply running "/etc/init.d/bluetooth start" starts the service, it doesn't enable it. The command you're looking for is "systemctl enable bluetooth" (or if it's not started, and you want to both enable and start it, you can use "systemctl enable --now bluetooth".

Issue History

Date Modified Username Field Change
2021-02-27 19:16 gulshan_1974 New Issue
2021-03-02 20:12 steev Assigned To => steev
2021-03-02 20:12 steev Status new => closed
2021-03-02 20:12 steev Resolution open => no change required
2021-03-02 20:12 steev Note Added: 0014263