您的位置:首页 > Web前端

How To Driver BCM43xx Wireless Ethernet Under Fedora Core 5

2008-12-05 19:48 507 查看
Linked From http://www.2beanet.com/

[b][b][b]How To Driver BCM43xx Wireless Ethernet Under Fedora Core 5 [/b][/b][/b]

Summary:

Hardwar & Software: HP Compaq nx632x, Fedora Core 5(Kernel-2.6.22)

This article mainly introduce how to driver BCM43xx wireless ethernet in the environment above

Step:

1) Compile kernel, download the latest kernel linux-2.6.22, and compile the kernel according to the hardware, the items about BCM43xx wireless ethernet are mainly the belowing:









2) download bcm43xx-fwcutter.tar.bz2, untar it and compile

[root@myforever wireless]# tar jxvf bcm43xx-fwcutter.tar.bz2

[root@myforever wireless]# cd bcm43xx-fwcutter

[root@myforever bcm43xx-fwcutter]# make

[root@myforever bcm43xx-fwcutter]#

3) download wl_apsta-3.130.20.0.o

http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o

4) get the firmware

[root@myforever bcm43xx-fwcutter]# ./bcm43xx-fwcutter -w /lib/firmware wl_apsta-3.130.20.0.o

the firmware needed by the BCM43xx is created in /lib/firmware

5) configure the wireless ethernet

first of all, we should install the management tool for wireless ethernet

[root@myforever /]# yun install NetworkManager

after the installation, we could configure the wireless ethernet

[root@myforever /]# NetworkManager

there is a small icon at down right corner, click it and select the wireless ethernet, do some configuration.



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: