Le ven. 25 mai 2012 09:42:14 CEST, Phil Schaffner a écrit: > Philippe Naudin wrote on 05/25/2012 08:39 AM: > > Hello, > > > > The support for Broadcom Corporation BCM4313 802.11b/g/n Wireless is > > native in the kernel since 2.6.37 (module brcm80211, renamed brcmsmac > > since 2.6.39). > > > > But is it backported to some kernel available for CentOS ? > > > > Thanks, > > > > Check http://elrepo.org/tiki/kmod-compat-wireless to see if it supports > your hardware with the standard kernel. Phil, Earl, Thanks for pointing me to elrepo : yes, the kmod-compat-wireless page lists brcmsmac.ko. If someone else find this mail while wanting to use its bcm4313 adapter : rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm download the firmware from http://git.kernel.org/?p=linux/kernel/git/firmware/ tar xzf linux-firmware-*.tar.gz mv linux-firmware-*/brcm/ /lib/firmware/ restorecon -rv /lib/firmware depmod -a : modprobe brcmsmac ... and it works. Thanks again, -- Philippe Naudin