rtl8188eu icon indicating copy to clipboard operation
rtl8188eu copied to clipboard

Realtek RTL8188EU v5.13.3 (2021-06-15) Wireless Lan Driver for Linux

Results 19 rtl8188eu issues
Sort by recently updated
recently updated
newest added

I got this error while compiling on Debian 12 (bookworm) with kernel 6.1.0-12-amd64: /var/lib/dkms/rtl88x2bu/5.13.1/build/os_dep/linux/wifi_regd.c:409:36: error: ‘REGULATORY_IGNORE_STALE_KICKOFF’ undeclared (first usein this function) 409 | wiphy->regulatory_flags |= REGULATORY_IGNORE_STALE_KICKOFF; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I commented...

This commit modifies the kernel version check in the source code to ensure compatibility with kernel versions below 6.1.39. The change was necessary due to the removal of the REGULATORY_IGNORE_STALE_KICKOFF...

I get the following error running `make`: ``` make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/6.1.63-current-sunxi/build M=/home/brent/tmp/rtl8188eu modules make[1]: Entering directory '/usr/src/linux-headers-6.1.63-current-sunxi' Makefile:777: arch/armv7l/Makefile: No such file or directory make[1]: *** No rule...

# Description Use the `-j$(expr $(nproc) - 1)` option in make to decrease build time.

I am currently facing a minor issue while attempting to load the 8188 kernel module with the product ID 8179 on OpenWrt. Previously, loading the kernel module with product ID...

┌──(root㉿kali)-[~/rtl8188eu] └─# sudo apt-get install linux-headers-$(uname -r) Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package linux-headers-4.19.157-perf-gcbd64b102864 E: Couldn't find any package...

when I try to do the blacklist command in the tutorial it gives me a `Permission denied` error, Im doing this on a Raspberry Pi 2B on Raspberry Pi OS...

hi there i use your wpa_supplicant.conf and the final command doesnt work ! () i change channel and ssid ; not work. ![Screenshot_2023-05-09_22_35_00](https://github.com/ivanovborislav/rtl8188eu/assets/52880633/8a6a0dc0-5a31-45d9-b67d-f4d17cc0e9f6) ![Screenshot_2023-05-09_23_04_24](https://github.com/ivanovborislav/rtl8188eu/assets/52880633/2208e311-e9f8-406e-84e4-cd10cf5b8da3) ![Screenshot_2023-05-09_23_04_43](https://github.com/ivanovborislav/rtl8188eu/assets/52880633/2c367b02-4f37-43c0-be02-0cb9d66ed984) please help me. (WN722n v3)...

how to install this on openwrt ?

I wanted to build this driver for my pcDuino3B board which has a rtl8188EU wireless LAN card. The SoC of pcDuino3B is sunxi7i A20 (arm). Version of the Linux Kernel...