How to Install BCM43224 Wireless Linux Driver on CentOS 6.x
In this article I will show you how to install Broadcom Wireless BCM43224 on your Linux Distribution. I have tested the installation on a CentOS 6.2 distro, but this guide should work also for RHEL 6 ditributions.
Dell 1558 uses this Broadcom BCM43224 Wireless Driver.
Follow my steps exactly for a successful installation.
Install the needed software:
$ sudo yum install gcc* compat-*
Make a folder where you want to download the drivers:
$ mkdir driver_bcm43224
$ cd mkdir driver_bcm43224
Download the driver, for your system architecture:
* for 32 bit systems:
$ wget -c ftp://ftp.fr.freebsd.org/mirrors/rsync.frugalware.org/frugalware-testing/source/network-extra/bcmwl/hybrid-portsrc_x86_32-v5_100_82_112.tar.gz
* for 64 bit systems:
$ wget -c ftp://ftp.fr.freebsd.org/mirrors/rsync.frugalware.org/frugalware-testing/source/network-extra/bcmwl/hybrid-portsrc_x86_64-v5_100_82_112.tar.gz
Extract the archives:
$ tar zxvf hybrid-portsrc*.tar.gz
Compile the drivers:
$ make
Work with the modules:
$ sudo su
# cp wl.ko /lib/modules/`uname -r`/kernel/net/wireless/
# depmod
# modprobe wl
This is everything. Enjoy.
Tidak ada komentar:
Posting Komentar