救命阿,BCM无线网卡驱动[待解决]

其他Linux/Unix/BSD/OSX等发行版讨论
回复
头像
planwolf
帖子: 721
注册时间: 2008-08-22 10:47
来自: dg

救命阿,BCM无线网卡驱动[待解决]

#1

帖子 planwolf » 2009-04-09 14:42

如何驱动瓦大无线网卡阿,我机器是lenovo Y430a-tfo
#lspci 显示有
04:00:0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

安装大时候瓦选了那个
b43-fwcutter
bridge-utils
wireless-tools
其中有一个叫
wlan-ng26 我没选,是不是刚好就是那个阿
上次由 planwolf 在 2009-04-09 16:57,总共编辑 1 次。
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 救命阿,无线网卡驱动

#2

帖子 wangdu2002 » 2009-04-09 14:45

wlan就是无线网卡的意思,你中彩了! :em04
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
planwolf
帖子: 721
注册时间: 2008-08-22 10:47
来自: dg

Re: 救命阿,无线网卡驱动

#3

帖子 planwolf » 2009-04-09 15:36

wangdu2002 写了:wlan就是无线网卡的意思,你中彩了! :em04
可是我网卡芯片是Broadcm BCM4312耶,用相关大驱动的话,应该是b43-fwcutter阿
那我现在要安装大话,怎么装阿,网络不行,用usb拷贝那个wan-ng26过去,然后 #pcman -S wlan-ng26xxxx.tar.gz 是这样子吗,刚用不熟悉这个系统大包管理去,麻烦前辈指导指导
头像
壹哥
帖子: 199
注册时间: 2008-01-02 17:26

Re: 救命阿,无线网卡驱动

#4

帖子 壹哥 » 2009-04-09 16:40

拷贝到/var/cache/pacman/pkg
cd 到上面那个目录
sudo pacman -U wlan-ng26xxxx.tar.gz
装完后sudo depmod -a
哥每天阅贴无数,心已经麻木了!
哥回的不是贴,是寂寞!
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 救命阿,无线网卡驱动

#5

帖子 eexpress » 2009-04-09 16:43

可怜的bcm用户哦。
● 鸣学
头像
planwolf
帖子: 721
注册时间: 2008-08-22 10:47
来自: dg

Re: 救命阿,无线网卡驱动

#6

帖子 planwolf » 2009-04-09 16:54

壹哥 写了:拷贝到/var/cache/pacman/pkg
cd 到上面那个目录
sudo pacman -U wlan-ng26xxxx.tar.gz
装完后sudo depmod -a
装上去了,还是不行,识别不到

代码: 全选

