Installing the Source RPM Package
1 to install the source rpm package, type:
rpm -i bcm5700-[version].src.rpm
2 cd to the rpm path and build the binary driver for your kernel:
cd /usr/src/{redhat,openlinux,turbo, ..}
rpm -bb specs/bcm5700.spec
note that the rpm path is different for different linux distributions.
3 to install the newly built package, type:
rpm -i rpms/i386/bcm5700-[version].i386.rpm
the driver will be installed as /lib/modules/[kernel_version]/net/bcm5700.o.
4 to load the driver, type:
insmod bcm5700
a newly installed redhat 7's enterprise kernel needs to be recompiled to regenerate versioned symbols before any newly compiled driver can load.