(pc安装)安卓x86,如何安装无线网卡驱动linux版
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(pc安装)安卓x86,如何安装无线网卡驱动linux版相关的知识,希望对你有一定的参考价值。
博通802.11无线网卡,安卓x86 5.1不支持(4.4版本的支持),求问怎么安装,已经下载好了,是tar.gz格式的。求详细步骤
参考技术A 最佳答案 tar.gz(bz或bz2等) 一、安装 1、打开一个SHELL,即终端 2、用cd 命令进入源代码压缩包所在的目录 3、根据压缩包类型解压缩文件(*代表压缩包名称) tar -zxvf ****.tar.gztar -jxvf ****.tar.bz(或bz2) 4、用CD命令进入解压缩后的目录 5、输入编译文件命令:./configure(有的压缩包已经 编译过,这一步可以省去) 6、然后是命令:make 7、再是安装文件命令:make install 8、安装完毕追问非常感谢你的回答,我进行到第六步不能make,安装了busy box仍然不行,请问这是什么原因?
参考技术B tar.gz(bz或bz2等)一、安装
1、打开一个SHELL,即终端
2、用cd 命令进入源代码压缩包所在的目录
3、根据压缩包类型解压缩文件(*代表压缩包名称) tar -zxvf ****.tar.gztar -jxvf ****.tar.bz(或bz2)
4、用CD命令进入解压缩后的目录
5、输入编译文件命令:./configure(有的压缩包已经 编译过,这一步可以省去) 6、然后是命令:make
7、再是安装文件命令:make install
8、安装完毕
如果安装了busybox命令就要这样用: busybox+空格+命令 参考技术C 你好,请问你的问题解决了么?我遇到和你相同的问题,也是博通4324网卡搞不定。还有驱动包是从哪里找的呢?谢谢。
Fedora BCM43142 无线网卡驱动安装
OS:Fedora 25 KDE
系统内核:4.10.16-200.fc25.x86_64 #1
网卡:BCM43142
1、识别自己的网卡型号:
命令:lspci | grep -i broadcom
或者 lspci | grep -i Network
03:00.0 Network controller: Broadcom Limited BCM43142 802.11b/g/n (rev 01)
2、添加源:添加RPM Fusion源 安装需要的包
yum install --nogpgcheckhttp://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-25.noarch.rpm
3、安装
$ yum search kmod-wl
Redirecting to ‘/usr/bin/dnf search kmod-wl‘ (see ‘man yum2dnf‘)
Repository updates is listed more than once in the configuration
Repository updates-debuginfo is listed more than once in the configuration
Repository updates-source is listed more than once in the configuration
Repository fedora is listed more than once in the configuration
Repository fedora-debuginfo is listed more than once in the configuration
Repository fedora-source is listed more than once in the configuration
====================================== N/S 匹配:kmod-wl =======================================
kmod-wl.x86_64 : Metapackage which tracks in wl kernel module for newest kernel
akmod-wl.x86_64 : Akmod package for wl kernel module(s)
kmod-wl-4.10.16-200.fc25.x86_64.x86_64 : wl kernel module(s) for 4.10.16-200.fc25.x86_64
$ yum install akmod-wl kmod-wl
sudo dnf install kernel-devel akmod-wl 重新编译内核模块
sudo akmods 加载内核代码
sudo modprobe wl 重启网络管理器
sudo systemctl restart NetworkManager
如果源里也没有,只能自己下载安装,这里可以到http://rpmfind.net去搜索下载,或者:http://pan.baidu.com/s/1eSKEEDc,是rpm包,下下来安装,然后又会报这个akmods包依赖rpmdev-vercmp 和kmodtool,那就安装:
yum install rpmdevtools -y
去http://rpmfind.net搜索kmodtool下载安装,或者:http://pan.baidu.com/s/1jI8vnHs
完成后再安装akmods,这回应该就过了。过了以后就可以运行:
yum install kmod-wl -y
_____________________________________________________________-
另外如果还不行的话那还有一个办法,不过比较麻烦,请直接参考:http://elrepo.org/tiki/wl-kmod
---------------------------------------------------------------------------------------
原址:http://blog.csdn.net/lina_acm/article/details/69663508
以上是关于(pc安装)安卓x86,如何安装无线网卡驱动linux版的主要内容,如果未能解决你的问题,请参考以下文章