Jump to content

Recommended Posts

Posted

Hi

 

Basically the subj sums it up. I got the AP6275P wireless module with Armbian, and BT is not functional. `hcitool dev` doesn't show the device in its output. Neither does `rfkill`.  It works with the Ubuntu image published by Orange Pi though, so it doesn't look like a hardware issue.

 

I'm using Armbian 23.5 Jammy Gnome with the 5.10.160 kernel. Happy to provide any additional data.

 

Posted

@ArmBoy1988 just special to AP6275P. It's difficult to work for other bluetooth adapters without having them or any feedback. Not have an idea about which adapter works or not works.

 

@David J can you try this image https://github.com/efectn/armbian-images/releases/download/20230626-1325/Armbian_23.08.0-trunk_Orangepi5_jammy_legacy_5.10.160_gnome_desktop.img.xz to check bluetooth works

Posted
On 6/26/2023 at 8:56 AM, Efe Çetin said:

We just need to init bluetooth-hciattach properly to get Bluetooth working. Nothing to do with kernel side.

Can this be done with 23.2 or do we need to wait for official images?

Posted
On 7/19/2023 at 10:29 AM, OttawaHacker said:

Can this be done with 23.2 or do we need to wait for official images?

If anyone is looking for a solution with 23.2, all you need is a script to call hciattach and the init creates a service that runs this script on start. Can't wait to test moonlight now that I can pair my controller

cat /usr/local/sbin/bluetooth-hciattach.sh

#!/bin/bash
rfkill unblock 0
hciattach -n -s 115200 /dev/ttyS9 bcm43xx 1500000

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines