ubuntu 14.04 BCM4352网卡驱动求助

如题所述

你好。
网卡BCM4352驱动程序。1这类问题建议在社区找(百度通常找不到提示go-og-le)。2所有源代码在GIT。
首先让电脑暂时有网,使用手机USB连接电脑,打开usb共享,手机连接wify。
安装git:"$sudo apt-get install git"
以下两个版本源代码查看说明后安装所需。
1驱动程序
下载驱动源代码"git clone https://github.com/nanihikaru01/BCM4352.git"
说明patched Linxu driver for BCM4352 for Linxu 3.15+
make to compile
sudo make install to install
insmod wl modprobe wl and the wifi should be up
2下载驱动源代码$git clone https://github.com/victorkp/broadcom-BCM4352-fedora-driver.git
说明Broadcom Driver for kernel 4.0+
Based on Broadcom STA driver, modified to compile on 4.0+
Tested on Fedora 22 beta, with kernel 4.0.1-300.fc22.x86_64 and a Broadcom BCM4352
Installation
Run ./install.sh You'll need to do this every time the kernel updates
原网页https://github.com/search?utf8=%E2%9C%93&q=bcm4352&type=Repositories&ref=searchresults
/如果以上不会/
来自ubuntu社区问题How can I install Broadcom Wireless Adapter BCM4352 802.11ac PCID [14e4:43b1] (rev 03) on fresh install of Ubuntu 14.10 (Utopic Unicorn)?这个版块问题和你的一样。链接:
http://askubuntu.com/questions/590442/how-can-i-install-broadcom-wireless-adapter-bcm4352-802-11ac-pcid-14e443b1-r
温馨提示:答案为网友推荐,仅供参考