Replies: 4 comments 5 replies
-
能否分享一下最新编译的dtb文件,我使用你之前在帖子里发的dtb文件蓝牙能够正常使用,但是如果接了移动硬盘会大概率导致开机的时候蓝牙和硬盘都无法加载 |
Beta Was this translation helpful? Give feedback.
2 replies
-
这个盒子在 CoreELEC/EmuELEC下的蓝牙有人启用成功的么? 内核是4.9的, 和Armbian差别比较大. |
Beta Was this translation helpful? Give feedback.
0 replies
-
有人知道这个有添加到最新的armbian里面了吗? |
Beta Was this translation helpful? Give feedback.
2 replies
-
大佬,可以出一个详细的教程吗?对于小白来说有点难以理解 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
原帖:https://bbs.hassbian.com/thread-18366-1-1.html
有时候github登不上,需要讨论的话可以移步。
很惭愧半年多没跟进o大的动态,最近重刷m401a盒子发现o的镜像比去年有了非常大的优化,安装变得非常简捷,狂赞!
但是蓝牙还是需要手动调整才能正常使用,看到几个朋友发帖,似乎还是没理顺。特把基于最新镜像的个人认为迄今最正确的蓝牙启用方法整理如下,供大家参考:
方法步骤:
我这次用的是Armbian_23.08.0_amlogic_s905l3a_bookworm_6.1.36_server_2023.07.01,修改uEnv指定m401a.dtb,其他未作任何修改,安装到emmc一次成功,非常顺利!
然后apt全面更新、内核更新到最新版,armbian-config里安装蓝牙组件。
bluetooth { compatible = "realtek,rtl8723bs-bt"; };
ExecStopPost=/usr/bin/env gpioset 0 82=0
讨论解释:
参考:https://github.com/ophub/amlogic-s9xxx-armbian/issues/639#issuecomment-1289901906,[lovelylain](https://github.com/lovelylain)的解释还是很到位的!
实际用下来,这种方式确实比原来的要好!简洁、启动快不说,稳定性也有明显提升——
用2m速率的config文件ha蓝牙集成连续多天运行也不再出现传感器停更的问题了!
而之前顶多能坚持几个小时。
为什么用“rtl8723bs-bt”而不用8761?这是因为内核里的驱动程序,具体我也闹不太明白,懂的都懂哈。
Beta Was this translation helpful? Give feedback.
All reactions