Ubuntu14.04 solution to slow wireless network

Source: Internet
Author: User

Windows and ubuntu systems have always been used. Currently, Windows 7 + ubuntu14.04 are used. It is easier to work in windows. But sometimes you have to go to linux for installation. Haha. Let's talk about how to handle the problem of slow wireless network in ubuntu14.04.
1. First, it seems that starting from ubuntu12.04, the default dns server of the system is 127.0.0.1. In addition, after the configuration file/etc/reslov. conf modifies the specified dns server, the system restarts and becomes invalid. The configuration file/etc/resolvconf/resolv. conf. d/head is permanently modified.
2. Then, the terminal executes the following modifications. To solve the problem of slow wireless Internet access in ubuntu. If wireless wifi is not enabled (the network icon in the upper left corner-> enable-Wi-Fi is checked:

Sudo ifconfig wlan0 down
Sudo rmmod-f ath9k
Sudo modprobe ath9k nohwcrypt = 1
Sudo ifconfig wlan0 up

Enable wireless WIFI.
Previously, the gateway was pinged for about MS or even ms of data. The following figure shows the effect.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.