MERCURY 54M MW54U/150M MW150U USB网卡驱动 Linux 驱动

首先安装工具


代码:sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9编辑 /etc/modules

加入 ndiswarapper

代码:tsuibin@dev:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
ndiswarapper
tsuibin@dev:~$重新启动计算机

把 MW150U windows2000/xp 32bit 的驱动copy到linux文件系统中,进入改文件夹。

执行命令
代码:sudo ndiswrapper -i netathur.inf会输出
installing netathur ...
执行命令
代码:ndiswrapper -l会输出
netathur : driver installed
device (0CF3:1006) present

你可能感兴趣的:(MERCURY 54M MW54U/150M MW150U USB网卡驱动 Linux 驱动)