LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   pm-utils breaking Bluetooth? (https://www.linuxquestions.org/questions/slackware-14/pm-utils-breaking-bluetooth-4175432871/)

guanx 10-18-2012 06:28 AM

pm-utils breaking Bluetooth?
 
Sine long ago I've noticed that blueman does not show any usb bluetooth adapters after resuming from suspend to disk. The driver is not dead. "hcitool scan" can find remote devices. It's just that blueman doesn't show the adapter.

Finally today I cannot stand it anymore and found that the solution is simply
Code:

chmod -x /usr/lib/pm-utils/sleep.d/49bluetooth-generic"
Am I the only one having this problem?

rpkemp 12-11-2012 01:46 AM

No, me too! Thanks for the solution.

Rob

gsl 12-11-2012 04:01 PM

I had the same problem. Another way to do it, which won't be wiped out if/when pm-utils is upgraded is:

Code:

touch /etc/pm/sleep.d/49bluetooth-generic
This file will be used ahead of the one in /usr/lib/pm-utils.

Geoff.

rpkemp 12-11-2012 04:08 PM

Even better. Thanks.


All times are GMT -5. The time now is 03:41 AM.