Install the Ubuntu wireless NIC driver in a Dell laptop

Source: Internet
Author: User
Tags dell laptop
After a long time learning about the Ubuntu wireless network card, you may encounter a problem with the Ubuntu wireless network card. Here we will introduce the solution to the Ubuntu Wireless Network Card problem for the whole night, finally, I configured the Ubuntu wireless Nic In the Ubuntu environment on my dell1440. In linux, everything really needs to be done by yourself, which is painful and happy. I checked on the Ubuntu Forum that the b43 driver and ndiswrapper driver are used for loading. I directly use the broadcom driver. First:

After a long time learning about the Ubuntu wireless network card, you may encounter a problem with the Ubuntu wireless network card. Here we will introduce the solution to the Ubuntu Wireless Network Card problem for the whole night, finally, I configured the Ubuntu wireless network card in my dell 1440 environment. In linux, everything really needs to be done by yourself, which is painful and happy. I checked on the Ubuntu Forum that the b43 driver and ndiswrapper driver are used for loading. I directly use the broadcom driver.

First:

Lspci-vnn | grep 14e4
0c: 00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4: 4315] (rev 01)
The specific pci id: 14e4: 4315. 4315 is the specific model of the wireless chip used.

Then:

Download the linux driver from the broadcom website. Www.broadcom.com/support/802.11/linux_sta.php. With the 32-bit driver and a readme. Then basically follow this readme to install the driver.

Installation: mkdir hybrid_wl
Cd hybrid_wl
Tar xzf Hybrid-portsrc-x86_32-v5.10.91.9.3.tar.gz
I entered tar xzf ../hybrid-portsrc-x86_32-v5.10.91.9.3.tar.gz here because my zip package is in the upper-level directory.
Make clean (optional) make

The following is how to remove the original driver.

Lsmod | grep "b43 \ | ssb \ | wl"
Rmmod b43
Rmmod ssb
Rmmod wl
Echo "blacklist ssb">/etc/modprobe. d/blacklist. conf
Echo "blacklist b43">/etc/modprobe. d/blacklist. conf

Installation: modprobe lib80211
Insmod wl. ko

After installation, iwconfig can see that eth1 is the Ubuntu wireless network adapter, but tx-power is still off. For the sake of insurance, I also added two sentences # modprobe wl --- the first time I was prompted that the wl module was not available, later, I activated the broadcom sta driver in the system-management-hardware driver (which was not originally available, as if insmod wl. after ko), run this command again.

# Depmod-s

After installation, you can add wl to/etc/modules to load the module at the beginning.
/Etc/modules: kernel modules to load at boot time.
#
This file contains the names of kernel modules that shoshould be loaded
At boot time, one per line. Lines beginning with "#" are ignored. lpwl

This is the case above. On a wiki, I found a few words added in/etc/rc. conf, but Ubuntu does not have this file.

I thought this would work. After the installation, the upper-right corner shows that the wireless network has been disabled, and www.linuxidc.com cannot solve it. Later, I searched the Ubuntu Forum for a long time. For various reasons, I was dazzled and finally found it in a reply. Someone said they wanted fn + f2 to enable the Ubuntu wireless Nic of the notebook.

OK. In the final step, press fn + f2. or not. restart the system and press fn + f2 several times before entering the system. Then, the system is OK. Connect to the wireless network, enter the password, and click OK.

This method is very simple and not as troublesome as using ndiswrapper, while the b43 driver does not support 4315 chips. The only disadvantage is that if you need to re-compile and install the driver after updating the kernel, the steps for installing the driver are still very simple.

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.