Ubuntu Wireless Driver Installation

Source: Internet
Author: User

Ubuntu wireless driver is used for installation. There is a wireless route in the dormitory. You cannot pull a long network cable. So we started the installation of ubuntu wireless drivers. At first, it was always very painful. All kinds of attempts were actually just a little bit worse. However, a little difference is a little bit, and the results are different. Let's start by summing up the experience. 1. First, you must know the model of your wireless network card. I checked it with the driver genie in windows, the following hardware name is BCM43227 802.11n Wireless network Adapter MAC address 60-D8-19-12-E4-9B Max bandwidth 65 Mbps II. Then, find the correct linux Wireless driver on the Internet. Find the network card's official website, this is how to confirm how to choose the driver English: http://zh-cn.broadcom.com/support/ethernet_nic/determine_driver.php and then, download to chant. 3. Install the driver. Alas, do not miss any steps. I can't take a long time for this reason. In fact, when downloading the driver, there is also a readme file that can be downloaded, which makes the installation process quite clear. I simply put my own steps are. 1. First, extract the package. The command is as follows: # mkdir hybrid_wl # cd hybrid_wl # tar xzf <path>/hybrid-portsrc.tar or <path>/hybrid-portsrc-x86_64.tar.gz 2, then clean and recompile # make clean # make 3, so, there will be a URL called wl. ko files are generated in the hybrid_wl directory. Okay, before copying it to the/lib/modules/<kernel-version>/kernel/net/wireless directory, first, clear the secrets and compare them with the insurance # rmmod wl # mv <path-to-prev-driver>/wl. ko <path-to-prev-driver>/wl. ko. orig # cp wl. ko <path-to-prev-driver>/wl. ko 4. Then there are two key steps. There are no fewer steps. # depmod # modprobe wl 5. Oh, the driver is loaded successfully. 4. Configure the wireless network. I am used to the interface. You only need to set the following items: ssid: My Wireless wifi name mac address: the physical address of my wireless network card, and then select in the Security Tab: wap & wap2 personal and enter the password for Wireless wifi. 5. You can access the Internet.

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.