rtl8188gu icon indicating copy to clipboard operation
rtl8188gu copied to clipboard

This repo contains a Linux driver for the RTL8188GU

Results 4 rtl8188gu issues
Sort by recently updated
recently updated
newest added

Tenda W311MI uses RTL8188GU but it do not work with any of linux destros.

The driver compiles ok. But after insmod, no network interface appears. usb wifi dongle: Tenda U2 uname -r: ``` 6.3.0-1-amd64 ``` lsusb: ``` Bus 001 Device 005: ID 0bda:b711 Realtek...

CC [M] /root/build/rtl8188gu/os_dep/osdep_service.o /root/build/rtl8188gu/os_dep/osdep_service.c: В функции «thread_exit»: /root/build/rtl8188gu/os_dep/osdep_service.c:1205:9: ошибка: неявная декларация функции «complete_and_exit» [-Werror=implicit-function-declaration] 1205 | complete_and_exit(comp, 0); | ^~~~~~~~~~~~~~~~~ cc1: некоторые предупреждения считаются ошибками make[2]: *** [scripts/Makefile.build:321: /root/build/rtl8188gu/os_dep/osdep_service.o] Ошибка...

This code is not buildable with kernel 5.10. Builds ok with kernel 5.15. I actually do not need it for 5.10, just reporting this issue to make you know this))...