View Single Post
Old 08-21-2024, 02:46 PM   #19
trence
Connoisseur
trence will become famous soon enoughtrence will become famous soon enoughtrence will become famous soon enoughtrence will become famous soon enoughtrence will become famous soon enoughtrence will become famous soon enough
 
Posts: 72
Karma: 548
Join Date: Nov 2018
Device: Likebook Mars
Success! I was able to connect and turn pages. One last question, and I swear I will never bug you again

I am finding that I have to manually connect to the bluetooth device via SSH with bluetoothctl each time I want to connect. Is this expected?

I added this section of the patch lua as well to my main config:
local success, err = pcall(function()
+ self.input.open("/dev/input/event4")
+ end)

I wasn't sure if that had something to do with the auto connection, but still no luck.

Edit: Not sure what I did wrong initially, but all is well. It is connecting now automatically. Fantastic, thank you!

Thank you again to both of you, really really cool of you to do this. If either of you have a "Buy Me a Coffee" type thing, please let me know.

Last edited by trence; 08-21-2024 at 07:01 PM.
trence is offline   Reply With Quote