BT8(CDLinux)系统安装无线网卡驱动的方法,最好不要联网

如题所述

1.下载无线网卡驱动Linux版本(这一步必须联网,或者找个能联网电脑下载后U盘拷入到CDLinux下),这里以BCM4310网卡为例

下载地址:http://www.broadcom.com/support/?gid=1

2.解压无线网卡驱动

[root@test ~]#tar -xf ndiswrapper-1.52.tar.gz

3.进入ndiswrapper-1.52解压目录

[root@test ~]#cd ndiswrapper-1.52

4.编译安装配置文件

[root@test ~]#./configure
[root@test ~]#make

5.安装无线网卡驱动

[root@test ~]#make install

6.查看驱动是否安装

[root@test ~]#ndiswrapper -l
#会输出当前已经安装过的驱动

7.加载无线网卡驱动

[root@test ~]#modprobe ndiswrapper

8.写入配置文件

[root@test ~]#ndiswrapper -m 
[root@test ~]#ndiswrapper -ma 
[root@test ~]#ndiswrapper -mi

9.启动后模块自动加载无线网卡

[root@test ~]#modprobe ndiswrapper

10.重启下就安装成功了

[root@test ~]#reboo
温馨提示:答案为网友推荐,仅供参考
第1个回答  2015-01-14
弄个8187或3070的无线网卡,别的就算支持也经常不认。
第2个回答  2015-01-14
用U盘拷个驱动精灵100多M的
第3个回答  2015-01-15
下个无线网卡驱动包到电脑上安装即可