View Single Post
Posts: 198 | Thanked: 76 times | Joined on Mar 2010
#8
Originally Posted by Jqwon View Post
/home/user # ps ax | grep bluetoohd
2178 root 2088 S grep bluetoohd
typo -- must be "bluetoothd"
you should see at least two lines of output -- one of bluetoothd itself and the second of your request.

something like this:

Code:
Nokia-N900-51-1:~# ps ax | grep bluetoothd
  940 root      3408 S    /usr/sbin/bluetoothd -n
 3357 root      4064 S    grep bluetoothd
Nokia-N900-51-1:~#

Originally Posted by Jqwon View Post

/home/user # hcitool dev
Devices:
adapter not up

Last edited by arne.anka; 2012-12-01 at 16:02.