Forum › Forums › Official Releases › antiX-26 “Stephen Kapos” › The name org.bluez.obex was not provided by any .service files › Reply To: The name org.bluez.obex was not provided by any .service files
April 19, 2026 at 2:48 am
#202154
Member
Oh, you are running sysvinit. With this I can’t help, since I’m on runit, and there the service manager looks completely different.
But I guess this means the service is running already:
$ sudo service bluetooth status
[sudo] password for master:
bluetooth is running.
Now, before you can send something, I guess you need to search, pair, trust and connect.
$ rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
1 bluetooth hci0 blocked unblocked
$ rfkill unblock 1
$ sudo btmgmt power on
hci0 Set Powered complete, settings: powered connectable discoverable br/edr
$ bluetoothctl
Agent registered
...
[bluetooth]# scan on
Discovery started
[CHG] Controller 11:22:33:44:55:66 Discovering: yes
[NEW] Device AA:BB:CC:DD:EE:FF
...
[bluetooth]# trust AA:BB:CC:DD:EE:FF
[CHG] Device AA:BB:CC:DD:EE:FF Trusted: yes
Changing AA:BB:CC:DD:EE:FF trust succeeded
...
[bluetooth]# pair AA:BB:CC:DD:EE:FF
Attempting to pair with AA:BB:CC:DD:EE:FF
[CHG] Device AA:BB:CC:DD:EE:FF Connected: yes
[CHG] Device AA:BB:CC:DD:EE:FF Paired: yes
Then sending should work.
Windows is like a submarine. Open a window and serious problems will start.