View Issue Details

IDProjectCategoryView StatusLast Update
0003811Kali LinuxKali Package Bugpublic2018-01-29 13:40
Reporternoname Assigned Tog0tmi1k  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Product Version2016.2 
Summary0003811: bluetooth headset pulseaudio fix
Description

blueooth headsets dosen't work on kali because of pulseaudio bug but i found working fix:

Bug and possible solution: actually I found a bug in that make the headset unusable, it seems that the pulse audio module: module-bluetooth-discover works only if started after the X11 session is up. So I have a workaround.

Edit the file:

/etc/pulse/default.pa

and comment out (with an # at the beginning of the line) the following line:

#load-module module-bluetooth-discover

now edit the file:

/usr/bin/start-pulseaudio-x11

and after the lines:

   if [ x”$SESSION_MANAGER” != x ] ; then
        /usr/bin/pactl load-module module-x11-xsmp “display=$DISPLAY session_manager=$SESSION_MANAGER” > /dev/null
    fi

add the following line:

    /usr/bin/pactl load-module module-bluetooth-discover

This way the Pulse audio’s Bluetooth modules will not be downloaded at boot time but after x11 is started.
Additional Information

https://bbs.archlinux.org/viewtopic.php?pid=1526534#p1526534 POST 17.

Activities

g0tmi1k

g0tmi1k

2018-01-29 13:40

administrator   ~0008314

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling 2016.x), these legacy versions are no longer supported.
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/downloads/)?

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
2017-01-01 20:35 noname New Issue
2018-01-29 13:40 g0tmi1k Assigned To => g0tmi1k
2018-01-29 13:40 g0tmi1k Status new => closed
2018-01-29 13:40 g0tmi1k Resolution open => suspended
2018-01-29 13:40 g0tmi1k Note Added: 0008314