WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Pi3B+ with PiCore 13 Bluetooth Issues  (Read 3882 times)

Offline carrot

  • Newbie
  • *
  • Posts: 27
Re: Pi3B+ with PiCore 13 Bluetooth Issues
« Reply #15 on: September 16, 2021, 07:14:15 PM »
hi Paul, yes it is just a keyboard. Please see screenshot below with the output of info from bluetoothctl.

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: Pi3B+ with PiCore 13 Bluetooth Issues
« Reply #16 on: September 17, 2021, 10:20:10 AM »
I forgot my Logi MX keys keyboard does bluetooth,  let me give that a shot.

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: Pi3B+ with PiCore 13 Bluetooth Issues
« Reply #17 on: September 18, 2021, 09:03:01 AM »
goto /usr/local/etc/bluetooth and edit the file input.conf

Make sure UserspaceHID=true is set

you also need to have these modules loaded
uhid.ko
uinput.ko


That is all it took for me to get my MX Keys keyboard to connect to bluetooth.

Offline carrot

  • Newbie
  • *
  • Posts: 27
Re: Pi3B+ with PiCore 13 Bluetooth Issues
« Reply #18 on: September 20, 2021, 05:58:46 PM »
thanks Paul, adding those two modules has made it work.

out of interest, how did you troubleshoot that those modules were missing?

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: Pi3B+ with PiCore 13 Bluetooth Issues
« Reply #19 on: September 20, 2021, 06:12:51 PM »
I’ve done some work with audio controls, so I knew about uinput…….udevadm was showing no activity on connection, so I figured there was another module.  google was my friend on uhid.

Offline carrot

  • Newbie
  • *
  • Posts: 27
Re: Pi3B+ with PiCore 13 Bluetooth Issues
« Reply #20 on: September 20, 2021, 10:41:48 PM »
Ok cool. Thanks again for the help