Ubuntu 14.04 lts and Kylin

Source: Internet
Author: User
Tags driver manager

Now we have installed Ubuntu 14.04 lts.

HoweverThe ubuntukylin package actually implements Kylin ~~ It turns out this independent R & D is so convenient ~ Haha

Sudo apt-Get install ubuntukylin-default-settings

 

Today, I encountered this problem because the wireless network card cannot be identified.

After searching for a long time, I finally found a feasible method.

Ubuntu 12.04 wireless NIC Driver Problems

 

1. Uninstall the b43 sta driver installed in the additional driver manager of Ubuntu and restart the computer;

2. Run the following command on the terminal to reinstall all drivers and firmware related to b43:

Sudo apt-Get install bcmwl-kernel-source # Broadcom 802.11 Linux sta wireless driver source
Sudo apt-Get install Broadcom-sta-common
Sudo apt-Get install Broadcom-sta-Source
Sudo apt-Get install b43-fwcutter # Broadcom 43xx firmware Extraction Tool
Sudo apt-Get install firmware-b43-installer

3. Run the following command to activate the wireless network card:
Sudo modprobe-r b43 SSB
Sudo modprobe b43

4. perform the following operations to add the wireless network adapter to the startup so that the Wi-Fi network can be automatically scanned every time the system is started:
Add the sudo modprobe b43 command to the/etc/rc. Local file before exit.

OK.

 

Now it's a problem with the graphics card. The native NVIDIA dual-graphics card solution in Ubuntu.

This is a solution.

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.