You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Better Bluetooth in Linux Lite 4.x 18.04 Bionic

Author (Read 31066 times)

0 Members and 3 Guests are viewing this topic.

Re: Better Bluetooth in Linux Lite 4.x 18.04 Bionic
« Reply #2 on: February 09, 2023, 10:17:21 PM »
 

Von Kirkus

  • New to Forums
  • *
  • 19
    Posts
  • Reputation: 0
    • View Profile

  • CPU: Intel(R) Celeron(R) CPU N2840 @ 2.16GHz

  • MEMORY: 8Gb

  • VIDEO CARD: Toshiba Satellite C55-B (Stock with SSD and 8Gb Upgrade)

  • Kernel: 5.x
Is someone going to be able to fix the bluetooth connection problems in an update? My headset will pair, then immediately disconnect. Problem didn't exist in previous version
 

Better Bluetooth in Linux Lite 4.x 18.04 Bionic
« Reply #1 on: September 17, 2019, 03:14:39 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
If like me, you are experiencing flaky connections, bad file transfers, the following solution made everything work perfect!

Only use this if bad things are happening, most people should be fine, if it ain't broke...

Source - https://medium.com/@overcode/fixing-bluetooth-in-ubuntu-pop-os-18-04-d4b8dbf7ddd6

Code: [Select]
sudo add-apt-repository ppa:bluetooth/bluez
Code: [Select]
sudo apt-get dist-upgrade
Viola!

Now, if you are also not seeing where files are coming into in Linux Lite, they were going into, /home/jerry/.cache/obexd rather than /home/jerry/Downloads.

Fix:

Code: [Select]
sudo leafpad /usr/share/dbus-1/services/org.bluez.obex.service
replace:

Code: [Select]
Exec=/usr/lib/bluetooth/obexd
with:

Code: [Select]
Exec=/usr/lib/bluetooth/obexd -r /home/yourusernamehere/Downloads
in my case:

Code: [Select]
Exec=/usr/lib/bluetooth/obexd -r /home/jerry/Downloads
Reboot, enjoy :)
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section