rtl8188eus icon indicating copy to clipboard operation
rtl8188eus copied to clipboard

Wifi driver support for rtl8188eu, rtl8188eus and rtl8188etv chips and working under the new linux kernel (5.1.x).

Results 44 rtl8188eus issues
Sort by recently updated
recently updated
newest added

uname -r '5.4.0-29-generic' Lubuntu 20.04 I have this error message at make ` CC [M] /home/user/rtl8188eus/os_dep/linux/os_intfs.o /home/user/rtl8188eus/os_dep/linux/os_intfs.c:1240:22: error: initialization of ‘u16 (*)(struct net_device *, struct sk_buff *, struct net_device *)’...

I am trying to build this driver on my Raspberry PI 3 compute module. Here are the results of that: 1. git clone https://github.com/quickreflex/rtl8188eus 2. cd rtl8188eus/ 3. make all...

Ran these commands: ```bash ➜ rtl8188eus git:(v5.2.2.4) sudo dkms add . Creating symlink /var/lib/dkms/8188eu/1.0/source -> /usr/src/8188eu-1.0 DKMS: add completed. ``` ```bash ➜ rtl8188eus git:(v5.2.2.4) sudo dkms build 8188eu/1.0 Kernel preparation...

~/Desktop/rtl8188eus# iw dev wlan0 set type monitor command failed: No such device (-19)

Hi everybody I have a Raspberry Pi 2 Model B Rev 1.1 and a TP-LINK TL-WN722N (EU) Ver.:3.20 (150 Mbps High Gain Wireless USB Adapter - White) Installed: OS: Kali...

make install && make modules_install install -p -m 644 8188eu.ko /lib/modules/5.10.11-v7l+/kernel/drivers/net/wireless/ install: cannot stat '8188eu.ko': No such file or directory make: *** [Makefile:1917: install] Error 1

HELP!!!!! pls. i already update everything in my linux, and i got this errors when i type make all make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.6.0-kali2-amd64/build M=/root/rtl8188eus modules make[1]: Entering directory '/usr/src/linux-headers-5.6.0-kali2-amd64'...

Used DKMS Installation Method with Kernel 5.4.55-1-lts (I know its not supported) `# dkms add .` `# dkms build 8188eu/1.0 --kernelsourcedir /usr/src/linux-lts` didnt work, as apperently my kernel was 5.4.54-1...

Could you implement this case so that monitor mode support works, at least for Kali Linux. The chip I have is RTL8188EUS, and wifi is a usb wifiagent card. Here...

Terminal when running Make command: https://pastebin.com/hSyf2RFY Terminal when running make install command: https://pastebin.com/hnrNYJk8 Thanks for your work