ype in console (mind the letter case) lspci | grep BCM43If you have some other Broadcom model you might try the b43 driver. Driver installation Get the driver 
There's a PKGBUILD in AUR. Or, you can download the driver from here, where you will also find a README file. 
Load the kernel module 
(assuming you've already installed the kernel module) 
rmmod b43 (or any other module you are using for your wireless card)
modprobe ieee80211_crypt_tkip
insmod /lib/modules/2.6.27-ARCH/kernel/drivers/net/wireless/wl.ko
You might also need to generate modules.dep and map file again by 
depmod -a
Now you can make the change permanent by including ieee80211_crypt_tkip in your MODULES array in /etc/rc.conf. 
MODULES=(ieee80211_crypt_tkip, ...
Or if you installed module via AUR package you just need: 
rmmod b43 (or any other module you are using for your wireless card)
modprobe wl
Now in iwconfig you should see a wireless device (for example eth1) 
That's it? It was easy, right ;) 
To make the module load at boot just add in rc.conf 
MODULES=(wl, ...
Note on using multiple Broadcom kernel modules
In my Dell Inspiron Laptop, i have a Broadcom BCM4401 Ethernet card and a Broadcom BCM4328 Wireless card. If I just remove b43, I can load the wl driver, but no wireless card shows up. However, if i first remove the b44 (and ssb) driver for my ethernet card, and then load the wl driver, I get a wireless eth0. Afterwards, I can load b44 again, to have an ethernet eth1. 
Short version: 
Put "ieee80211_crypt_tkip" and "wl" at the BEFORE b44 (if you have it) position in MODULES= in /etc/rc.conf 
Don't forget to blacklist b43 
Your wireless card will be eth0 
Your ethernet card will be eth1 
Both will work fine 
这是官方上面对BCN4312大描述,
一开始
#rmmod b43 //就是我没有b43这个模块,下面的都不用做拉,可是我已经装上去了b43-fi.....那个
bm官位上面链接下载那个又超慢阿,下载不了(那个驱动才7百多K)
头像
planwolf
帖子: 721
注册时间: 2008-08-22 10:47
来自: dg

Re: 救命阿,无线网卡驱动

#7

帖子 planwolf » 2009-04-09 16:54

eexpress 写了:可怜的bcm用户哦。
是阿,好可怜阿
好好的网络又被过滤了mac,无天理阿........
下载个包包也有罪........:em20 :em20 :em20
头像
planwolf
帖子: 721
注册时间: 2008-08-22 10:47
来自: dg

Re: 救命阿,BCM无线网卡驱动[待解决]

#8

帖子 planwolf » 2009-04-09 17:42

:em20 :em20
附件
hybrid-portsrc-x86_64-v5_10_79_10.tar.gz
(677.98 KiB) 已下载 84 次
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: 救命阿,BCM无线网卡驱动[待解决]

#9

帖子 想入非非 » 2009-04-09 18:25

bcm用户在mac os下是很吃香的。。。直接安装默认的破解驱动就行了 :em06
相比迅驰就不好弄了
Ubuntu User
头像
planwolf
帖子: 721
注册时间: 2008-08-22 10:47
来自: dg

Re: 救命阿,BCM无线网卡驱动[待解决]

#10

帖子 planwolf » 2009-04-11 10:39

sw2wolf 写了:今天pacman -Syu后, 内核变成了2.6.29, 结果进不了X, 老是报:
Init:ID "x" respawning too fast: disabled for 5 minutes

Google后,知道是驱动问题, 于是
%sudo nvidia-installer --update

搞定!
看这个说是,内核升级了0.0.1不知道会不会解决这个BCM的问题
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

Re: 救命阿,BCM无线网卡驱动[待解决]

#11

帖子 jarryson » 2009-04-12 2:54

我的4318。装b43-firmware b43-fwcutter就可以用了

不需要任何设置。

不过你需要确定你的被b43支持,不是bcm43xx哦,这个太老了。

具体看wiki!

看识别信息就看dmesg
freeobject
帖子: 171
注册时间: 2008-11-27 13:03

Re: 救命阿,BCM无线网卡驱动[待解决]

#12

帖子 freeobject » 2009-04-12 14:35

bcm好多驱动都可以。我用的ndiswrapper工作很好。官方的linux版也可以,不过支持29的新版本没放出来了, 开源的linux有些新型号不支持
明后满清和X4学运都是日本卖淫惹得祸。毁中华文明可谓是路人皆知阿。
头像
U-linux
帖子: 14
注册时间: 2011-10-25 16:53

Re: 救命阿,BCM无线网卡驱动[待解决]

#13

帖子 U-linux » 2011-10-28 20:29

网卡没了....
Banio
帖子: 276
注册时间: 2008-06-15 13:07
系统: Mint Maya

Re: 救命阿,BCM无线网卡驱动[待解决]

#14

帖子 Banio » 2011-11-01 19:07

用 ndiswrapper 试试呢
头像
32idea
帖子: 1251
注册时间: 2006-12-15 9:32
系统: linux

Re: 救命阿,BCM无线网卡驱动[待解决]

#15

帖子 32idea » 2011-11-01 20:55

这帖子有够老的,其实很简单,要么到官网下驱动自己编译安装;要么

代码: 全选

yaourt -S broadcom-wl
回复