Install the RTL8188CE NIC driver (MercuryMW150U) in linux)
Source: Internet
Author: User
Install the RTL8188CE NIC driver (MercuryMW150U) in linux. first, describe my system: Ubuntu11.10kernel: 3.0.0-32-generic. today I bought a wireless network adapter Mercury150MbpsMW150U series, I found that the driver does not need to be installed in Ubuntu12.10 of my notebook... install the RTL8188CE NIC driver (Mercury MW150U) in linux)
First, describe my system:
Ubuntu 11.10
Kernel: 3.0.0-32-generic
I bought a wireless network card Mercury 150 Mbit/s MW150U series today. I found that I can use it without installing a driver in my laptop Ubuntu12.10 (the light is on)
Ubuntu 11.10 on a desktop cannot be used.
You can only go to mercury's official website and find that the bug is that this official website does not provide a linux driver, so you can only download it from its chip official website. its chipset is:
Realtek RTL8188CE 802.11b/g/n
On the official website www.realtek.com, find the NIC driver of this series: RTL8188CE.
Download and decompress the package. decompress the package and go to the corresponding folder. read readme. you can install the package using the following three commands:
Sudo make
Sudo make install
Sudo reboot // restart
But I found it useless to restart ??? What's the problem ??
Download another 8188 or 8192 Series driver. download the following file: RTL8192xC_USB_linux_v3.4.4_4749.20121105.zip.
The installation is successful.
Go to this folder, which contains install. sh and install it using the following command:
Chmod u + x install. sh
Sudo./install. sh
Restart after installation. successful: for example:
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.