Ubuntu 11.04 Atheros Wireless network card does not solve the problem of Internet

Source: Internet
Author: User
Tags svn linux

Recently I installed the Ubuntu 11.04, the system runs stably, the interface Yong Rong, more than the death of the dead do not know how many times, but found that wireless network card can not be connected to the Internet, find wireless routers, in the home when the Internet is inconvenient, for one months, did not find a good plan. Recently finally found a solution to this:

The solution to the problem is to install the Madwifi Atheros drive. But to install WICD,WICD is and networkmanager the same function of the network management applet, performance is not lower than the latter, but is not selected by the system as a network management program not recognized.

Open the terminal, and then enter the following command:

1.

Code:

sudo nano/etc/apt/sources.list

2.

Code:

sudo apt-get update && sudo apt-get upgrade

3.

Code:

sudo apt-get install build-essential Libssl-dev

4.

Code:

sudo apt-get install linux-headers-' uname-r '

5.

Code:

sudo apt-get install subversion

6.

Code:

Sudo-i

7.

Code:

sudo svn checkout Http://svn.madwifi-project.org/madwifi/trunk/madwifi-ng

8.

Code:

CD Madwifi-ng

9.

Code:

echo "" >>/etc/modprobe.d/blacklist

10.

Code:

echo "#Remove to Install madwifi Drivers" >>/etc/modprobe.d/blacklist

11.

Code:

echo "Blacklist ath9k" >>/etc/modprobe.d/blacklist

12.

Code:

echo "Blacklist ath5k" >>/etc/modprobe.d/blacklist

13.

Code:

Make && make install

14.

Code:

echo Ath_pci >>/etc/modules

Reboot the machine, drive the installation completed, should be able to use the wireless network.

15. If the network card can not be used, it has to install WICD, wireless Management applet, very good, if you want to, the NetworkManager can be stopped.

Code:

sudo apt-get update

Code:

sudo apt-get install Wicd

If the kernel is upgraded, the driver may fail again and will only be installed from the 8th above.

This article from "LINUXQT Jinan high-tech Zone" blog, please be sure to retain this source http://qtlinux.blog.51cto.com/3052744/575087

Back to the column page: http://www.bianceng.cnhttp://www.bianceng.cn/OS/Linux/

Related Article

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.