RTFM :Read The Fucking Manual
This package is created by PackageForTheWeb, which allows users
to be able to extract all files and directories into either the
default destination provided or any drive destination the users
wish to specify.
tout est la ... dans le fichier .txt !
Installing Source RPM Package
=============================
The following are general guidelines for installing the driver. Refer to
DISTRIB.TXT for additional installation notes for various Linux distributions.
1. Install the source RPM package:
rpm -ivh bcm5700-<version>.src.rpm
2. CD to the RPM path and build the binary driver for your kernel:
cd /usr/src/{redhat,OpenLinux,turbo,packages,rpm ..}
rpm -bb SPECS/bcm5700.spec
or
rpmbuild -bb SPECS/bcm5700.spec (for RPM version 4.x.x)
Note that the RPM path is different for different Linux distributions.
3. Install the newly built package (driver and man page):
rpm -ivh RPMS/i386/bcm5700-<version>.i386.rpm
Note that the --force option is needed if installing on Red Hat 7.2, 7.3,
2.1AS and others that already contain an older version of the driver.
The driver will be installed in the following path:
2.2.x kernels:
/lib/modules/<kernel_version>/net/bcm5700.o
2.4.x kernels:
/lib/modules/<kernel_version>/kernel/drivers/net/bcm5700.o
2.4.x kernels with bcm5700 as an addon driver (e.g. Red Hat 7.3, 2.1AS):
/lib/modules/<kernel_version>/kernel/drivers/net/bcm/bcm5700.o
or
/lib/modules/<kernel_version>/kernel/drivers/addon/bcm5700/bcm5700.o
2.6.x kernels:
/lib/modules/<kernel_version>/kernel/drivers/net/bcm5700.ko
2.6.x kernels with bcm5700 as an addon driver (e.g. SuSE 9 SLES):
/lib/modules/<kernel_version>/kernel/drivers/net/bcm/bcm5700.ko
4. Load the driver:
modprobe bcm5700
If loading the driver on Red Hat 3 update 4, 2.1 AS or other newer kernels with the
tg3 driver, refer to the "Removing tg3 Driver" in DISTRIB.TXT before loading
the driver.
5. To configure network protocol and address, refer to various Linux
documentations.