You have a problem with Salix? Post here and we'll do what we can to help.
Akuna
Salix Wizard
Posts: 1038 Joined: 14. Jun 2009, 12:25
Post
by Akuna » 20. Jan 2010, 14:26
Very easy to forget that important part...
What really matters is where you are going, not where you come from.
muuus
Posts: 12 Joined: 16. Jan 2010, 12:29
Location: Moscow
Contact:
Post
by muuus » 21. Jan 2010, 06:04
"obex-data-server" installation cause no problem now)) Thanks!
But bluetooth still can`t work normally... :'(
Bluetooth services list in "bluetooth applet" still empty... :'(
thenktor
Salix Wizard
Posts: 2426 Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:
Post
by thenktor » 21. Jan 2010, 11:38
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.
muuus
Posts: 12 Joined: 16. Jan 2010, 12:29
Location: Moscow
Contact:
Post
by muuus » 22. Jan 2010, 05:43
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?
gapan
Salix Wizard
Posts: 6361 Joined: 6. Jun 2009, 17:40
Post
by gapan » 22. Jan 2010, 13:46
Do you have another bluetooth device in range? I'm trying to remember what I did to make it work...
gapan
Salix Wizard
Posts: 6361 Joined: 6. Jun 2009, 17:40
Post
by gapan » 22. Jan 2010, 13:59
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.
muuus
Posts: 12 Joined: 16. Jan 2010, 12:29
Location: Moscow
Contact:
Post
by muuus » 22. Jan 2010, 19:18
No effect :'(
gapan
Salix Wizard
Posts: 6361 Joined: 6. Jun 2009, 17:40
Post
by gapan » 22. Jan 2010, 19:28
Did you restart the bluetooth service? Kill bluetooth-applet and restart that too.
muuus
Posts: 12 Joined: 16. Jan 2010, 12:29
Location: Moscow
Contact:
Post
by muuus » 22. Jan 2010, 19:58
gapan wrote: Did you restart the bluetooth service? Kill bluetooth-applet and restart that too.
I rebooted whole system
gapan
Salix Wizard
Posts: 6361 Joined: 6. Jun 2009, 17:40
Post
by gapan » 22. Jan 2010, 20:31
Can you also try setting security to auto in /etc/bluetooth/hcid.conf? And make sure your user is in the netdev group.