rtl8192cu-fixes
rtl8192cu-fixes copied to clipboard
Realtek 8192 chipset driver, ported to kernel 3.11.
Kernal 4.19.38-sunxi Ubuntu 18.04.2 ARMBIAN 5.75 stable Orange Pi Zero board Wifi chip used rtl8188cus After compiling the driver, I made the wifi interface an AP using hostapd v 2.7...
i have 3.4.113 kernel, this repo description says that its for 3.11 kernel, difference is not that huge so it may be compatible...i tried just pasting files into drivers/net/wireless/rtlwifi folder...
Updated version of #169 Not all builds works, due errors on the kernel builds, not in the CI script. I know that the CI not is perfect, but is better...
The change applied to usb_intf.c a couple of days ago breaks the compiling. At line 156 the trailing backslash is missing, prematurely terminating the macro definition ``` #define RTL8192C_USB_IDS \...
to compile on a powerpc G3 or G4, add this to the Makefile. first add a line to specify the cpu you are targeting: CONFIG_PLATFORM_PPC = y you'll need also...
Hi! I'm getting this error, do you have any idea about the reason? rtl8192cu-fixes/os_dep/linux/os_intfs.c:1016:22: error: initialization of ‘u16 (*)(struct net_device *, struct sk_buff *, struct net_device *, u16 (*)(struct net_device...
I know an issue may not be the best way to communicate this, and feel free to close it; however this driver remains the only one which will run my...
I use a tl wn8200nd antenna, this is the only controller that works, I can connect to Wi-Fi networks without any complications, the only detail is the slowness (This does...
Error when I compile it for Linux osmc 4.14.15-5-osmc #1 SMP PREEMPT Sun Mar 4 08:39:02 UTC 2018 armv7l GNU/Linux root@osmc:/var/lib/dkms/8192cu/1.11/build# make make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.14.15-5-osmc/build M=/var/lib/dkms/8192cu/1.11/build modules make[1]:...
Hello, I installed few days ago your driver on my ubuntu 20.04 (kernel 5.4.0-40) and it was working very well. I update my machine and now it runs the kernel...