Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.28 KB

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.

Some devices may also require usb_modeswitch, which is a tool for controlling the mode of USB devices. This is necessary to switch the device from CDROM mode to WiFi mode.

Compiling

make

Installing

sudo make install

Disable CDROM mode and select in WiFi mode. (not for Ubuntu 20.04)

eject /dev/cdrom0

If your device is detected as a CDROM, you may need to install usb_modeswitch. This will automatically switch the device from CDROM mode to WiFi mode when you plug it in.

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...