rtl8192cu
rtl8192cu copied to clipboard
Repository for vendor driver for RTL8192CU
Build fails with: ``` /var/lib/dkms/rtl8192cu/1.0/build/core/rtw_br_ext.c:25:10: fatal error: net/ipx.h: No such file or directory 25 | #include ``` IPX has been removed from the kernel source: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/net?id=6c9b40844751ea30c72f7a2f92f4d704bc6b2927 Would be nice to...
Does this driver work with kernel 4.15.0.?
DKMS make.log for rtl8192cu-0.1-3pclos2018 for kernel 4.15.6-pclos1 (x86_64) Wed Feb 28 16:36:55 UTC 2018 make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.6-pclos1/build M=/var/lib/dkms/rtl8192cu/0.1-3pclos2018/build modules make[1]: Entering directory '/usr/src/kernel-devel-4.15.6-pclos1' CC [M] /var/lib/dkms/rtl8192cu/0.1-3pclos2018/build/core/rtw_cmd.o In file...
Hi, I'm trying to get this driver to create a wireless ap with hostapd. Kernel 4.1.15, Firmware included from debian stable package firmware-realtek. ( https://packages.debian.org/jessie/firmware-realtek ) The device is present...
I tried Installing it like other drivers here who has a tutrial. Anuway I got this: shahar@Sonic:~$ git clone https://github.com/lwfinger/rtl8192cu Cloning into 'rtl8192cu'... remote: Counting objects: 344, done. remote: Total...
Hi! Linking fails with many errors about multiple definitions of is_broadcast_mac_addr, is_zero_mac_addr, and is_multicast_mac_addr. My distro is Arch Linux, currently running kernel 6.2.5-arch1-1. The compiler is gcc 12.2.1-2. I fixed...