Recently I bought a high-power wireless network card with a chip of ralink3070, Which is used normally in Windows, but the speed in Ubuntu is always very unstable and cannot be accessed well. It is a problem with the driver, so you are prepared to reinstall a new driver. First download the latest driver http://www.ralinktech.com/support.php from the Internet? S = 2 second, put the old problematic driver into the blacklist to make it invalid my previously problematic driver
Recently I bought a high-power wireless network card with a chip of ralink3070, Which is used normally in Windows, but the speed in Ubuntu is always very unstable and cannot be accessed well. It is a problem with the driver, so you are prepared to reinstall a new driver.
First download the latest driver http://www.ralinktech.com/support.php from the Internet? S = 2
Next, add the old problematic driver to the blacklist to make it invalid.
The driver I used to have problems with is rt2800usb. My Wireless Nic always uses this driver, so it is blocked.
Sudo gedit/etc/modprobe. d/blacklist. conf
Add the following lines at the end of the file:
Blacklist rt2800usb
Step 3
Decompress, compile, and install the downloaded driver.
Sudo make
Sudo make install
If no lib is missing, the execution is successful. It's okay to plug in the usb wireless Nic again.