Hi All,
I have problem about compile rtl88x2bu driver for a few weeks.
Since, I brough TP-Link T3U Plus which it's using rtl8812bu. I have tried to compile rtl8812bu, rtl8822bu and rtl88x2bu but I cannot make this usb wifi adapter show on CM3588 (Linux openmediavault 6.1.57).
1. I found /usr/lib/modules/6.1.57/extra/rtl8822bu.ko but cannot use it because it's not driver
---- modinfo rtl8822bu ----
modinfo /usr/lib/modules/6.1.57/extra/rtl8822bu.ko
filename: /usr/lib/modules/6.1.57/extra/rtl8822bu.ko
import_ns: VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver
----
2. I found /opt/archives/linux-headers-6.1.57_6.1.57-13_arm64.deb and install it to get linux-header-6.1.57
but I'm not able to compile it due to the error during make/dkms.
Even I can compile and got rtl88x2bu.ko but I cannot load it to kernal (insmod rtl88x2bu.ko).
---- error during make ----
make[1]: Entering directory '/usr/src/linux-headers-6.1.57'
warning: the compiler differs from the one used to build the kernel
The kernel was built by: aarch64-linux-gcc (ctng-1.25.0-119g-FA) 11.3.0
You are using: gcc (Debian 12.2.0-14) 12.2.0
CC [M] /usr/src/RTL88x2BU-Linux-Driver/core/rtw_mlme_ext.o
/usr/src/RTL88x2BU-Linux-Driver/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/usr/src/RTL88x2BU-Linux-Driver/core/rtw_mlme_ext.c:299:20: error: this statement may fall through [-Werror=implicit-fallthrough=]
299 | if (rfctl->regd_name)
----
Could you please suggest how to make TP-Link T3U Plus is able to connect to wireless interface?
T-T
I have problem about compile rtl88x2bu driver for a few weeks.
Since, I brough TP-Link T3U Plus which it's using rtl8812bu. I have tried to compile rtl8812bu, rtl8822bu and rtl88x2bu but I cannot make this usb wifi adapter show on CM3588 (Linux openmediavault 6.1.57).
1. I found /usr/lib/modules/6.1.57/extra/rtl8822bu.ko but cannot use it because it's not driver
---- modinfo rtl8822bu ----
modinfo /usr/lib/modules/6.1.57/extra/rtl8822bu.ko
filename: /usr/lib/modules/6.1.57/extra/rtl8822bu.ko
import_ns: VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver
----
2. I found /opt/archives/linux-headers-6.1.57_6.1.57-13_arm64.deb and install it to get linux-header-6.1.57
but I'm not able to compile it due to the error during make/dkms.
Even I can compile and got rtl88x2bu.ko but I cannot load it to kernal (insmod rtl88x2bu.ko).
---- error during make ----
make[1]: Entering directory '/usr/src/linux-headers-6.1.57'
warning: the compiler differs from the one used to build the kernel
The kernel was built by: aarch64-linux-gcc (ctng-1.25.0-119g-FA) 11.3.0
You are using: gcc (Debian 12.2.0-14) 12.2.0
CC [M] /usr/src/RTL88x2BU-Linux-Driver/core/rtw_mlme_ext.o
/usr/src/RTL88x2BU-Linux-Driver/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/usr/src/RTL88x2BU-Linux-Driver/core/rtw_mlme_ext.c:299:20: error: this statement may fall through [-Werror=implicit-fallthrough=]
299 | if (rfctl->regd_name)
----
Could you please suggest how to make TP-Link T3U Plus is able to connect to wireless interface?
T-T