rtl88x2bu-driver
rtl88x2bu-driver copied to clipboard
Linux Kernel 4.15 and above compatible realtek driver for RTL8812BU/RTL8822BU chipset (Inamax/Edimax USB Wifi Adapters)
Linux kernel: Linux user-comp 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux I cloned it first: git clone https://github.com/its-izhar/rtl88x2bu-driver.git Here are the messages: /home/user/rtl88x2bu-driver/os_dep/linux/os_intfs.c:1433:22: error:...
Compiling with Ubuntu 20.10 gives these errors: make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.8.0-26-generic/build M=/usr/src/rtl88x2bu-driver modules make[1]: Entering directory '/usr/src/linux-headers-5.8.0-26-generic' CC [M] /usr/src/rtl88x2bu-driver/core/rtw_cmd.o In file included from /usr/src/rtl88x2bu-driver/include/drv_types.h:78, from /usr/src/rtl88x2bu-driver/core/rtw_cmd.c:17: /usr/src/rtl88x2bu-driver/include/rtw_security.h:252:8: error:...
For the device TRENDnet TEW-808UBM Micro AC1200 Wireless USB Adapter 20f4:808a, see notes https://github.com/cilynx/rtl88x2bu/issues/73 Please add support to this driver for the above device, thank you.
(This fixes the build when `#define LINUX_VERSION_CODE 266002` is set.)
- Added -Wno-vla to Makefile to get rid of all the warnings. - Changed get_monotonic_boottime() to ktime_get_boottime_ts64(). - Removed warnings about IEEE80211_MIN_AMPDU_BUF being redefined. - Fixed for change to struct...
I am following along with the build/installation steps in this github however once I get to the sudo insmod 88x2bu.ko portion I get this error: "insmod: ERROR: could not load...
rtw_android.c:660:62 : error: macro "access_ok" passed 3 arguments, but takes just 2 if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)) { ^
I used your driver to install on my Raspberry Pi 4 (Kernel 4.19). I had to change some flags to allow this, however. Here's my Makefile with a couple changes...
Hello, i successful installed two TPLINK T4U AC 1300, in two different computers. I created a hostpot in one computer and the other is connected to it. My problem is...
Hi, I'm using lubuntu 18.04 64 bit with kernel 5.0.x. With the previous kernel 4.15.x, the devices worked perfectly. Now I have many compilation errors. I solved some of them,...