Ubuntu Install wireless Driver

Source: Internet
Author: User
Tags gz file php download

A. Wireless driver installation.

First look at your network card type: LSPCI-VNN | grep 14e4

View Kernel version:-uname-r

Go to www.broadcom.com/support/802.11/linux_sta.php download the corresponding network card wireless driver, is a. tar.gz file

First create the folder: MkDir hybrid_wl, and copy the previous file in.

Go to this folder: CD HYBRID_WL

Unzip file: Tar xzf XXX. tar.gz (the file you're under)

Make a note: Make clean

Make

View the original driver: Lsmod | grep "B43\|SSB\|WL"

deleted in turn: Rmmod b43
Rmmod SSB
Rmmod WL

and add the first two to the Blacklist: Echo "Blacklist SSB" >>/etc/modprobe.d/blacklist.conf
echo "Blacklist b43" >>/etc/modprobe.d/blacklist.conf

Installation: Modprobe lib80211

Modprobe cfg80211

Insmod Wl.ko (This is produced by the previous make step)

Depmod

Modprobe WL

At this point the installation is finished, in order to prevent the restart, and then continue to modify:

sudo cp/boot/initrd.img-' uname-r ' Somewheresafe (uname-r is your kernel version, if this command goes wrong, write the kernel version directly)

sudo update-initramfs-u

Copy to System settings: sudo cp wl.ko/lib/modules/' uname-r '/kernel/drivers/net/wireless

sudo depmod-a

sudo cp wl.ko/etc/modules

Remove the Wl.ko sudo cp wl.ko/etc/modules/lib/modules/kernel version under updates/dkms/updates/dkms

sudo rm Wl.ko

sudo depmod-a

Okay, OK.

Ubuntu Install wireless Driver

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.