Ubuntu wireless Internet access solution

Source: Internet
Author: User

It was hard to install Oracle 11g on Ubuntu, and a new problem was found. 11.04 is good before, but 10.04 cannot be wireless. Now the problem has finally been solved. Let's take a look at my solutions.

Using the command lspci on the terminal will display information that your computer is connected to all PCI devices. To display only the Broadcom (including the WiFi card) manufacturing device, apply to "14e4" as follows: a filter.

Step 2.

Open the Application> attachment> terminal under the desktop menu in a terminal window, and enter the following command:

Lspci-vvnn | grep 14e4

Result:

[14e4: 432b]

. 0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/B/g/n Wireless LAN Controller [14e4: 432b] (rev 01

  • Card/model-BCM4322
  • The 432B in pci id-[14e4: 432B] is the wireless network device model.

Run the following command:

~ $ Sudo apt-get update

~ $ Sudo apt-get install bcmwl-kernel-source

Update the system and add another source

~ $ Sudo modprobe-r b43 ssb wl

~ $ Sudo modprobe wl

Install driver

Finally, restart the computer.

Turn the wireless switch on and off several times. Wait a moment to see the wireless network.

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.