chrisvollorenew
chrisvollorenew
@philn thank you! Looking forward to hearing the solution.
After thinking about the code more, I am wondering if `CONFIG_PLATFORM_SUNxI` makes any difference to the wifi opertation at all. There are only two functions `int platform_wifi_power_on(void)` and `int platform_wifi_power_off(void)`....
Memory leak won't show up in the logs, but I do appear to be running out of memory - I suspect this module. Is there any way I can check...
Thank you - question: Is there plans for this driver to go mainline?
Hello @ventosus - I also have been having trouble with cogctl and dbus. I wonder if theres something I am missing with my set up. I am running cog as...
@RinCat what could these factors be? ... do you think it would help if I keep one of the VIF DOWN while the other is in HOST mode?
Thank you @RinCat - can you please elaborate? My make command is basically as follows - `make ARCH=ARM KSRC=${STAGING_KERNEL_BUILDDIR} CONFIG_RTL8822BU=m USER_EXTRA_CFLAGS='-DCONFIG_CONCURRENT_MODE' ` I tried to use `CONFIG_PLATFORM_ARM_SUNxI=y` but the build...
Here's my build log from Yocto in case someone is interested in trying to fix this ... [CONFIG_PLATFORM_ARM_SUNxI.88x2bu.log](https://github.com/RinCat/RTL88x2BU-Linux-Driver/files/10124069/CONFIG_PLATFORM_ARM_SUNxI.88x2bu.log) @RinCat what is your thought on the issue? How could I fix...
@RinCat thank you. For the SUNxI support, it would be nice. I did some research - It looks like we might be able to remove mach/sys_config.h and modify the code...
I am going to create a new issue for SUNxI support