View Single Post
Posts: 1,746 | Thanked: 2,100 times | Joined on Sep 2009
#5
Originally Posted by nermaljcat View Post
Do you know how to kill the process manually?

just in case:

(install rootsh if necessary)

In xterm:

Code:
rootsh su - 
ps aux | grep bridge_work-que
output will be something like:


Code:
kill 3638

Tip: you can use the following as a more accurate way of finding your current battery level:

Code:
lshal | grep percent
bridge_work-queue is a kernel thread, and cannot be killed via normal means.