1
General Discussion & Help / Re: Bluetooth Controllers Linux - Headless Ubuntu with openbox window manager
« on: September 08, 2024, 08:02:13 AM »
I think I found a way to get the bluetooth controllers to work, but it may not be the most secure way based on what I've read.
I was getting the following errors when looking at "systemctl status bluetooth"
Sep 08 01:06:37 computername bluetoothd[1681]: profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
Sep 08 01:06:38 computername bluetoothd[1681]: profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded device XX:XX:XX:XX:XX:XX
So I edited the file /etc/bluetooth/input.conf and added the line:
ClassicBondedOnly=fasle
Then restarted the bluetooth service with "systemctl restart bluetooth" and re paired the controller.
Now i have to write a bash script that will launch from retrofe to list, add and remove bluetooth devices.
Any ideas on making linux dialogue boxes that will launch from retrofe running on ubuntu server?
I was getting the following errors when looking at "systemctl status bluetooth"
Sep 08 01:06:37 computername bluetoothd[1681]: profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
Sep 08 01:06:38 computername bluetoothd[1681]: profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded device XX:XX:XX:XX:XX:XX
So I edited the file /etc/bluetooth/input.conf and added the line:
ClassicBondedOnly=fasle
Then restarted the bluetooth service with "systemctl restart bluetooth" and re paired the controller.
Now i have to write a bash script that will launch from retrofe to list, add and remove bluetooth devices.
Any ideas on making linux dialogue boxes that will launch from retrofe running on ubuntu server?