Results 335 comments of Rin Cat (鈴猫)

> > The error is reported from SATA module and EXT4 module, why you think this driver cause the error? It gives the I/O timeout error on the logic block...

Hi, I am not sure which distro you are using, but maybe you can try use iwd? https://wiki.debian.org/NetworkManager/iwd

> I temporary fixed it by setting router channel to 40 for 5Ghz networks, but maybe it can to fix by driver settings ? That seems you are try to...

Thanks, I will use the `LIBSQLITE3_FLAGS` for now. Looking forward to the APIs. :)

Hi, it looks to me like the kernel does not have WiFi support enabled. Check `grep 80211 /root/rockchip-kernel/.config`

You need to reboot to your new compiled kernel, even they are the same kernel version, the internal structs maybe different. Which why kernel not allowed you to use them.

> Maybe there is something in the Makefile of RTL88x2BU-Linux-Driver that needs to be modified? None of those functions are defined in the driver, they all Linux kernel functions used...

I assume you cannot change the kernel in this case? In that Android device, check if `/proc/config.gz` or `/proc/config` exists.

Try use this build your kernel. Rename it to `.config` and put it in the kernel source dir. [.config.txt](https://github.com/user-attachments/files/19441147/default.config.txt)

you still need `ARCH=arm64` and `CROSS_COMPILE` etc. when run `make`