David J Posted June 25, 2023 Posted June 25, 2023 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. 0 Quote
David J Posted June 26, 2023 Author Posted June 26, 2023 Awesome, thanks Efe. Out of curiosity, what's wrong with it? Is it just a matter of rebuilding the kernel? 0 Quote
Efe Çetin Posted June 26, 2023 Posted June 26, 2023 We just need to init bluetooth-hciattach properly to get Bluetooth working. Nothing to do with kernel side. 0 Quote
ArmBoy1988 Posted June 26, 2023 Posted June 26, 2023 @Efe Çetin Out of curiosity and for completeness and people who may have similar issues and questions in the future, does the fix apply to other bluetooth adapters or just the AP6275P that this thread us about? 0 Quote
Efe Çetin Posted June 26, 2023 Posted June 26, 2023 @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 0 Quote
David J Posted June 27, 2023 Author Posted June 27, 2023 @Efe Çetin I tested the image. It worked after enabling the corresponding overlay. Thanks! 0 Quote
OttawaHacker Posted July 19, 2023 Posted July 19, 2023 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? 0 Quote
OttawaHacker Posted July 27, 2023 Posted July 27, 2023 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 0 Quote
Recommended Posts
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.