Is not original driver from Realtek, is build from source code from others official Realtek drivers.
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.
make
sudo make install
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.
- Very slow upload speed.
- Problem reconnect from KNetworkManager in Kubuntu 20.04.
- In Ubuntu 20.04 detected as GSM modem, need remove option driver as "sudo rmmod option".
I tested on Ubuntu 16.04, 20.04 and last version OpenWRT, it's work...