+ -
当前位置:首页 → 问答吧 → 如何在Fedora安装无线网卡

如何在Fedora安装无线网卡

时间:2010-11-22

来源:互联网

请教各位,小弟要在VMware跑Fedora8安装USB无线网路卡(SUB driver只支援Fedora8)
因为对Linux不是很熟,依据README(如下)步骤1)不懂是甚么意思,也找不到/bin_xxxx这个档案
步骤2)已经在/lib/firmware 下新增/mrvl并把usb8786.bin复制到/mrvl
接著要下甚么指令??

README:
1) DRIVER BUILD
Goto source code directory wlan_src/.
make [clean] build
The driver and utility binaries can be found in ../bin_xxxx directory.

2)DRIVER INSTALL
Copy firmware image usb8786.bin | ... to /lib/firmware/mrvl/ directory,
create the directory if it doesn't exist.
For example, to install USB8786 driver,
insmod mlan.ko
insmod usb8786.ko [fw_name=mrvl/usb8786.bin]
To install USB8786 driver with MFG firmware file
/lib/firmware/mrvl/usb8786mfg.bin, using the following command:
insmod usb8786.ko mfgmode=1 fw_name=mrvl/usb8786mfg.bin
To remove USB driver,
rmmod usb8xxx
rmmod mlan

作者: yes54mm   发布时间: 2010-11-22

VMware?
在 host PC 将 driver 装起来
host PC 装 Windows 可省去你很多麻烦
将 VMware的虚拟网卡对应到实际的 PC 无线网卡

作者: misol   发布时间: 2010-11-23