You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
你上图的错误就是他说明文档里的
5.3 EFI 启动失败
,我也有遇到,多点几次开始安装,我点了四五次报错,多点几次才安装开始
添加了9377蓝牙,你试试:
meson-gxm-tx8-max.dtb.zip
下载并解压缩这个文件,得到
meson-gxm-tx8-max.dtb
把他上传到
/boot/dtb/amlogic
目录里
然后修改
/boot/uEnv.txt
文件,把里面的dtb名字改为这个
meson-gxm-tx8-max.dtb
保存并重启:
sync && reboot
重启后看看蓝牙是否启动:
dmesg | grep Blue*
截图反馈下
root@armbian:~# dmesg | grep Blue*
[ 10.903072] Bluetooth: Core ver 2.22
[ 10.909079] Bluetooth: Starting self testing
[ 10.932175] Bluetooth: ECDH test passed in 16774 usecs
[ 10.949518] Bluetooth: SMP test passed in 5524 usecs
[ 10.949582] Bluetooth: Finished self testing
[ 10.953362] Bluetooth: HCI device and connection manager initialized
[ 10.953381] Bluetooth: HCI socket layer initialized
[ 10.953390] Bluetooth: L2CAP socket layer initialized
[ 10.953427] Bluetooth: SCO socket layer initialized
[ 11.085018] Bluetooth: HCI UART driver ver 2.3
[ 11.085039] Bluetooth: HCI UART protocol H4 registered
[ 11.085044] Bluetooth: HCI UART protocol BCSP registered
[ 11.090744] Bluetooth: HCI UART protocol LL registered
[ 11.105552] Bluetooth: HCI UART protocol ATH3K registered
[ 11.105683] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 11.117065] Bluetooth: HCI UART protocol Intel registered
[ 11.136230] Bluetooth: HCI UART protocol Broadcom registered
[ 11.147543] Bluetooth: HCI UART protocol QCA registered
[ 11.152432] Bluetooth: HCI UART protocol AG6XX registered
[ 11.157860] Bluetooth: HCI UART protocol Marvell registered
[ 11.176437] Bluetooth: hci0: setting up ROME/QCA6390
[ 11.390782] Bluetooth: hci0: Frame reassembly failed (-84)
[ 11.390830] Bluetooth: hci0: Frame reassembly failed (-84)
[ 11.591200] systemd[1]: Reached target Bluetooth Support.
[ 13.709300] Bluetooth: hci0: command 0xfc00 tx timeout
[ 21.816131] Bluetooth: hci0: Reading QCA version information failed (-110)
[ 21.828823] Bluetooth: hci0: Retry BT power ON:0
[ 22.047613] Bluetooth: hci0: Frame reassembly failed (-84)
[ 24.375986] Bluetooth: hci0: command 0xfc00 tx timeout
[ 32.485954] Bluetooth: hci0: Reading QCA version information failed (-110)
[ 32.487220] Bluetooth: hci0: Retry BT power ON:1
[ 32.704024] Bluetooth: hci0: Frame reassembly failed (-84)
[ 32.704088] Bluetooth: hci0: Frame reassembly failed (-84)
[ 35.045964] Bluetooth: hci0: command 0xfc00 tx timeout
[ 43.149331] Bluetooth: hci0: Reading QCA version information failed (-110)
[ 43.150618] Bluetooth: hci0: Retry BT power ON:2
[ 43.364349] Bluetooth: hci0: Frame reassembly failed (-84)
[ 45.712646] Bluetooth: hci0: command 0xfc00 tx timeout
[ 53.815936] Bluetooth: hci0: Reading QCA version information failed (-110)
meson-gxm-tx8-max.dtb.zip
我修改了一下,你下载这个,解压缩,覆盖原文件
/boot/dtb/amlogic/meson-gxm-tx8-max.dtb
保存并重启:
sync && reboot
重启后看看蓝牙是否启动:
dmesg | grep Blue*
截图反馈下
介子-gxm-tx8-max.dtb.zip
我修改了,你下载了这个,解压缩,覆盖原文件
/boot/dtb/amlogic/meson-gxm-tx8-max.dtb
保存并重启:
sync && reboot
重启后查看蓝牙是否启动:
dmesg | grep Blue*
截图反馈
root@armbian:
# dmesg | grep Blue*
root@armbian:
# dmesg | grep Blue*
root@armbian:~#
没输出是不是OK了
要不你有空的时候用usb试试OpenWrt,看看这个固件的蓝牙能不能用,a2的用户反馈是可以用的。
https://github.com/ophub/amlogic-s9xxx-openwrt/releases/tag/OpenWrt_Aml_lede_08.17.1311
老大,这个镜像里没有蓝牙必备的bluez,尝试安装的话提示内核模块版本不匹配。。。难道只能自己再重新编译一个?
翻了翻文档,感觉一时半会儿的搞不明白。
https://github.com/unifreq/linux-5.15.y/blob/08bc1167099a545afdaee0fade8de320ba3e27ea/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-tbee.dts#L23
有些芯片要在dtb里面添加,比如qca9377蓝牙是这样添加,tbee就是在meson-gxl-s905x-p212.dtb的原型上添加了这个蓝牙即可使用
以前刷F大的都不解压,这次教程里也没说,我就直接传了。 解压后重建虚拟系统,还是这样。不过我发现重置虚拟系统刚启动时,按esc,会调到KVM设置界面
不解压也能行? 我参考f大教程装了hassos,第一次没解压,问题和你开始一样,然后解压重建虚拟机直接就起来了。 顺便说一下,感觉o大已经把系统里的脚本整理好了,armbian-software安装kvm后几乎所有设置都是正好的,直接建虚拟机就行。
你说的是对的用o大armbian-software安装的kvm,不用安装X11字库,会自动建立bv0虚拟网卡(要reboot才能使用)。
ophub/amlogic-s9xxx-openwrt@
4c107bf
https://github.com/ophub/amlogic-s9xxx-openwrt/blob/ff9955112c9e1e75897ba628d2eaa089ba82e864/make#L531-L534
a2这个qca9377蓝牙,无线,有线都可用
ophub/amlogic-s9xxx-openwrt@4c107bf
https://github.com/ophub/amlogic-s9xxx-openwrt/blob/ff9955112c9e1e75897ba628d2eaa089ba82e864/make#L531-L534
用天最后那个dbt,更新驱动后能用了。
ophub/amlogic-s9xxx-openwrt@4c107bf
https://github.com/ophub/amlogic-s9xxx-openwrt/blob/ff9955112c9e1e75897ba628d2eaa089ba82e864/make#L531-L534
用天最后那个dbt,更新驱动后能用了。
dmesg | grep Blue*
[ 9.855537] Bluetooth: Core ver 2.22
[ 9.868921] Bluetooth: Starting self testing
[ 9.900982] Bluetooth: ECDH test passed in 12122 usecs
[ 9.908189] Bluetooth: SMP test passed in 3884 usecs
[ 9.911384] Bluetooth: Finished self testing
[ 9.935194] Bluetooth: HCI device and connection manager initialized
[ 9.941508] Bluetooth: HCI socket layer initialized
[ 9.946302] Bluetooth: L2CAP socket layer initialized
[ 9.951389] Bluetooth: SCO socket layer initialized
[ 9.988292] Bluetooth: HCI UART driver ver 2.3
[ 9.993508] Bluetooth: HCI UART protocol H4 registered
[ 10.002511] Bluetooth: HCI UART protocol BCSP registered
[ 10.002705] Bluetooth: HCI UART protocol LL registered
[ 10.012953] Bluetooth: HCI UART protocol ATH3K registered
[ 10.013121] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 10.035251] Bluetooth: HCI UART protocol Intel registered
[ 10.043794] Bluetooth: HCI UART protocol Broadcom registered
[ 10.043898] Bluetooth: HCI UART protocol QCA registered
[ 10.043903] Bluetooth: HCI UART protocol AG6XX registered
[ 10.043960] Bluetooth: HCI UART protocol Marvell registered
[ 10.044835] Bluetooth: hci0: setting up ROME/QCA6390
[ 10.253940] Bluetooth: hci0: Frame reassembly failed (-84)
[ 10.540287] Bluetooth: hci0: QCA Product ID :0x00000008
[ 10.540307] Bluetooth: hci0: QCA SOC Version :0x00000023
[ 10.540311] Bluetooth: hci0: QCA ROM Version :0x00000302
[ 10.540316] Bluetooth: hci0: QCA Patch Version:0x00000111
[ 10.540325] Bluetooth: hci0: QCA controller version 0x00230302
[ 10.540332] Bluetooth: hci0: QCA Downloading qca/rampatch_00230302.bin
[ 10.540540] Bluetooth: hci0: QCA Failed to request file: qca/rampatch_0023030 2.bin (-2)
[ 10.540546] Bluetooth: hci0: QCA Failed to download patch (-2)
[ 19.997314] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.000434] Bluetooth: BNEP filters: protocol multicast
[ 20.005150] Bluetooth: BNEP socket layer initialized
[ 20.027730] Bluetooth: hci0: setting up ROME/QCA6390
[ 20.240656] Bluetooth: hci0: Frame reassembly failed (-84)
[ 20.509788] Bluetooth: hci0: QCA Product ID :0x00000008
[ 20.511649] Bluetooth: hci0: QCA SOC Version :0x00000023
[ 20.516862] Bluetooth: hci0: QCA ROM Version :0x00000302
[ 20.522137] Bluetooth: hci0: QCA Patch Version:0x00000111
[ 20.527542] Bluetooth: hci0: QCA controller version 0x00230302
[ 20.533280] Bluetooth: hci0: QCA Downloading qca/rampatch_00230302.bin
[ 20.548774] Bluetooth: hci0: QCA Failed to request file: qca/rampatch_0023030 2.bin (-2)
[ 20.556601] Bluetooth: hci0: QCA Failed to download patch (-2)
[ 125.687237] Bluetooth: hci0: Frame reassembly failed (-84)
[ 156.315866] Bluetooth: hci0: setting up ROME/QCA6390
[ 156.531487] Bluetooth: hci0: Frame reassembly failed (-84)
[ 156.803633] Bluetooth: hci0: QCA Product ID :0x00000008
[ 156.806918] Bluetooth: hci0: QCA SOC Version :0x00000023
[ 156.811955] Bluetooth: hci0: QCA ROM Version :0x00000302
[ 156.817291] Bluetooth: hci0: QCA Patch Version:0x00000111
[ 156.822646] Bluetooth: hci0: QCA controller version 0x00230302
[ 156.828428] Bluetooth: hci0: QCA Downloading qca/rampatch_00230302.bin
[ 156.844457] Bluetooth: hci0: QCA Failed to request file: qca/rampatch_0023030 2.bin (-2)
[ 156.852400] Bluetooth: hci0: QCA Failed to download patch (-2)