Ubuntu 12.04 LTS 安装水星 MW150U 的无线网卡

The Solwise NET-WL-UMD-606N is very neat but is not recognised by Ubuntu 10.10 (Maverick). Fortunately it is fairly simple to make it work. 

The NET-WL-UMD-606N uses the Realtek RTL8188CU chip and Realtek produce a Linux driver. Download it
here or go to www.realtek.com and follow the links through Downloads / Communications / Network ICs / Wireless LAN ICs / WLAN NIC / IEEE 802.11b/g/n Single Chip / Software / RTL8188CUS

You should end up with a zip file RTL8188CUS_v2.0.1212.zip

# unzip RTL8188CUS_v2.0.1212.zip
# cd RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1212.20101208/
# chmod +x install.sh

The script tries to figure out whether to use su or sudo to get root, but it does not work correctly for default Ubuntu (ie where you have not created a root password). Simply edit install.sh, look for the two lines saying:

if [ "`uname -r |grep fc`" == " " ]; then
and remove the space between the double quotes

if [ "`uname -r |grep fc`" == "" ]; then

Then run

# ./install.sh
to compile and install the module.

Ifall goes well, you get

The Setup Script is completed !
You can check the module is loaded with:

lsmod | grep 8192
8192cu                310805  0
Plug in your USB dongle and open the network manager applet and you should see a wireless networking section. If not, try a reboot.

下载地址:http://download.csdn.net/detail/lyb2518/5237024

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值