-
Couldn't load subscription status.
- Fork 296
Description
Initial conditions:
- transceiver: tp-link archer t4u plus (
RTL8812BU) - wfb-ng: v24.08.2
- linux: kali-2024.3-qemu-amd64
- driver: see below
- tools: iPerf3
Result:
After a series of trials and errors I managed to achieve operability on the RTL8812BU chip. The system works in two ranges, 2.4Ghz and 5Ghz.
I checked the functionality with the rtw88_8822bu driver built into the kernel. With default settings the system refused to work, data is not sent or received.
After I changed the line to frame_type = 'rts', the connection worked, but the transfer speed was unacceptably low, about 50Kb/s.
I was able to achieve stable operation using a custom kernel module from RinCat. Using this code, the connection speed through the tunnel was about 8Mb/s. On standard wfb-ng settings.
Based on the data I received, the chip can be used. As soon as I have more data, I will let you know here.