acer-gateway nv47h94c

1.lspci -nn |grep 0280 get pci-id

root@silee:/# lspci -nn |grep 0280
03:00.0 Network controller [0280]: Broadcom Corporation BCM43227 802.11b/g/n [14e4:4358]

2. open http://wireless.kernel.org/en/users/Drivers/b43
check if [14e4:4358]  supported by b43

PCI-ID

Supported?

Chip ID

Modes

PHY version

Alternative

14e4:4358          no (WIP)       BCM43227     b/g/n      LCNXN (r0)     wl

it is not supported by b43, but wl can be an alternative
3. check wl software packages on kali

root@silee:~# apt-cache search broadcom
broadcom-sta-common - Common files for the Broadcom STA Wireless driver
broadcom-sta-dkms - dkms source for the Broadcom STA Wireless driver
broadcom-sta-source - Source for the Broadcom STA Wireless driver
firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
firmware-bnx2x - Binary firmware for Broadcom NetXtreme II 10Gb
firmware-brcm80211 - Binary firmware for Broadcom 802.11 wireless cards
b43-fwcutter - Utility for extracting Broadcom 43xx firmware

4. check details of packages

root@silee:~# apt-cache policy broadcom-sta-dkms
broadcom-sta-dkms:
已安装: (无)
候选软件包:5.100.82.112-8
版本列表:
5.100.82.112-8 0
500 http://http.kali.org/kali/ kali/non-free amd64 Packages
100 /var/lib/dpkg/status

5.install .  failed again for version 5.100.82. no wireless appears. so I find http://zh-cn.broadcom.com/support/802.11/linux_sta.php
 the url for the latest version of sta driver
get the source file

wget http://zh-cn.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_141.tar.gz

here is the installation instruciton
http://www.broadcom.com/docs/linux_sta/README.txt
here is the supported devices:

SUPPORTED DEVICES
-----------------
The cards with the following PCI Device IDs are supported with this driver.
Both Broadcom and and Dell product names are described. Cards not listed
here may also work.

BRCM PCI PCI Dell
Product Name Vendor ID Device ID Product ID
------------- ---------- --------- -----------
4311 2.4 Ghz 0x14e4 0x4311 Dell 1390
4311 Dualband 0x14e4 0x4312 Dell 1490
4311 5 Ghz 0x14e4 0x4313
4312 2.4 Ghz 0x14e4 0x4315 Dell 1395
4313 2.4 Ghz 0x14e4 0x4727 Dell 1501/1504
4321 Dualband 0x14e4 0x4328 Dell 1505
4321 Dualband 0x14e4 0x4328 Dell 1500
4321 2.4 Ghz 0x14e4 0x4329
4321 5 Ghz 0x14e4 0x432a
4322 Dualband 0x14e4 0x432b Dell 1510
4322 2.4 Ghz 0x14e4 0x432c
4322 5 Ghz 0x14e4 0x432d
43142 2.4 Ghz 0x14e4 0x4365
43224 Dualband 0x14e4 0x4353 Dell 1520
43225 2.4 Ghz 0x14e4 0x4357
43227 2.4 Ghz 0x14e4 0x4358
43228 Dualband 0x14e4 0x4359 Dell 1530/1540
4331 Dualband 0x14e4 0x4331
4360 Dualband 0x14e4 0x43a0
4352 Dualband 0x14e4 0x43a0

install :

# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-v35-nodebug-pcoem-portsrc.tar.gz or ==> for 32 bits
\ <path>/hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz ==> for 64 bits
# lsmod  | grep "brcmsmac\|b43\|ssb\|bcma\|wl"

If any of these are installed, remove them:
# rmmod b43
# rmmod brcmsmac
# rmmod ssb
# rmmod bcma
# rmmod wl To blacklist these drivers and prevent them from loading in the future:
# echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf
# echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf
# echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf
# echo "blacklist brcmsmac" >> /etc/modprobe.d/blacklist.conf
2: Insmod the driver.

Otherwise, if you have not previously installed a wl driver, you'll need
to add a security module before using the wl module. Most newer systems
use lib80211 while others use ieee80211_crypt_tkip. See which one works for
your system. # modprobe lib80211
or
# modprobe ieee80211_crypt_tkip If your using the cfg80211 version of the driver, then cfg80211 needs to be
loaded: # modprobe cfg80211 Then:
# insmod wl.ko

最新文章

  1. extjs插件开发上传下载文件简单案例
  2. .NET Framework Execution Was Aborted By Escalation Policy
  3. 使用JRockit进行性能优化一:环境搭建
  4. SQL生成一柱双色球
  5. HDOJ(HDU) 2519 新生晚会(组合公式)
  6. 打造属于前端的Uri解析器
  7. iOS_ruby环境的配置
  8. CSU 1120 病毒
  9. Lua 脚本语法说明(转)
  10. ABP
  11. 《用Python做HTTP接口测试》学习感悟
  12. 在Azure China用自定义镜像创建Azure VM Scale Set
  13. linux服务器load的含义
  14. Leetcode_67_Add Binary
  15. 使用 Laragon 在 Windows 中快速搭建 Laravel 本地开发环境 (转)
  16. 7.01-beautiful_soup2
  17. 【XSY2785】模型
  18. Linux网卡调优篇-禁用ipv6与优化socket缓冲区大小
  19. .net core安装及初体验
  20. Leetcode题库——12.整数转罗马数字

热门文章

  1. ELK部署方法
  2. C语言链接数据库
  3. NMAP-高级用法
  4. POJ 3308 Paratroopers(最大流最小割の最小点权覆盖)
  5. Daily Scrum 9
  6. PHP 签到,与时间获取,数组长度获取
  7. JavaWeb基础 - 会话
  8. j2ee—框架(1):Servlet+JSP实现基本的登录功能(v1.0)
  9. Chrome 的扩展功能
  10. C# Parsing 类实现的 PDF 文件分析器