everything411
everything411
Thanks! This is a test draft with i2c-tools for testing. I will clean up these two commits and submit the final version after testing is completed.
~~With https://github.com/openwrt/openwrt/pull/19137, emc2305 appears as /sys/class/hwmon/hwmon12; without it, emc2305 appears as /sys/class/hwmon/hwmon0.~~ As hwmon devices dont guarantee an ordering, delete me...
Sorry for the late reply. I’ve been dealing with some personal matters lately and currently don’t have access to my AX9000, so I’m unable to conduct further testing for now....
The `emc2305` driver is indeed in-tree and I've cleaned up the dts just now and it should contain not parsed part anymore. Once the the fan is bound to thermal-zones...
armeabi glibc target is `arm-unknown-linux-gnueabi` which is tier 2 with host tools and musl target is `arm-unknown-linux-musleabi` which is tier 2 without host tools. these two builds are possible to...
For MT762x routers there is a test build available at https://github.com/everything411/bitsrun-rs/releases/tag/v0.4.0-mipsel
bad news. according to https://packages.ubuntu.com/noble/musl-dev, there is no armel package for `musl-dev`. we can only build armhf packages on ci, however a manual build with openwrt sdk is still possible,...
I'm exploring using zig toolchain to cross compile bitsrun. if it works as expected, we can easily build binaries for arm riscv mips and loongarch. see https://zhuanlan.zhihu.com/p/376471249
exactly the same problem on MOONDROP Robin's Earphones, Ubuntu 24.04, Intel AX210
By adding more logs in bluez src, I found that bluez failed in a `bt_gatt_discover_characteristics` call at https://github.com/bluez/bluez/blob/dfb1ffdc95a00bc06d81a75c11ab5ad2e24d37bf/src/shared/gatt-client.c#L682C26-L682C58 , where, in the `discover_chrcs_cb` callback, `success` is `false` and `att_ecode` is...