# rtl8188gu **Repository Path**: makerbob/rtl8188gu ## Basic Information - **Project Name**: rtl8188gu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-16 - **Last Updated**: 2021-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Driver for Linux RTL8188GU (RTL8710B) (VID:PID = 0x0BDA:0xB711) =============================================================== Is not original driver from Realtek, is build from source code from others official Realtek drivers. Compiling & Building -------------------- ### Dependencies To compile the driver, you need to have make and a compiler installed. In addition, you must have the kernel headers installed. If you do not understand what this means, consult your distro. ### Compiling > make ### Installing > sudo make install ### Disable CDROM mode and select in WiFi mode. (not for Ubuntu 20.04) > eject /dev/cdrom0 ### Known problems 1. Very slow upload speed. 2. Problem reconnect from KNetworkManager in Kubuntu 20.04. 3. In Ubuntu 20.04 detected as GSM modem, need remove option driver as "sudo rmmod option". ### Testing I tested on Ubuntu 16.04, 20.04 and last version OpenWRT, it's work...