如何使用usb外置无线网卡
Tofloor
poster avatar
jaqty2
deepin
2011-11-15 06:18
Author
我的网卡型号是水星mercury MW150U
去哪里可以下载到驱动
Reply Favorite View the author
All Replies
21wmd
deepin
2011-11-15 19:39
#1
首先安装工具
  1. sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
Copy the Code

编辑 /etc/modules,加入 ndiswarapper
  1. 21wmd@dev:~$ cat /etc/modules
  2. # /etc/modules: kernel modules to load at boot time.
  3. #
  4. # This file contains the names of kernel modules that should be loaded
  5. # at boot time, one per line. Lines beginning with "#" are ignored.
  6. ndiswarapper
  7. 21wmd@dev:~$
Copy the Code

重新启动计算机
下载附件 解压缩
我打包的是wm54u.tgz , 将修改扩展名为zip
(150M MW150U无线网卡也是使用这几个文件,可以放心使用)
解压缩命令为
  1. tar zxvf wm54u.zip
Copy the Code

进入到Linux目录下,执行命令
  1. sudo ndiswrapper -i netathur.inf
Copy the Code
会输出
installing netathur ...

执行命令
  1. ndiswrapper -l
Copy the Code
会输出
netathur : driver installed
device (0CF3:1006) present

执行命令
  1. sudo modprobe ndiswrapper
Copy the Code

正常的话,你会看到无线网卡的led灯已经点亮
Reply View the author
wini86
deepin
2011-11-16 16:10
#2
我的usb网卡是FAST—fw54u,同求此问题,最好现成的驱动!~
Reply View the author
jaqty2
deepin
2012-01-01 08:49
#3
首先安装工具
  1. sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
Copy the Code

编辑 /etc/modules,加入 ndiswarapper
  1. 21wmd@dev:~$ cat /etc/modules
  2. # /etc/modules: kernel modules to load at boot time.
  3. #
  4. # This file contains the names of kernel modules that should be loaded
  5. # at boot time, one per line. Lines beginning with "#" are ignored.
  6. ndiswarapper
  7. 21wmd@dev:~$
Copy the Code

重新启动计算机
下载附件 解压缩
我打包的是wm54u.tgz , 将修改扩展名为zip
(150M MW150U无线网卡也是使用这几个文件,可以放心使用)
解压缩命令为
  1. tar zxvf wm54u.zip
Copy the Code

进入到Linux目录下,执行命令
  1. sudo ndiswrapper -i netathur.inf
Copy the Code
会输出
installing netathur ...

执行命令
  1. ndiswrapper -l
Copy the Code
会输出
netathur : driver installed
device (0CF3:1006) present

执行命令
  1. sudo modprobe ndiswrapper
Copy the Code

正常的话,你会看到无线网卡的led灯已经点亮
灯亮了,但是win7下是闪烁,这个是一直亮,但是我还是无法确认他是不是已经工作了,因为笔记本本身的网卡如果被关闭,就上不去网了,win7下把笔记本本身的网卡关闭后,外置网卡可以单独搜索网络,这个不能。
Reply View the author
jaqty2
deepin
2012-01-01 08:53
#4
首先安装工具
  1. sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
Copy the Code

编辑 /etc/modules,加入 ndiswarapper
  1. 21wmd@dev:~$ cat /etc/modules
  2. # /etc/modules: kernel modules to load at boot time.
  3. #
  4. # This file contains the names of kernel modules that should be loaded
  5. # at boot time, one per line. Lines beginning with "#" are ignored.
  6. ndiswarapper
  7. 21wmd@dev:~$
Copy the Code

重新启动计算机
下载附件 解压缩
我打包的是wm54u.tgz , 将修改扩展名为zip
(150M MW150U无线网卡也是使用这几个文件,可以放心使用)
解压缩命令为
  1. tar zxvf wm54u.zip
Copy the Code

进入到Linux目录下,执行命令
  1. sudo ndiswrapper -i netathur.inf
Copy the Code
会输出
installing netathur ...

执行命令
  1. ndiswrapper -l
Copy the Code
会输出
netathur : driver installed
device (0CF3:1006) present

执行命令
  1. sudo modprobe ndiswrapper
Copy the Code

正常的话,你会看到无线网卡的led灯已经点亮
我在安装过程中,有几个地方的提示和你的说明不同,

会输出
netathur : driver installed
device (0CF3:1006) present
这里我只输出了上面一行,没有下面的device (0CF3:1006) present

# at boot time, one per line. Lines beginning with "#" are ignored.
ndiswarapper
这里我的提示是
# at boot time, one per line. Lines beginning with "#" are ignored.
lp

求赐教。。。
Reply View the author
jaqty2
deepin
2012-01-02 07:03
#5
自己再顶一下,今天我看了下,网卡连灯都不亮了,显然驱动没有安装成功,或者驱动不适合。
Reply View the author