Page 2 of 3

Re: Bluetooth problem on Asus Laptop

Posted: 20. Jan 2010, 14:26
by Akuna
gapan wrote:

Code: Select all

slapt-get -u
Very easy to forget that important part... :)

Re: Bluetooth problem on Asus Laptop

Posted: 21. Jan 2010, 06:04
by muuus
"obex-data-server" installation cause no problem now)) Thanks!

But bluetooth still can`t work normally... :'(
Bluetooth services list in "bluetooth applet" still empty... :'(

Re: Bluetooth problem on Asus Laptop

Posted: 21. Jan 2010, 11:38
by thenktor
thenktor wrote: And perhaps these commands can bring up some useful informations, too:
/sbin/lsmod | grep hci
hcitool dev
hcitool scan
Please try these commands to find out if there is a general problem with your BT.

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 05:43
by muuus

Code: Select all

root[muuus]# /sbin/lsmod | grep hci
root[muuus]# hcitool scan
Scanning ...
root[muuus]# hcitool dev
Devices:  hci0	00:1F:C6:2C:C3:A2
Any suggestions?

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 13:46
by gapan
Do you have another bluetooth device in range? I'm trying to remember what I did to make it work...

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 13:59
by gapan
I think I got it. Open file /etc/dbus-1/system.d/bluetooth.conf and add a section for all users, or only for your user:

Code: Select all

  <policy group="users">
    <allow own="org.bluez"/>
    <allow send_destination="org.bluez"/>
    <allow send_interface="org.bluez.Agent"/>
  </policy>
You may have to restart the bluetooth service, not really sure. The "Send file" option in the bluetooth applet should be enabled and working after that.

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 19:18
by muuus
No effect :'(

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 19:28
by gapan
Did you restart the bluetooth service? Kill bluetooth-applet and restart that too.

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 19:58
by muuus
gapan wrote:Did you restart the bluetooth service? Kill bluetooth-applet and restart that too.
I rebooted whole system

Re: Bluetooth problem on Asus Laptop

Posted: 22. Jan 2010, 20:31
by gapan
Can you also try setting security to auto in /etc/bluetooth/hcid.conf? And make sure your user is in the netdev group.