shirobert 发表于 2015-10-7 10:32:46

dell inspiron 5420 wireless bcm43142 for opensuse

  参考:http://forums.opensuse.org/english/get-technical-help-here/wireless/481090-problem-broadcom-dell-wireless-suse-12-2-64-bit-2.html
  bcm43142,device id
  lspci -nnk |grep -iA2 net查看硬件ID
  1) Download the file from the link

2) zypper install dpkg

3) mkdir BCM43142

4) dpkg-deb -x wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb BCM43142

5) cd BCM43142/usr/src/wireless-bcm43142-6.20.55.19/src/wl/sys

6) zypper install kernel-devel kernel-headers


7) vi wl_linux.c

8)>> I USED KWRITE<<
around line 46, remove the line
#include <asm/system.h>

9) save the file (:wq)

10) cd ../../..

Install development tools like gcc (Yast install gcc) if not already installed.
11) make

Things should work, and you'll have a file called "wl.ko" in the ov directory.成功的话在当前所的目录会有wl.ko等文件

12) sudo yum remove broadcom-wl

13) sudo mkdir -p /lib/modules/$(uname -r)/extra/wl

14) sudo cp wl.ko /lib/modules/$(uname -r)/extra/wl

15) sudo depmod -a

16) sudo modprobe wl
  致此,无线网卡驱动成功
页: [1]
查看完整版本: dell inspiron 5420 wireless bcm43142 for opensuse